Skip to content

Releases: symfony/serializer

v5.4.10

26 Jun 17:02
v5.4.10
Compare
Choose a tag to compare

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

26 Jun 16:58
v4.4.43
Compare
Choose a tag to compare

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

09 Jun 17:38
v6.1.1
Compare
Choose a tag to compare

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

27 May 07:55
v6.1.0
Compare
Choose a tag to compare

Changelog (v6.1.0-RC1...v6.1.0)

  • no significant changes

v6.0.9

27 May 07:44
v6.0.9
Compare
Choose a tag to compare

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

27 May 07:15
v5.4.9
Compare
Choose a tag to compare

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

27 May 07:08
v4.4.42
Compare
Choose a tag to compare

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

14 May 18:44
v6.1.0-RC1
Compare
Choose a tag to compare
v6.1.0-RC1 Pre-release
Pre-release

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

27 Apr 17:54
v6.1.0-BETA2
Compare
Choose a tag to compare
v6.1.0-BETA2 Pre-release
Pre-release

Changelog (v6.1.0-BETA1...v6.1.0-BETA2)

  • feature #45282 Support canners in object normalizer (rmikalkenas)

v6.0.8

27 Apr 17:30
v6.0.8
Compare
Choose a tag to compare

Changelog (v6.0.7...v6.0.8)

  • no significant changes