Releases: symfony/serializer
Releases · symfony/serializer
v6.3.8
Changelog (v6.3.7...v6.3.8)
- no significant changes
v5.4.31
Changelog (v5.4.30...v5.4.31)
- no significant changes
v7.0.0-BETA2
Changelog (v7.0.0-BETA1...v7.0.0-BETA2)
- bug symfony/symfony#51992 [Serializer] Fix using
DateIntervalNormalizer
with union types (@Jeroeny) - bug symfony/symfony#52283 [Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (@mtarld)
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- bug symfony/symfony#51992 [Serializer] Fix using
DateIntervalNormalizer
with union types (@Jeroeny) - bug symfony/symfony#52283 [Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (@mtarld)
v6.3.7
Changelog (v6.3.6...v6.3.7)
- bug symfony/symfony#51992 [Serializer] Fix using
DateIntervalNormalizer
with union types (@Jeroeny) - bug symfony/symfony#52283 [Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (@mtarld)
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)