Skip to content

Commit 0fabe7a

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Bump Symfony version to 6.4.1 Update VERSION for 6.4.0 Update CHANGELOG for 6.4.0 Bump Symfony version to 6.3.10 Update VERSION for 6.3.9 Update CHANGELOG for 6.3.9 Bump Symfony version to 5.4.33 Update VERSION for 5.4.32 Update CONTRIBUTORS for 5.4.32 Update CHANGELOG for 5.4.32
2 parents f67e323 + 0e93fc7 commit 0fabe7a

File tree

3 files changed

+86
-28
lines changed

3 files changed

+86
-28
lines changed

CHANGELOG-6.3.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 6.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1
99

10+
* 6.3.9 (2023-11-29)
11+
12+
* bug #52786 [Serializer] Revert allowed attributes fix (mtarld)
13+
* bug #52780 [DependencyInjection] don't check parameter values if they are not set (xabbuh)
14+
* bug #52762 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior (nicolas-grekas)
15+
* bug #52759 [VarExporter] Fix serializing objects that implement __sleep() and that are made lazy (nicolas-grekas)
16+
* bug #52767 [Serializer] Fix normalization relying on allowed attributes only (mtarld)
17+
* bug #52727 [String] Fix Inflector for 'icon' (podhy)
18+
* bug #52677 [Translation] [Lokalise] Fix language format on Lokalise Provider (welcoMattic)
19+
* bug #52715 [Cache] fix detecting the database server version (xabbuh)
20+
* bug #52688 [Cache] Add url decoding of password in `RedisTrait` DSN (alexandre-daubois)
21+
* bug #52172 [Serializer] Fix denormalizing empty string into `object|null` parameter (Jeroeny)
22+
* bug #52693 [Messenger] Fix message handlers with multiple `from_transports` (valtzu)
23+
* bug #52684 [PropertyInfo] Fixed promoted property type detection for `PhpStanExtractor` (LastDragon-ru)
24+
* bug #52681 [Serializer] Fix support for DiscriminatorMap in PropertyNormalizer (mtarld)
25+
* bug #52680 [Serializer] Fix access to private properties/getters when using the ``@Ignore`` annotation (mtarld)
26+
* bug #52713 [Serializer] Fix deserialization_path missing using contructor (mtarld)
27+
* bug #52683 [Serializer] Fix constructor deserialization path (mtarld)
28+
* bug #52707 [HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined (nicolas-grekas)
29+
* bug #52589 [Serializer] Fix XML attributes not added on empty node (mtarld)
30+
* bug #52686 [Cache] fix detecting the server version with Doctrine DBAL 4 (xabbuh)
31+
* bug #52629 [Messenger] Fix support for Redis Sentinel using php-redis 6.0.0 (pepeh)
32+
* bug #52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (HypeMC)
33+
* bug #52626 [Serializer] Fix denormalizing date intervals having both weeks and days (oneNevan)
34+
* bug #52578 [Serializer] Fix denormalize constructor arguments (mtarld)
35+
* bug #52526 Add some more non-countable English nouns (paullallier)
36+
* bug #52631 [DomCrawler] Revert "bug #52579 UriResolver support path with colons" (lyrixx)
37+
* bug #52618 [VarExporter] Fix handling mangled property names returned by __sleep() (nicolas-grekas)
38+
* bug #52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
39+
* bug #52579 [DomCrawler] UriResolver support path with colons (vdauchy)
40+
* bug #52581 [Messenger] attach all required parameters to query (xabbuh)
41+
1042
* 6.3.8 (2023-11-10)
1143

1244
* bug #51666 [RateLimiter] CompoundLimiter was accepting requests even when some limiters already consumed all tokens (10n)

CHANGELOG-6.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ in 6.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.4.0...v6.4.1
99

10+
* 6.4.0 (2023-11-29)
11+
12+
* bug #52786 [Serializer] Revert allowed attributes fix (mtarld)
13+
* bug #52765 [Translation] Remove ``@internal`` from abstract testcases (OskarStark)
14+
* bug #52780 [DependencyInjection] don't check parameter values if they are not set (xabbuh)
15+
* bug #52762 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior (nicolas-grekas)
16+
* bug #52759 [VarExporter] Fix serializing objects that implement __sleep() and that are made lazy (nicolas-grekas)
17+
* bug #52767 [Serializer] Fix normalization relying on allowed attributes only (mtarld)
18+
* bug #52727 [String] Fix Inflector for 'icon' (podhy)
19+
1020
* 6.4.0-RC2 (2023-11-26)
1121

1222
* bug #52724 [Security] make secret required for DefaultLoginRateLimiter (RobertMe)

0 commit comments

Comments
 (0)