@@ -7,6 +7,28 @@ 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.38 (2024-04-02)
11
+
12
+ * bug #54400 [ HttpClient] stop all server processes after tests have run (xabbuh)
13
+ * bug #54425 [ TwigBridge] Remove whitespaces from block form_help output (rosier)
14
+ * bug #54372 [ Config] Fix ` YamlReferenceDumper ` handling of array examples (MatTheCat)
15
+ * bug #54362 [ Filesystem] preserve the file modification time when mirroring directories (xabbuh)
16
+ * bug #54121 [ Messenger] Catch TableNotFoundException in MySQL delete (acbramley)
17
+ * bug #54271 [ DoctrineBridge] Fix deprecation warning with ORM 3 when guessing field lengths (eltharin)
18
+ * bug #54306 Throw TransformationFailedException when there is a null bytes injection (sormes)
19
+ * bug #54148 [ Serializer] Fix object normalizer when properties has the same name as their accessor (NeilPeyssard)
20
+ * bug #54305 [ Cache] [ Lock ] Identify missing table in pgsql correctly and address failing integration tests (arifszn)
21
+ * bug #54292 [ FrameworkBundle] Fix mailer config with XML (lyrixx)
22
+ * bug #54298 [ Filesystem] Fix str_contains deprecation (NeilPeyssard)
23
+ * bug #54248 [ Security] Correctly initialize the voter property (aschempp)
24
+ * bug #54201 [ Lock] Check the correct SQLSTATE error code for MySQL (edomato)
25
+ * bug #54252 [ Lock] compatiblity with redis cluster 7 (bastnic)
26
+ * bug #54219 [ Validator] Allow BICs’ first four characters to be digits (MatTheCat)
27
+ * bug #54239 [ Mailer] Fix sendmail transport not handling failure (aboks)
28
+ * bug #54207 [ HttpClient] Lazily initialize CurlClientState (arjenm)
29
+ * bug #53865 [ Workflow] Fix Marking when it must contains more than one tokens (lyrixx)
30
+ * bug #54187 [ FrameworkBundle] Fix PHP 8.4 deprecation on ` ReflectionMethod ` (alexandre-daubois)
31
+
10
32
* 5.4.37 (2024-03-04)
11
33
12
34
* bug #54102 [ HttpClient] Fix deprecation on PHP 8.3 (nicolas-grekas)
0 commit comments