Releases: symfony/serializer
Releases · symfony/serializer
v5.4.30
Changelog (v5.4.29...v5.4.30)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51470 [FrameworkBundle][Serializer] Deprecate annotations (@alexandre-daubois)
- feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce
$buildDir
argument toWarmableInterface::warmup
to warm read-only artefacts inbuild_dir
(@Okhoshi) - feature symfony/symfony#49893 [Serializer] Add
XmlEncoder::CDATA_WRAPPING
context option (@AndoniLarz) - feature symfony/symfony#51779 [Serializer] Make
ProblemNormalizer
give details about Messenger’sValidationFailedException
(@MatTheCat) - feature symfony/symfony#51476 [Serializer] Allow Context to target classes (@mtarld)
- feature symfony/symfony#50212 [FrameworkBundle][Serializer] Add TranslatableNormalizer (@Jean-Beru)
- feature symfony/symfony#51172 [Serializer] Add support for seld/jsonlint (@ostrolucky)
- feature symfony/symfony#49594 [Serializer] Groups annotation/attribute on class (@Brajk19)
- feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#51080 [Serializer] Remove Doctrine annotations support (@derrabus)
- feature symfony/symfony#50983 [Serializer] Deprecate annotations in favor of attributes (@derrabus)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50839 Remove BC layers related to new methods and new parameters (@nicolas-grekas)
- feature symfony/symfony#50736 [Serializer] Remove BC layer (@lyrixx)
- feature symfony/symfony#50558 [Serializer] Remove abstract uid denormalization code (@fancyweb)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51470 [FrameworkBundle][Serializer] Deprecate annotations (@alexandre-daubois)
- feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce
$buildDir
argument toWarmableInterface::warmup
to warm read-only artefacts inbuild_dir
(@Okhoshi) - feature symfony/symfony#49893 [Serializer] Add
XmlEncoder::CDATA_WRAPPING
context option (@AndoniLarz) - feature symfony/symfony#51779 [Serializer] Make
ProblemNormalizer
give details about Messenger’sValidationFailedException
(@MatTheCat) - feature symfony/symfony#51476 [Serializer] Allow Context to target classes (@mtarld)
- feature symfony/symfony#50212 [FrameworkBundle][Serializer] Add TranslatableNormalizer (@Jean-Beru)
- feature symfony/symfony#51172 [Serializer] Add support for seld/jsonlint (@ostrolucky)
- feature symfony/symfony#49594 [Serializer] Groups annotation/attribute on class (@Brajk19)
- feature symfony/symfony#50983 [Serializer] Deprecate annotations in favor of attributes (@derrabus)
v6.3.6
Changelog (v6.3.5...v6.3.6)
- bug symfony/symfony#51907 [Serializer] Fix collecting only first missing constructor argument (@HypeMC)
- bug symfony/symfony#51825 Fix order array sum normalizedData and nestedData (@jerowork)
v6.3.5
Changelog (v6.3.4...v6.3.5)
- bug symfony/symfony#51701 [Serializer] Fix parsing XML root node attributes (@mtarld)
- bug symfony/symfony#49700 [Serializer] Fix reindex normalizedData array in AbstractObjectNormalizer::denormalize() (André Laugks)
- bug symfony/symfony#47221 [Serializer] Fallback looking for DiscriminatorMap on interfaces (@Caligone)
v5.4.29
Changelog (v5.4.28...v5.4.29)
- bug symfony/symfony#51701 [Serializer] Fix parsing XML root node attributes (@mtarld)
- bug symfony/symfony#47221 [Serializer] Fallback looking for DiscriminatorMap on interfaces (@Caligone)
v6.3.4
Changelog (v6.3.3...v6.3.4)
- bug symfony/symfony#51475 [Serializer] Fix union of enum denormalization (@mtarld)
- bug symfony/symfony#51474 [Serializer] Fix wrong InvalidArgumentException thrown (@mtarld)
- bug symfony/symfony#51369 [Serializer] Fix deserializing object collection properties (@X-Coder264)
- bug symfony/symfony#51399 [Serializer] Fix deserializing of nested snake_case attributes using CamelCaseToSnakeCaseNameConverter (@Victor-Truhanovich)
- bug symfony/symfony#51456 [Serializer] Fix serialized name with groups during denormalization (@mtarld)
v5.4.28
Changelog (v5.4.27...v5.4.28)
- bug symfony/symfony#51474 [Serializer] Fix wrong InvalidArgumentException thrown (@mtarld)
v6.3.3
Changelog (v6.3.2...v6.3.3)
- no significant changes
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)