@@ -7,6 +7,34 @@ in 3.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/v3.4.0...v3.4.1
9
9
10
+ * 3.4.43 (2020-07-24)
11
+
12
+ * bug #37635 [ Cache] fix catching auth errors (nicolas-grekas)
13
+ * bug #37572 [ FrameworkBundle] set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
14
+ * bug #37607 Fix checks for phpunit releases on Composer 2 (colinodell)
15
+ * bug #37562 [ Cache] Use the default expiry when saving (not when creating) items (philipp-kolesnikov)
16
+ * bug #37563 Fix DBAL deprecation (nicolas-grekas)
17
+ * bug #37521 [ Form] Fix ChoiceType translation domain (VincentLanglet)
18
+ * bug #37520 [ Form] silently ignore uninitialized properties when mapping data to forms (ph-fritsche)
19
+ * bug #37526 [ Cache] [ Config ] ensure compatibility with PHP 8 stack traces (xabbuh)
20
+ * bug #37461 [ Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
21
+ * bug #37505 [ Form] fix handling null as empty data (xabbuh)
22
+ * bug #37385 [ Console] Fixes question input encoding on Windows (YaFou)
23
+ * bug #37447 [ Validator] fix validating lazy properties that evaluate to null (xabbuh)
24
+ * bug #37464 [ ErrorHandler] fix throwing from __ toString() (nicolas-grekas)
25
+ * bug #37291 [ MimeType] Duplicated MimeType due to PHP Bug (juanmrad)
26
+ * bug #37425 [ Form] fix guessing form types for DateTime types (xabbuh)
27
+ * bug #37392 [ Validator] fix handling typed properties as constraint options (xabbuh)
28
+ * bug #37389 [ HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (YaFou)
29
+ * bug #37383 [ VarDumper] Support for cURL handler objects (derrabus)
30
+ * bug #37345 [ Form] collect all transformation failures (xabbuh)
31
+ * bug #37340 Fix support for PHP8 union types (nicolas-grekas)
32
+ * bug #37275 [ DI] tighten detection of local dirs to prevent false positives (nicolas-grekas)
33
+ * bug #37090 [ PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (kick-the-bucket)
34
+ * bug #36230 [ VarDumper] Fix CliDumper coloration on light arrays (l-vo)
35
+ * bug #37270 [ FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
36
+ * bug #37342 [ Cache] fix compat with DBAL v3 (nicolas-grekas)
37
+
10
38
* 3.4.42 (2020-06-12)
11
39
12
40
* bug #37103 [ Form] switch the context when validating nested forms (xabbuh)
0 commit comments