Skip to content

v5.4.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabpot fabpot released this 05 Nov 07:21
· 693 commits to 7.3 since this release
v5.4.0-BETA1

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #41993 Prevent FormLoginAuthenticator from responding to requests that should be handled by JsonLoginAuthenticator (abunch)
  • feature #42582 Add authenticators info to the profiler (chalasr)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #42650 make TokenInterface::getUser() nullable to tell about unauthenticated tokens (nicolas-grekas)
  • feature #42595 Fix incompatibilities with upcoming security 6.0 (wouterj)
  • feature #42578 Deprecate legacy remember me services (wouterj)
  • feature #42516 Deprecate built-in authentication entry points (wouterj)
  • feature #42510 Deprecate remaining anonymous checks (wouterj)
  • feature #42423 Deprecate AnonymousToken, non-UserInterface users, and token credentials (wouterj)
  • feature #42420 Deprecate legacy signatures (wouterj)
  • feature #42198 Deprecate PassportInterface (chalasr)
  • feature #42326 Deprecate remaining LogoutHandlerInterface implementations (chalasr)
  • feature #42050 Deprecate TokenInterface::isAuthenticated() (chalasr)
  • feature #41965 Deprecate "always authenticate" and "exception on no token" (wouterj)