@@ -7,6 +7,38 @@ in 6.4 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.4.0...v6.4.1
99
10+ * 6.4.24 (2025-07-31)
11+
12+ * bug #61276 [ DependencyInjection] Escape parameters before resolving env placeholders (MatTheCat)
13+ * bug #61268 [ Console] [ Table] Fix unnecessary wrapping (schlndh)
14+ * bug #61085 [ Lock] Fix using fractional TTLs (manuelderuiter)
15+ * bug #61271 [ Messenger] disable detecting modified indexes with DBAL 4.3 (xabbuh)
16+ * bug #61242 [ Console] [ Table] Fix invalid UTF-8 due to text wrapping (schlndh)
17+ * bug #61234 [ Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (dorrogeray)
18+ * bug #61246 [ VarDumper] Use unique identifier for ` RequestContextProvider ` (ToshY)
19+ * bug #58995 [ Config] Do not generate unreachable configuration paths (bobvandevijver)
20+ * bug #60867 [ WebProfilerBundle] Fix missing indent on non php files opended in the profiler (phcorp)
21+ * bug #61223 [ Mailer] [ Brevo ] Update Webhook IPs (jarbey)
22+ * bug #61201 [ Console] Fix JSON description for negatable input flags (nicolas-grekas)
23+ * bug #61220 [ Cache] fix compatibility with different Relay versions (xabbuh)
24+ * bug #61158 [ FrameworkBundle] Add missing html5-allow-no-tld to XSD file (nicolas-grekas)
25+ * bug #61144 [ VarDumper] Fix dumping on systems that don't have a working iconv (nicolas-grekas)
26+ * bug #61138 [ Console] fix profiler with overridden ` run() ` method (vinceAmstoutz)
27+ * bug #61079 [ Config] Fix support for attributes on class constants and enum cases (ruudk)
28+ * bug #61111 [ Translation] fix support of ` TranslatableInterface ` in ` IdentityTranslator ` (VincentLanglet)
29+ * bug #61117 [ Validator] fix handling required options (xabbuh)
30+ * bug #61106 Fix ` @var ` phpdoc (fabpot)
31+ * bug #61091 [ Lock] [ MongoDB] Enforce readPreference=primary and writeConcern=majority (notrix)
32+ * bug #61105 [ FrameworkBundle] fix phpdoc in ` MicroKernelTrait ` (santysisi)
33+ * bug #61076 [ ExpressionLanguage] Fix dumping of null safe operator (ivantsepp)
34+ * bug #61028 [ Serializer] Fix ` readonly ` property initialization from incorrect scope (santysisi)
35+ * bug #61073 [ VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (nicolas-grekas)
36+ * bug #61062 [ Brevo Mailer] Webhook IP Addresses have changed (richardhj)
37+ * bug #60975 [ Form] Fix precision loss when rounding large integers in ` NumberToLocalizedStringTransformer ` (OskarStark)
38+ * bug #60953 [ DoctrineBridge] Restore compatibility with Doctrine ODM (pepeh)
39+ * bug #60958 [ Serializer] remove return type from ` AbstractObjectNormalizer::getAllowedAttributes() ` (xabbuh)
40+ * bug #60507 [ Console] [ Messenger ] Fix: Allow ` UnrecoverableExceptionInterface ` to bypass retry in ` RunCommandMessageHandler ` (santysisi)
41+
1042* 6.4.23 (2025-06-28)
1143
1244 * bug #60044 [ Console] Table counts wrong column width when using colspan and ` setColumnMaxWidth() ` (vladimir-vv)
0 commit comments