Releases: symfony/security-bundle
Releases · symfony/security-bundle
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#51056 [SecurityBundle] Add
firewalls.logout.csrf_token_manager
to XSD (@HeahDude) - bug symfony/symfony#50819 [SecurityBundle] Do not translate
Bearer
header’serror_description
(@MatTheCat)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#50819 [SecurityBundle] Do not translate
Bearer
header’serror_description
(@MatTheCat)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- no significant changes
v6.3.1
Changelog (v6.3.0...v6.3.1)
- bug symfony/symfony#50503 [SecurityBundle] Fix error message when using OIDC and web-token/jwt-core is not installed (@nicolas-grekas)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- bug symfony/symfony#50432 [Security] Validate
aud
andiss
claims on OidcTokenHandler (@vincentchalamon) - bug symfony/symfony#50477 [Security] Add clock dependency to OidcTokenHandler (@nicolas-grekas)
- bug symfony/symfony#50453 [SecurityBundle] add missing xsd definition for OIDC (@aegypius)
- bug symfony/symfony#50470 [SecurityBundle] Fix configuring OIDC user info token handler client (@vincentchalamon)
v6.3.0-RC2
Changelog (v6.3.0-RC1...v6.3.0-RC2)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (@aegypius)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)
v6.3.0-BETA2
Changelog (v6.3.0-BETA1...v6.3.0-BETA2)
- feature symfony/symfony#49608 [OptionsResolver] add
ignoreUndefined()
method to allow skip not interesting options (Constantine Shtompel) - bug symfony/symfony#49760 [Serializer] Add missing withSaveOptions method to XmlEncoderContextBuilder (@mtarld)