@@ -7,6 +7,34 @@ 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.30 (2023-10-29)
11
+
12
+ * bug #52332 [ Yaml] Fix deprecated passing null to trim() (javaDeveloperKid)
13
+ * bug #52343 [ Intl] Update the ICU data to 74.1 (jderusse)
14
+ * bug #52347 [ Form] Fix merging form data and files (ter) (Jan Pintr)
15
+ * bug #52308 [ SecurityBundle] Fix missing login-link element in xsd schema (fancyweb)
16
+ * bug #51992 [ Serializer] Fix using ` DateIntervalNormalizer ` with union types (Jeroeny)
17
+ * bug #52276 DB table locks on messenger_messages with many failures (bn-jdcook)
18
+ * bug #52283 [ Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (mtarld)
19
+ * bug #52268 [ Mailer] [ Notifier ] Update Sendinblue / Brevo API host (Stephanie)
20
+ * bug #52255 [ Form] Skip merging params & files if there are no files in the first place (dmaicher, priyadi)
21
+ * bug #52201 [ HttpKernel] Resolve EBADP error on flock with LOCK_SH with NFS (driskell)
22
+ * bug #52105 [ Cache] Remove temporary cache item file on ` rename() ` failure (cedric-anne)
23
+ * bug #52021 [ Form] Fix merging params & files when "multiple" is enabled (priyadi)
24
+ * bug #51819 [ HttpFoundation] Do not swallow trailing ` = ` in cookie value (OskarStark)
25
+ * bug #52095 [ Notifier] [ Sendinblue ] Handle error responses without a message key (stof)
26
+ * bug #51907 [ Serializer] Fix collecting only first missing constructor argument (HypeMC)
27
+ * bug #52075 [ Messenger] Fix DoctrineOpenTransactionLoggerMiddleware (ro0NL)
28
+ * bug #52005 [ Translation] Prevent creating empty keys when key ends with a period (javleds)
29
+ * bug #52035 [ DoctrineBridge] Fix DBAL 4 compatibility (derrabus)
30
+ * bug #51947 [ Cache] [ Doctrine ] [ DoctrineBridge] [ Lock ] [ Messenger] Compatibility with ORM 3 and DBAL 4 (derrabus)
31
+ * bug #52009 [ FrameworkBundle] Configure ` logger ` as error logger if the Monolog Bundle is not registered (MatTheCat)
32
+ * bug #51969 [ FrameworkBundle] Fix calling ` Kernel::warmUp() ` when running ` cache:warmup ` (nicolas-grekas)
33
+ * bug #51985 [ WebProfilerBundle] Fix markup to make link to profiler appear on errored WDT (MatTheCat)
34
+ * bug #44766 [ RateLimiter] TokenBucket policy fix for adding tokens with a predefined frequency (relo-san)
35
+ * bug #51858 [ Security] Fix resetting traceable listeners (chalasr)
36
+ * bug #47342 Change incorrect message, when the sender in the global envelope or the from header of asEmailMessage() is not defined. (fredericlesueurs)
37
+
10
38
* 5.4.29 (2023-09-30)
11
39
12
40
* bug #51701 [ Serializer] Fix parsing XML root node attributes (mtarld)
0 commit comments