@@ -7,6 +7,26 @@ 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.44 (2024-09-21)
11
+
12
+ * bug #58327 [ FrameworkBundle] Do not access the container when the kernel is shut down (jderusse)
13
+ * bug #58316 [ Form] Don't call the constructor of LogicalOr (derrabus)
14
+ * bug #58290 [ FrameworkBundle] fix XSD to allow to configure locks without resources (xabbuh)
15
+ * bug #58291 [ Process] Fix finding executables independently of open_basedir (BlackbitDevs)
16
+ * bug #58279 [ Yaml] parse empty sequence elements as null (xabbuh)
17
+ * bug #58289 [ HttpKernel] Skip logging uncaught exceptions in ` ErrorHandler ` , assume ` $kernel->terminateWithException() ` will do it (nicolas-grekas)
18
+ * bug #58185 [ Filesystem] make sure temp files can be cleaned up on Windows (xabbuh)
19
+ * bug #58260 [ Cache] Fix RedisSentinel param types (Paweł Stasicki)
20
+ * bug #58278 [ HttpClient] Fix setting ` CURLMOPT_MAXCONNECTS ` (HypeMC)
21
+ * bug #58274 [ Dotenv] throw a meaningful exception when parsing dotenv files with BOM (xabbuh)
22
+ * bug #58240 [ FrameworkBundle] Fix service reset between tests (HypeMC)
23
+ * bug #58266 [ HttpKernel] pass CSV escape characters explicitly (xabbuh)
24
+ * bug #58181 [ HttpFoundation] Update links for ` X-Accel-Redirect ` and fail properly when ` X-Accel-Mapping ` is missing (nicolas-grekas)
25
+ * bug #58218 Work around ` parse_url() ` bug (nicolas-grekas)
26
+ * bug #58207 [ TwigBridge] Avoid calling deprecated mergeGlobals() (derrabus)
27
+ * bug #58198 [ TwigBundle] Add support for resetting globals between HTTP requests (fabpot)
28
+ * bug #58143 [ Ldap] Fix extension deprecation (alexandre-daubois)
29
+
10
30
* 5.4.43 (2024-08-30)
11
31
12
32
* bug #58110 [ PropertyAccess] Fix handling property names with a ` . ` (alexandre-daubois)
0 commit comments