@@ -7,6 +7,26 @@ in 5.4 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
9
9
10
+ * 5.4.42 (2024-07-26)
11
+
12
+ * bug #57815 [ Console] [ PhpUnitBridge ] [ VarDumper] Fix ` NO_COLOR ` empty value handling (alexandre-daubois)
13
+ * bug #57828 [ Translation] Fix CSV escape char in ` CsvFileLoader ` on PHP >= 7.4 (alexandre-daubois)
14
+ * bug #57812 [ Validator] treat uninitialized properties referenced by property paths as null (xabbuh)
15
+ * bug #57816 [ DoctrineBridge] fix messenger bus dispatch inside an active transaction (IndraGunawan)
16
+ * bug #57799 [ ErrorHandler] [ VarDumper ] Remove PHP 8.4 deprecations (alexandre-daubois)
17
+ * bug #57802 [ PropertyInfo] Fix nullable value returned from extractFromMutator on CollectionType (benjilebon)
18
+ * bug #57832 [ DependencyInjection] Do not try to load default method name on interface (lyrixx)
19
+ * bug #57753 [ ErrorHandler] restrict the maximum length of the X-Debug-Exception header (xabbuh)
20
+ * bug #57674 [ Cache] Improve ` dbindex ` DSN parameter parsing (constantable)
21
+ * bug #57663 [ Cache] use copy() instead of rename() on Windows (xabbuh)
22
+ * bug #57617 [ PropertyInfo] Handle collection in PhpStan same as PhpDoc (mtarld)
23
+ * bug #54057 [ Messenger] Passing actual ` Envelope ` to ` WorkerMessageRetriedEvent ` (daffoxdev)
24
+ * bug #57645 [ Routing] Discard in-memory cache of routes when writing the file-based cache (mpdude)
25
+ * bug #57621 [ Mailer] force HTTP 1.1 for Mailgun API requests (xabbuh)
26
+ * bug #57616 [ String] Revert "Fixed u()->snake(), b()->snake() and s()->snake() methods" (nicolas-grekas)
27
+ * bug #57594 [ String] Normalize underscores in snake() (xabbuh)
28
+ * bug #57585 [ HttpFoundation] Fix MockArraySessionStorage to generate more conform ids (Seldaek)
29
+
10
30
* 5.4.41 (2024-06-28)
11
31
12
32
* bug #57497 [ String] Fixed u()->snake(), b()->snake() and s()->snake() methods (arczinosek)
0 commit comments