You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-5.4.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,42 @@ 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.35 (2024-01-30)
11
+
12
+
* bug #52913[Routing] Fixed priority getting lost when setting localized prefix (pritasil)
13
+
* bug #53183[Messenger] PhpSerializer: TypeError should throw `MessageDecodingFailedException` (B-Galati)
14
+
* bug #53678[Mime] Fix serializing uninitialized `RawMessage::$message` to null (nicolas-grekas)
15
+
* bug #53634[Notifer][Smsapi] Set messageId of SentMessage (tomasz-kusy)
16
+
* bug #53501[DependencyInjection] support lazy evaluated exception messages with Xdebug 3 (xabbuh)
17
+
* bug #53671[HttpClient] Fix pausing responses before they start when using curl (nicolas-grekas)
18
+
* bug #53663[TwigBridge] separate child and parent context in NotificationEmail on writes (xabbuh)
19
+
* bug #53157[Mailer] Throw `TransportException` when unable to read from socket (xdanik)
20
+
* bug #53361[Serializer] Take unnamed variadic parameters into account when denormalizing (thijsBreker)
21
+
* bug #53530[Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts (amne)
22
+
* bug #53506[HttpClient] Fix error chunk creation in passthru (rmikalkenas)
23
+
* bug #53357[Translation] Fix `TranslationNodeVisitor` with constant domain (VincentLanglet)
24
+
* bug #53525[Messenger][AMQP] Throw exception on `nack` callback (kvrushifa)
25
+
* bug #53432[HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings (priyadi)
26
+
* bug #53593[Cache] Fix possible infinite loop in `CachePoolPass` (HypeMC)
27
+
* bug #53588[Translation] fix multi-byte code area to convert (xabbuh)
0 commit comments