Skip to content

Releases: symfony/serializer

v4.4.35

24 Nov 08:45
v4.4.35

Choose a tag to compare

Changelog (v4.4.34...v4.4.35)

  • no significant changes

v5.3.11

22 Nov 14:33
v5.3.11

Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • bug #44121 fix support for lazy properties (nicolas-grekas)
  • bug #44111 fix support for unset properties on PHP < 7.4 (nicolas-grekas)

v4.4.34

22 Nov 14:17
v4.4.34

Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • bug #44121 fix support for lazy properties (nicolas-grekas)
  • bug #44111 fix support for unset properties on PHP < 7.4 (nicolas-grekas)

v6.0.0-BETA3

18 Nov 15:36
v6.0.0-BETA3

Choose a tag to compare

v6.0.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v6.0.0-BETA3)

  • feature #44125 Add a setter on DateTimeNormalizer to change the default context at runtime (Seldaek)
  • bug #44121 fix support for lazy properties (nicolas-grekas)
  • bug #44111 fix support for unset properties on PHP < 7.4 (nicolas-grekas)

v5.4.0-BETA3

18 Nov 15:47
v5.4.0-BETA3

Choose a tag to compare

v5.4.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v5.4.0-BETA3)

  • feature #44125 Add a setter on DateTimeNormalizer to change the default context at runtime (Seldaek)
  • bug #44121 fix support for lazy properties (nicolas-grekas)
  • bug #44111 fix support for unset properties on PHP < 7.4 (nicolas-grekas)

v6.0.0-BETA1

05 Nov 08:21
v6.0.0-BETA1

Choose a tag to compare

v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #38542 Allow serializer default context configuration (soyuka)
  • feature #42712 Save missing arguments in MissingConstructorArgumentsException (BafS)
  • feature #43004 Throw NotNormalizableValueException when type is not known or not in body in discriminator map (lyrixx)
  • feature #41615 Add option to skip uninitialized typed properties (vuryss)
  • feature #42502 Add support for collecting type error during denormalization (lyrixx)
  • feature #42619 Deprecate support for returning empty, iterable, countable, raw object when normalizing (lyrixx)
  • feature #42297 Add support for serializing empty array as object (lyrixx)
  • feature #42240 Add support for preserving empty object in object property (lyrixx)
  • feature #40830 Add support of PHP backed enumerations (alexandre-daubois)
  • feature #41657 Remove deprecation layer (derrabus)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)

v5.4.0-BETA1

05 Nov 07:22
v5.4.0-BETA1

Choose a tag to compare

v5.4.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #38542 Allow serializer default context configuration (soyuka)
  • feature #42712 Save missing arguments in MissingConstructorArgumentsException (BafS)
  • feature #43004 Throw NotNormalizableValueException when type is not known or not in body in discriminator map (lyrixx)
  • feature #41615 Add option to skip uninitialized typed properties (vuryss)
  • feature #42502 Add support for collecting type error during denormalization (lyrixx)
  • feature #42619 Deprecate support for returning empty, iterable, countable, raw object when normalizing (lyrixx)
  • feature #42297 Add support for serializing empty array as object (lyrixx)
  • feature #42240 Add support for preserving empty object in object property (lyrixx)
  • feature #40830 Add support of PHP backed enumerations (alexandre-daubois)

v5.3.10

29 Oct 08:40
v5.3.10

Choose a tag to compare

Changelog (v5.3.9...v5.3.10)

  • bug #43204 Fix denormalizing XML array with empty body (5.x) (alexandre-daubois)
  • bug #43208 Attributes that extend serializer`s annotations are not ignored by the serialization process (Alexander Onatskiy)

v4.4.33

29 Oct 08:36
v4.4.33

Choose a tag to compare

Changelog (v4.4.32...v4.4.33)

  • bug #43205 Fix denormalizing XML array with empty body (4.4) (alexandre-daubois)

v5.3.8

28 Sep 08:56
v5.3.8

Choose a tag to compare

Changelog (v5.3.7...v5.3.8)

  • no significant changes