Changelog (v6.4.2...v6.4.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 providedcache_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)