Skip to content

5.0.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@evansims evansims released this 15 Dec 21:21
· 59 commits to main since this release

Full Changelog

Warning This is a beta release and is subject to breaking changes. It is not recommended for production use, but your feedback and help in testing is appreciated!

Note This package will be renamed once 5.0 is released. Users of previous releases will begin receiving a deprecation notice in Composer to upgrade their projects to 5.0 and use the new package name, at their earliest convenience.

Version 5.0 of Auth0's Symfony SDK introduces a number of exciting new features, including full support for PHP 8.0+ and Symfony 6.1+, an upgrade to Auth0's latest Auth0-PHP SDK v8, and full authentication support. The bundle has been completely rewritten to take advantage of the latest Symfony security APIs, and uses an updated configuration format that is more accessible and simpler to maintain, among other improvements.

BETA-1 adds support for Symfony's cache and session components, enabling you to leverage those built-in APIs and more easily integrate the SDK within your existing application stacks.

Added

  • Integration with Symfony session management APIs #141 (evansims)
  • Integration with Symfony caching component APIs #140 (evansims)

Fixed

  • Minor bug fixes and performance improvements from BETA-0

Please review the updated README.md for guidance on updating your application.