Releases: symfony/serializer
Releases · symfony/serializer
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (@HypeMC)
- bug symfony/symfony#51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (@fancyweb)
- bug symfony/symfony#50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (@DidierLmn)
- bug symfony/symfony#50776 [Serializer] Fix type error not be accessed before initialization (@shyim)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (@HypeMC)
- bug symfony/symfony#51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (@fancyweb)
- bug symfony/symfony#50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (@DidierLmn)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (@HypeMC)
- bug symfony/symfony#51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (@fancyweb)
- bug symfony/symfony#50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (@DidierLmn)
v6.3.1
Changelog (v6.3.0...v6.3.1)
- bug symfony/symfony#50521 [Serializer] Fix ignoring objects that only implement DenormalizableInterface (@spideyfusion)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- bug symfony/symfony#50501 [Serializer] Fix discriminator map not working with
AbstractNormalizer::OBJECT_TO_POPULATE
(@HypeMC) - bug symfony/symfony#50480 [Serializer] Fix discriminator map not working with
AbstractNormalizer::OBJECT_TO_POPULATE
(@HypeMC)
v5.4.25
Changelog (v5.4.24...v5.4.25)
- bug symfony/symfony#50501 [Serializer] Fix discriminator map not working with
AbstractNormalizer::OBJECT_TO_POPULATE
(@HypeMC)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- no significant changes
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50251 [Serializer] Handle datetime deserialization in U format (@tugmaks)
- bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
v5.4.24
Changelog (v5.4.23...v5.4.24)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50251 [Serializer] Handle datetime deserialization in U format (@tugmaks)
- bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50213 [ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (@MatTheCat)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- bug symfony/symfony#50349 [Notifier] Document Notifier options in README files (@alamirault)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50347 [DebugBundle][VarDumper] Fix dump labels compatibility (@fancyweb)
- feature symfony/symfony#50363 [AssetMapper] Adding "path" option to importmap:require (@weaverryan)
- feature symfony/symfony#48852 [Validator] Allow to use translation_domain false for validators and to use custom translation domain by constraints (@VincentLanglet)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)