Symfony Serializer Versions Save

Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.

v7.0.7

2 weeks ago

Changelog (https://github.com/symfony/serializer/compare/v7.0.6...v7.0.7)

  • bug symfony/symfony#54635 [Serializer] Revert "Fix object normalizer when properties has the same name as their accessor" - it was a BC Break (@NeilPeyssard)
  • bug symfony/symfony#54395 [Serializer] Fixing PHP warning in the ObjectNormalizer with MaxDepth enabled (@jaydiablo)
  • bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
  • bug symfony/symfony#54505 [Serializer]  initialize serializer in trait with null (@xabbuh)
  • bug symfony/symfony#52698 [Serializer] Fix XML scalar to object denormalization (@mtarld)
  • bug symfony/symfony#54485 [Serializer] Ignore when using #[Ignore] on a non-accessor (@nicolas-grekas)

v6.4.7

2 weeks ago

Changelog (https://github.com/symfony/serializer/compare/v6.4.6...v6.4.7)

  • bug symfony/symfony#54635 [Serializer] Revert "Fix object normalizer when properties has the same name as their accessor" - it was a BC Break (@NeilPeyssard)
  • bug symfony/symfony#54395 [Serializer] Fixing PHP warning in the ObjectNormalizer with MaxDepth enabled (@jaydiablo)
  • bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
  • bug symfony/symfony#52698 [Serializer] Fix XML scalar to object denormalization (@mtarld)
  • bug symfony/symfony#54485 [Serializer] Ignore when using #[Ignore] on a non-accessor (@nicolas-grekas)

v5.4.39

2 weeks ago

Changelog (https://github.com/symfony/serializer/compare/v5.4.38...v5.4.39)

  • bug symfony/symfony#54635 [Serializer] Revert "Fix object normalizer when properties has the same name as their accessor" - it was a BC Break (@NeilPeyssard)
  • bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
  • bug symfony/symfony#52698 [Serializer] Fix XML scalar to object denormalization (@mtarld)
  • bug symfony/symfony#54485 [Serializer] Ignore when using #[Ignore] on a non-accessor (@nicolas-grekas)

v7.0.6

1 month ago

Changelog (https://github.com/symfony/serializer/compare/v7.0.5...v7.0.6)

  • bug symfony/symfony#54148 [Serializer] Fix object normalizer when properties has the same name as their accessor (@NeilPeyssard)

v6.4.6

1 month ago

Changelog (https://github.com/symfony/serializer/compare/v6.4.5...v6.4.6)

  • bug symfony/symfony#54148 [Serializer] Fix object normalizer when properties has the same name as their accessor (@NeilPeyssard)

v5.4.38

1 month ago

Changelog (https://github.com/symfony/serializer/compare/v5.4.37...v5.4.38)

  • bug symfony/symfony#54148 [Serializer] Fix object normalizer when properties has the same name as their accessor (@NeilPeyssard)

v7.0.4

2 months ago

Changelog (https://github.com/symfony/serializer/compare/v7.0.3...v7.0.4)

  • bug symfony/symfony#53959 [Serializer] Fix unknown types normalization type when know type (@Myks92)

v6.4.4

2 months ago

Changelog (https://github.com/symfony/serializer/compare/v6.4.3...v6.4.4)

  • bug symfony/symfony#53959 [Serializer] Fix unknown types normalization type when know type (@Myks92)

v5.4.36

2 months ago

Changelog (https://github.com/symfony/serializer/compare/v5.4.35...v5.4.36)

  • bug symfony/symfony#53959 [Serializer] Fix unknown types normalization type when know type (@Myks92)

v7.0.3

3 months ago

Changelog (https://github.com/symfony/serializer/compare/v7.0.2...v7.0.3)

  • bug symfony/symfony#53678 [Mime] Fix serializing uninitialized RawMessage::$message to null (@nicolas-grekas)
  • bug symfony/symfony#53361 [Serializer] Take unnamed variadic parameters into account when denormalizing (@thijsBreker)
  • bug symfony/symfony#53530 [Serializer] Rewrite AbstractObjectNormalizer::createChildContext() to use the provided cache_key from original context when creating child contexts (@amne)
  • bug symfony/symfony#53414 [Serializer] GetSetMethodNormalizer: fix BC break with #[Ignore] attribute (@nikophil)
  • bug symfony/symfony#53108 [Serializer] Fix using deserialization path 5.4 (@HypeMC)