-
-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: symfony/serializer
base: v6.4.2
head repository: symfony/serializer
compare: v6.4.3
- 19 commits
- 57 files changed
- 6 contributors
Commits on Dec 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e6fcc2 - Browse repository at this point
Copy the full SHA 7e6fcc2View commit details
Commits on Jan 2, 2024
-
* 5.4: append instead of replacing potentially non-existent named-arguments [Validator] added missing Polish translation add translations for the MacAddress constraint remove invalid changelog entry Added missing Serbian (sr_Latn) translations [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from `parse_url()` results [Security] added missing Albanian translations [Validator] Add missing Hungarian translation [Serializer] Fix using deserialization path [Validator] Add missing hr translation
Configuration menu - View commit details
-
Copy full SHA for 23df13d - Browse repository at this point
Copy the full SHA 23df13dView commit details -
* 6.3: append instead of replacing potentially non-existent named-arguments [Validator] added missing Polish translation add translations for the MacAddress constraint remove invalid changelog entry Added missing Serbian (sr_Latn) translations [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from `parse_url()` results [Security] added missing Albanian translations [Validator] Add missing Hungarian translation [Serializer] Fix using deserialization path [Validator] Add missing hr translation
Configuration menu - View commit details
-
Copy full SHA for 09257fa - Browse repository at this point
Copy the full SHA 09257faView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 791534f - Browse repository at this point
Copy the full SHA 791534fView commit details
Commits on Jan 8, 2024
-
[Serializer] Take unnamed variadic parameters into account when denor…
…malizing We shouldn't break when a constructor has variadic parameters without named keys in the array.
Configuration menu - View commit details
-
Copy full SHA for 1ac9e8a - Browse repository at this point
Copy the full SHA 1ac9e8aView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bda12f - Browse repository at this point
Copy the full SHA 3bda12fView commit details -
* 5.4: Fix implicitly-required parameters List CS fix in .git-blame-ignore-revs Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value [Messenger][AmazonSqs] Allow async-aws/sqs version 2
Configuration menu - View commit details
-
Copy full SHA for 089a0f3 - Browse repository at this point
Copy the full SHA 089a0f3View commit details -
* 6.3: minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench) Fix bad merge List CS fix in .git-blame-ignore-revs Fix implicitly-required parameters List CS fix in .git-blame-ignore-revs Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
Configuration menu - View commit details
-
Copy full SHA for 27c8b3a - Browse repository at this point
Copy the full SHA 27c8b3aView commit details
Commits on Jan 29, 2024
-
[Serializer] Rewrite
AbstractObjectNormalizer::createChildContext()
…… to use the provided `cache_key` from original context when creating child contexts
Configuration menu - View commit details
-
Copy full SHA for b2ab3bf - Browse repository at this point
Copy the full SHA b2ab3bfView commit details -
bug #53530 [Serializer] Rewrite `AbstractObjectNormalizer::createChil…
…dContext()` to use the provided `cache_key` from original context when creating child contexts (amne) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT If the normalization starts with an initial 'cache_key' it is currently discarded when creating child contexts. This change fixes that. The main reason behind it is that if the client code sends a unique identifier (ApiPlatform injects the IRI) and we have a use case that iterates a big resultset we end up with a big private cache that quickly runs out of allowed memory. The solution should be to send a 'cache_key' which skips the entire cache key calculation that hashes the context. Commits ------- db412feacc [Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts
Configuration menu - View commit details
-
Copy full SHA for 3d1c732 - Browse repository at this point
Copy the full SHA 3d1c732View commit details -
bug #53361 [Serializer] Take unnamed variadic parameters into account…
… when denormalizing (thijsBreker) This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] Take unnamed variadic parameters into account when denormalizing We shouldn't break when a constructor has variadic parameters without named keys in the array. | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #53354 | License | MIT Commits ------- cbecdfef0d [Serializer] Take unnamed variadic parameters into account when denormalizing
Configuration menu - View commit details
-
Copy full SHA for aaf01ef - Browse repository at this point
Copy the full SHA aaf01efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b504e - Browse repository at this point
Copy the full SHA c2b504eView commit details -
* 5.4: [HttpClient] Fix pausing responses before they start when using curl separate child and parent context in NotificationEmail on writes do not overwrite the cache key when it is false [Mailer] Throw TransportException when unable to read from socket [Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts [HttpClient] Fix error chunk creation in passthru Adjusting and removing the 'review' attribute from the pt_br translation XML. [Serializer] Take unnamed variadic parameters into account when denormalizing
Configuration menu - View commit details
-
Copy full SHA for 7888af1 - Browse repository at this point
Copy the full SHA 7888af1View commit details -
* 6.3: Add missing return type [HttpClient] Fix pausing responses before they start when using curl separate child and parent context in NotificationEmail on writes [Mailer] [Mailgun] Fix sender header encoding do not overwrite the cache key when it is false [Mailer] Throw TransportException when unable to read from socket [Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts [HttpClient] Fix error chunk creation in passthru Adjusting and removing the 'review' attribute from the pt_br translation XML. [Serializer] Take unnamed variadic parameters into account when denormalizing Fix context data and display extra data
Configuration menu - View commit details
-
Copy full SHA for 566a1e0 - Browse repository at this point
Copy the full SHA 566a1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95767d5 - Browse repository at this point
Copy the full SHA 95767d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f730a6 - Browse repository at this point
Copy the full SHA 3f730a6View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02acd86 - Browse repository at this point
Copy the full SHA 02acd86View commit details -
* 5.4: [Mime] Fix serializing uninitialized RawMessage::$message to null [Notifer][Smsapi] Set messageId of SentMessage [DX] Use Symfony "dark-mode"-responsive logo in README support lazy evaluated exception messages with Xdebug 3
Configuration menu - View commit details
-
Copy full SHA for 917d5ec - Browse repository at this point
Copy the full SHA 917d5ecView commit details -
* 6.3: Fix RequestPayloadValueResolver handling error with no ExpectedTypes [Mime] Fix serializing uninitialized RawMessage::$message to null [Notifer][Smsapi] Set messageId of SentMessage [DX] Use Symfony "dark-mode"-responsive logo in README support lazy evaluated exception messages with Xdebug 3 [DependencyInjection] #[Autowire] attribute should have precedence over bindings
Configuration menu - View commit details
-
Copy full SHA for 51a06ee - Browse repository at this point
Copy the full SHA 51a06eeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.4.2...v6.4.3