Releases: symfony/serializer
Releases · symfony/serializer
v6.1.4
Changelog (v6.1.3...v6.1.4)
- bug #47128 Throw InvalidArgumentException if the data needed in the constructor doesn't belong to a backedEnum (allison guilhem)
- bug #47304 Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
- bug #47255 Fix get accessor regex in AnnotationLoader (jsor)
- bug #47169 Fix throwing right exception in ArrayDenormalizer with invalid type (norkunas)
- bug #47150 Revert deprecation of
ContextAwareEncoderInterface
andContextAwareDecoderInterface
(nicolas-grekas)
v6.0.12
Changelog (v6.0.11...v6.0.12)
- bug #47128 Throw InvalidArgumentException if the data needed in the constructor doesn't belong to a backedEnum (allison guilhem)
- bug #47304 Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
- bug #47255 Fix get accessor regex in AnnotationLoader (jsor)
- bug #47169 Fix throwing right exception in ArrayDenormalizer with invalid type (norkunas)
v5.4.12
Changelog (v5.4.11...v5.4.12)
- bug #47128 Throw InvalidArgumentException if the data needed in the constructor doesn't belong to a backedEnum (allison guilhem)
- bug #47304 Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
- bug #47255 Fix get accessor regex in AnnotationLoader (jsor)
- bug #47169 Fix throwing right exception in ArrayDenormalizer with invalid type (norkunas)
v4.4.45
Changelog (v4.4.44...v4.4.45)
- bug #47304 Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
v6.1.3
Changelog (v6.1.2...v6.1.3)
- bug #47104 Fix wrong needsNormalization in TraceableEncoder (ostrolucky)
- bug #47048 Fix XmlEncoder encoding attribute false (alamirault)
- bug #46958 Ignore getter with required parameters (Fix #46592) (astepin)
- bug #46947 Prevent that bad Ignore method annotations lead to incorrect results (astepin)
- bug #45884 Fix inconsistent behaviour of nullable objects in key/value arrays (phramz)
- bug #43329 Respect default context in DateTimeNormalizer::denormalize (hultberg)
v6.0.11
Changelog (v6.0.10...v6.0.11)
- bug #47048 Fix XmlEncoder encoding attribute false (alamirault)
- bug #46958 Ignore getter with required parameters (Fix #46592) (astepin)
- bug #46947 Prevent that bad Ignore method annotations lead to incorrect results (astepin)
- bug #45884 Fix inconsistent behaviour of nullable objects in key/value arrays (phramz)
- bug #43329 Respect default context in DateTimeNormalizer::denormalize (hultberg)
v5.4.11
Changelog (v5.4.10...v5.4.11)
- bug #47048 Fix XmlEncoder encoding attribute false (alamirault)
- bug #46958 Ignore getter with required parameters (Fix #46592) (astepin)
- bug #46947 Prevent that bad Ignore method annotations lead to incorrect results (astepin)
- bug #45884 Fix inconsistent behaviour of nullable objects in key/value arrays (phramz)
- bug #43329 Respect default context in DateTimeNormalizer::denormalize (hultberg)
v4.4.44
Changelog (v4.4.43...v4.4.44)
- bug #47048 Fix XmlEncoder encoding attribute false (alamirault)
- bug #43329 Respect default context in DateTimeNormalizer::denormalize (hultberg)
v6.1.2
Changelog (v6.1.1...v6.1.2)
- 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.0.10
Changelog (v6.0.9...v6.0.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)