Skip to content

Commit c19c6c4

Browse files
committed
Update CHANGELOG for 5.4.30
1 parent d311b21 commit c19c6c4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG-5.4.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ in 5.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/v5.4.0...v5.4.1
99

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+
1038
* 5.4.29 (2023-09-30)
1139

1240
* bug #51701 [Serializer] Fix parsing XML root node attributes (mtarld)

0 commit comments

Comments
 (0)