Skip to content

Releases: symfony/security-bundle

v5.3.12

24 Nov 08:50
v5.3.12
Compare
Choose a tag to compare

Changelog (v5.3.11...v5.3.12)

  • no significant changes

v5.3.11

22 Nov 14:32
v5.3.11
Compare
Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • bug #43901 Default access_decision_manager.strategy option with merge (biozshock)

v4.4.34

22 Nov 14:16
v4.4.34
Compare
Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • bug #43901 Default access_decision_manager.strategy option with merge (biozshock)

v6.0.0-BETA3

18 Nov 15:36
v6.0.0-BETA3
Compare
Choose a tag to compare
v6.0.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v6.0.0-BETA3)

  • bug #44115 Tweak the colors of the security panel (javiereguiluz)

v5.4.0-BETA3

18 Nov 15:46
v5.4.0-BETA3
Compare
Choose a tag to compare
v5.4.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v5.4.0-BETA3)

  • bug #44115 Tweak the colors of the security panel (javiereguiluz)

v6.0.0-BETA2

14 Nov 17:23
v6.0.0-BETA2
Compare
Choose a tag to compare
v6.0.0-BETA2 Pre-release
Pre-release

Changelog (v6.0.0-BETA1...v6.0.0-BETA2)

  • bug #44016 Fix listing listeners in profiler when authenticator manager is disabled (94noni)

v5.4.0-BETA2

14 Nov 16:54
v5.4.0-BETA2
Compare
Choose a tag to compare
v5.4.0-BETA2 Pre-release
Pre-release

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

  • bug #44016 Fix listing listeners in profiler when authenticator manager is disabled (94noni)

v6.0.0-BETA1

05 Nov 08:15
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
  • feature #43835 Deprecate not configuring explicitly a provider for custom_authenticators when there is more than one registered provider (lyrixx)
  • feature #43788 Require Composer's runtime API to be present (derrabus)
  • feature #42177 Implement ADM strategies as dedicated classes (derrabus)
  • feature #43804 Deprecate Composer 1 (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 #43236 Add alias for FirewallMapInterface to @security.firewall.map (lyrixx)
  • feature #41321 Remove deprecate session service (jderusse)
  • feature #42800 Display the roles of the logged-in user in the Web Debug Toolbar (NicoHaase)
  • feature #42650 make TokenInterface::getUser() nullable to tell about unauthenticated tokens (nicolas-grekas)
  • feature #41613 Remove everything related to the deprecated authentication manager (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 #41754 Create a smooth upgrade path for security factories (wouterj)
  • feature #42333 Remove deprecated logout handlers (chalasr)
  • feature #42088 add return types and bump to v3 (nicolas-grekas)
  • feature #42050 Deprecate TokenInterface::isAuthenticated() (chalasr)
  • feature #41960 Remove legacy password encoders (chalasr)
  • feature #41965 Deprecate "always authenticate" and "exception on no token" (wouterj)
  • feature #41874 Hide security toolbar if no firewall matched (wouterj)
  • feature #41351 Turn deprecated public services to private (fancyweb)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)

v5.4.0-BETA1

05 Nov 07:18
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

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

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
  • feature #43835 Deprecate not configuring explicitly a provider for custom_authenticators when there is more than one registered provider (lyrixx)
  • feature #42177 Implement ADM strategies as dedicated classes (derrabus)
  • feature #43804 Deprecate Composer 1 (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 #43236 Add alias for FirewallMapInterface to @security.firewall.map (lyrixx)
  • feature #42800 Display the roles of the logged-in user in the Web Debug Toolbar (NicoHaase)
  • feature #42650 make TokenInterface::getUser() nullable to tell about unauthenticated tokens (nicolas-grekas)
  • 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 #41754 Create a smooth upgrade path for security factories (wouterj)
  • feature #42050 Deprecate TokenInterface::isAuthenticated() (chalasr)
  • feature #41965 Deprecate "always authenticate" and "exception on no token" (wouterj)
  • feature #41874 Hide security toolbar if no firewall matched (wouterj)

v5.3.8

28 Sep 08:55
v5.3.8
Compare
Choose a tag to compare

Changelog (v5.3.7...v5.3.8)

  • bug #43146 Fixed LogicException message of FirewallAwareTrait (fkropfhamer)