@@ -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.24 (2023-05-27)
11
+
12
+ * bug #50429 [ Console] block input stream if needed (joelwurtz)
13
+ * bug #50315 [ Translation] Fix handling of null messages in ` ArrayLoader ` (rob006)
14
+ * bug #50338 [ Console] Remove `` exec `` and replace it by `` shell_exec `` (maxbeckers)
15
+ * bug #50362 [ FrameworkBundle] Fix Workflow without a marking store definition uses marking store definition of previously defined workflow (krciga22)
16
+ * bug #50309 [ HttpFoundation] UrlHelper is now aware of RequestContext changes (giosh94mhz)
17
+ * bug #50309 [ HttpFoundation] UrlHelper is now aware of RequestContext changes (giosh94mhz)
18
+ * bug #50354 [ Process] Stop the process correctly even if underlying input stream is not closed (joelwurtz)
19
+ * bug #50332 [ PropertyInfo] Fix ` PhpStanExtractor ` when constructor has no docblock (HypeMC)
20
+ * bug #50253 [ FrameworkBundle] Generate caches consistently on successive run of ` cache:clear ` command (Okhoshi)
21
+ * bug #49063 [ Messenger] Respect ` isRetryable ` decision of the retry strategy for re-delivery (FlyingDR)
22
+ * bug #50251 [ Serializer] Handle datetime deserialization in U format (tugmaks)
23
+ * bug #50266 [ HttpFoundation] Fix file streaming after connection aborted (rlshukhov)
24
+ * bug #50269 Fix param type annotation (l-vo)
25
+ * bug #50256 [ HttpClient] Fix setting duplicate-name headers when redirecting with AmpHttpClient (nicolas-grekas)
26
+ * bug #50214 [ WebProfilerBundle] Remove legacy filters remnants (MatTheCat)
27
+ * bug #50235 [ HttpClient] Fix getting through proxies via CONNECT (nicolas-grekas)
28
+ * bug #50244 [ HttpKernel] Fix restoring surrogate content from cache (nicolas-grekas)
29
+ * bug #50246 [ DependencyInjection] Do not check errored definitions’ type (MatTheCat)
30
+ * bug #49557 [ PropertyInfo] Fix phpDocExtractor nullable array value type (fabpot)
31
+ * bug #50213 [ ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (MatTheCat)
32
+ * bug #50192 [ Serializer] backed enum throw notNormalizableValueException outside construct method (alli83)
33
+ * bug #50238 [ HttpKernel] Don't use eval() to render ESI/SSI (nicolas-grekas)
34
+ * bug #50226 [ HttpClient] Ensure HttplugClient ignores invalid HTTP headers (nicolas-grekas)
35
+ * bug #50203 [ Messenger] Fix registering message handlers (nicolas-grekas)
36
+ * bug #50204 [ ErrorHandler] Skip Httplug deprecations for HttplugClient (nicolas-grekas)
37
+
10
38
* 5.4.23 (2023-04-28)
11
39
12
40
* bug #50143 [ Console] trim(): Argument #1 () must be of type string, bool given (danepowell)
0 commit comments