Skip to content

Releases: symfony/serializer

v8.0.9

01 May 08:14
v8.0.9

Choose a tag to compare

Changelog (v8.0.8...v8.0.9)

  • bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
  • bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
  • bug #63974 Make BackedEnumNormalizer unconditionally return null on invalid value if allow_invalid_values is set (@MatTheCat)
  • bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)

v7.4.9

01 May 08:00
v7.4.9

Choose a tag to compare

Changelog (v7.4.8...v7.4.9)

  • bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
  • bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
  • bug #63974 Make BackedEnumNormalizer unconditionally return null on invalid value if allow_invalid_values is set (@MatTheCat)
  • bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)

v6.4.37

01 May 07:47
v6.4.37

Choose a tag to compare

Changelog (v6.4.36...v6.4.37)

  • bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
  • bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
  • bug #63974 Make BackedEnumNormalizer unconditionally return null on invalid value if allow_invalid_values is set (@MatTheCat)
  • bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)

v8.0.8

31 Mar 21:31

Choose a tag to compare

Changelog (v8.0.7...v8.0.8)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
  • bug #63627 Fix self type reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)

v7.4.8

31 Mar 21:11

Choose a tag to compare

Changelog (v7.4.7...v7.4.8)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
  • bug #63627 Fix self type reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)

v6.4.36

31 Mar 20:43

Choose a tag to compare

Changelog (v6.4.35...v6.4.36)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)

v8.0.7

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)
  • bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)

v7.4.7

06 Mar 16:44

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)
  • bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)

v6.4.35

06 Mar 16:30

Choose a tag to compare

Changelog (v6.4.34...v6.4.35)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)

v8.0.6

26 Feb 09:14

Choose a tag to compare

Changelog (v8.0.5...v8.0.6)

  • bug #57392 Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter (@antten)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63401 Fix constructor parameter type override when property type extractor returns a different type (@nicolas-grekas)
  • bug #63405 Fix passing context option to property-info (@nicolas-grekas)
  • bug #63279 Normalize static methods when they have groups (@digilist)
  • bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)