@@ -7,6 +7,31 @@ in 4.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/v4.4.0...v4.4.1
9
9
10
+ * 4.4.44 (2022-07-29)
11
+
12
+ * bug #47069 [ Security] Allow redirect after login to absolute URLs (Tim Ward)
13
+ * bug #47073 [ HttpKernel] Fix non-scalar check in surrogate fragment renderer (aschempp)
14
+ * bug #43329 [ Serializer] Respect default context in DateTimeNormalizer::denormalize (hultberg)
15
+ * bug #47086 Workaround disabled "var_dump" (nicolas-grekas)
<
8000
td data-grid-cell-id="diff-8e3d72be72601d1d36fcddda7438dfac884a406e4f215ff0549280d8f849fc50-9-16-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
16
+ * bug #40828 [ BrowserKit] Merge fields and files recursively if they are multidimensional array (januszmk)
17
+ * bug #47048 [ Serializer] Fix XmlEncoder encoding attribute false (alamirault)
18
+ * bug #47000 [ ErrorHandler] Fix return type patching for list and class-string pseudo types (derrabus)
19
+ * bug #43998 [ HttpKernel] [ HttpCache] Don't throw on 304 Not Modified (aleho)
20
+ * bug #46981 [ Mime] quote address names if they contain parentheses (xabbuh)
21
+ * bug #46960 [ FrameworkBundle] Fail gracefully when forms use disabled CSRF (HeahDude)
22
+ * bug #46973 [ DependencyInjection] Fail gracefully when attempting to autowire composite types (derrabus)
23
+ * bug #46963 [ Mime] Fix inline parts when added via attachPart() (fabpot)
24
+ * bug #46968 [ PropertyInfo] Make sure nested composite types do not crash ReflectionExtractor (derrabus)
25
+ * bug #46931 Flush backend output buffer after closing. (bradjones1)
26
+ * bug #46905 [ BrowserKit] fix sending request to paths containing multiple slashes (xabbuh)
27
+ * bug #42033 [ HttpFoundation] Fix deleteFileAfterSend on client abortion (nerg4l)
28
+ * bug #46941 [ Messenger] Fix calls to deprecated DBAL methods (derrabus)
29
+ * bug #46863 [ Mime] Fix invalid DKIM signature with multiple parts (BrokenSourceCode)
30
+ * bug #46808 [ HttpFoundation] Fix TypeError on null ` $_SESSION ` in ` NativeSessionStorage::save() ` (chalasr)
31
+ * bug #46790 [ HttpFoundation] Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
32
+ * bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)
33
+ * bug #46797 [ Messenger] Ceil waiting time when multiplier is a float on retry (WissameMekhilef)
34
+
10
35
* 4.4.43 (2022-06-26)
11
36
12
37
* bug #46765 [ Serializer] Fix denormalization union types with constructor (Gwemox)
0 commit comments