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 67b35ad

Browse filesBrowse files
authored
Merge pull request #54074 from fabpot/release-5.4.36
released v5.4.36
2 parents 85d0165 + d6c4427 commit 67b35ad
Copy full SHA for 67b35ad

File tree

3 files changed

+113
-46
lines changed
Filter options

3 files changed

+113
-46
lines changed

‎CHANGELOG-5.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-5.4.md
+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.36 (2024-02-27)
11+
12+
* bug #54045 [Config][Messenger][Security] Don't turn deprecations into exceptions when unserializing (nicolas-grekas)
13+
* bug #54035 [DependencyInjection] Fix computing error messages involving service locators (nicolas-grekas)
14+
* bug #53959 [Serializer] Fix unknown types normalization type when know type (Myks92)
15+
* bug #53960 [Messenger] the 'use_notify' option is on the factory, not on the postgres connection (dbu)
16+
* bug #54031 [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3 (nicolas-grekas)
17+
* bug #53967 [ErrorHandler] return the unchanged text if preg_replace_callback() fails (xabbuh)
18+
* bug #54001 [Console] Fix display of Table on Windows OS (VincentLanglet)
19+
* bug #53989 [FrameworkBundle] Fix config builder with extensions extended in `build()` (HypeMC)
20+
* bug #54004 [WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefetching (davidgorges)
21+
* bug #53975 [Cache] explicitly cast boolean SSL stream options (xabbuh)
22+
* bug #53913 [TwigBridge] Fix compat with Twig v3.9 (nicolas-grekas)
23+
* bug #53944 [Messenger] Gracefully fallback to empty queue config (Wirone)
24+
* bug #53934 [Mailer] Fix signed emails breaking the profiler (HypeMC)
25+
* bug #53924 [FrameworkBundle] Check if the _route attribute exists on the request (xvilo)
26+
* bug #53910 [Messenger] Fix SQS visibility_timeout type (valtzu)
27+
* bug #53889 [HttpClient] Make retry strategy work again (Nyholm)
28+
* bug #53755 [Validator] Fix fields without constraints in `Collection` (xabbuh, HypeMC)
29+
* bug #53821 [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3 (Luc45)
30+
* bug #53792 [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer (nicolas-grekas)
31+
* bug #53785 [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists (shyim)
32+
* bug #53730 [Messenger] [Beanstalkd] fix tube stats when it's empty (eminjk)
33+
* bug #53754 [DoctrineBridge] forward-compatibility with field mappings in Doctrine ORM 4 (xabbuh)
34+
* bug #53707 [Console] Fix color support for TTY output (theofidry)
35+
* bug #53712 [Mailer] Fix usage of stream_set_timeout in case of microseconds (aleksejs1)
36+
* bug #53715 [String] Fix plural of word ending by pus (Fan2Shrek)
37+
* bug #53711 [Console] Allow false as a $shortcut in InputOption (jayminsilicon)
38+
1039
* 5.4.35 (2024-01-30)
1140

1241
* bug #52913 [Routing] Fixed priority getting lost when setting localized prefix (pritasil)

0 commit comments

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