Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01cf0bc

Browse filesBrowse files
authored
Merge pull request #53687 from fabpot/release-5.4.35
released v5.4.35
2 parents 0566c39 + 78677b9 commit 01cf0bc
Copy full SHA for 01cf0bc

File tree

3 files changed

+95
-40
lines changed
Filter options

3 files changed

+95
-40
lines changed

‎CHANGELOG-5.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-5.4.md
+36Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.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)
28+
* bug #53565 [Mime] Fix undefined array key 0 when empty sender (0x346e3730)
29+
* bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (lawsonjl-ornl)
30+
* bug #53576 [Console] Only execute additional checks for color support if the output (theofidry)
31+
* bug #53582 [TwigBundle] Fix configuration when "paths" is null (smnandre)
32+
* bug #53581 [String] fix aircraft inflection (renanbr)
33+
* bug #53509 [Security] Fix `AuthenticationUtils::getLastUsername()` returning null (alexandre-daubois)
34+
* bug #53567 [String] Correct inflection of axis (Vladislav Iurciuc)
35+
* bug #53537 [VarDumper] Fix missing colors initialization in `CliDumper` (nicolas-grekas)
36+
* bug #53481 [Process] Fix executable finder when the command starts with a dash (kayw-geek)
37+
* bug #53006 [ErrorHandler] Don't format binary strings (aleho)
38+
* bug #53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (alamirault)
39+
* bug #53383 [Validator] re-allow an empty list of fields (xabbuh)
40+
* bug #53418 [FrameworkBundle][Notifier] Fix service registration (MessageBird + TurboSms) (smnandre)
41+
* bug #53350 [Validator] fix the exception being thrown (xabbuh)
42+
* bug #53341 [FrameworkBundle] append instead of replacing potentially non-existent named-arguments (xabbuh)
43+
* bug #53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from `parse_url()` results (alexandre-daubois)
44+
* bug #53108 [Serializer] Fix using deserialization path 5.4 (HypeMC)
45+
1046
* 5.4.34 (2023-12-30)
1147

1248
* bug #52406 [Validator] Fix `Constraints\Email::ERROR_NAMES` (mathroc)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.