Releases: symfony/serializer
Releases · symfony/serializer
v5.4.10
Changelog (v5.4.9...v5.4.10)
- bug #46765 Fix denormalization union types with constructor (Gwemox)
- bug #45861 Try all possible denormalization route with union types when ALLOW_EXTRA_ATTRIBUTES=false (T-bond)
- bug #46577 Fix ignore attribute in Xml files (alamirault)
- bug #46525 Get attributeContext after converting name (zenas1210)
v4.4.43
Changelog (v4.4.42...v4.4.43)
- bug #46765 Fix denormalization union types with constructor (Gwemox)
- bug #45861 Try all possible denormalization route with union types when ALLOW_EXTRA_ATTRIBUTES=false (T-bond)
v6.1.1
Changelog (v6.1.0...v6.1.1)
- bug #46577 Fix ignore attribute in Xml files (alamirault)
- bug #46527 Forget partially collected traces (mtarld)
- bug #46526 Added missing __call to TraceableEncoder (danielburger1337)
- bug #46525 Get attributeContext after converting name (zenas1210)
- bug #46511 Added missing __call to TraceableNormalizer and TraceableSerializer (danielburger1337)
v6.1.0
Changelog (v6.1.0-RC1...v6.1.0)
- no significant changes
v6.0.9
Changelog (v6.0.8...v6.0.9)
- bug #46297 Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
- bug #45981 Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
v5.4.9
Changelog (v5.4.8...v5.4.9)
- bug #46297 Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
- bug #45981 Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
v4.4.42
Changelog (v4.4.41...v4.4.42)
- bug #46297 Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
- bug #45981 Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
v6.1.0-RC1
Changelog (v6.1.0-BETA2...v6.1.0-RC1)
- bug #46297 Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
- bug #45981 Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
v6.1.0-BETA2
Changelog (v6.1.0-BETA1...v6.1.0-BETA2)
- feature #45282 Support canners in object normalizer (rmikalkenas)
v6.0.8
Changelog (v6.0.7...v6.0.8)
- no significant changes