@@ -7,6 +7,53 @@ 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.37 (2020-01-21)
11
+
12
+ * bug #35065 [ Security] Use supportsClass in addition to UnsupportedUserException (linaori)
13
+ * bug #35343 [ Security] Fix RememberMe with null password (jderusse)
14
+ * bug #35318 [ Yaml] fix PHP const mapping keys using the inline notation (xabbuh)
15
+ * bug #35304 [ HttpKernel] Fix that no-cache MUST revalidate with the origin (mpdude)
16
+ * bug #35299 Avoid ` stale-if-error ` in FrameworkBundle's HttpCache if kernel.debug = true (mpdude)
17
+ * bug #35151 [ DI] deferred exceptions in ResolveParameterPlaceHoldersPass (Islam93)
18
+ * bug #35254 [ PHPUnit-Bridge] Fail-fast in simple-phpunit if one of the passthru() commands fails (mpdude)
19
+ * bug #34643 [ Dotenv] Fixed infinite loop with missing quote followed by quoted value (naitsirch)
20
+ * bug #35239 [ Security\Http] Prevent canceled remember-me cookie from being accepted (chalasr)
21
+ * bug #35267 [ Debug] fix ClassNotFoundFatalErrorHandler (nicolas-grekas)
22
+ * bug #35193 [ TwigBridge] button_widget now has its title attr translated even if its label = null or false (stephen-lewis)
23
+ * bug #35219 [ PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script (oleg-andreyev)
24
+ * bug #35170 [ FrameworkBundle] [ TranslationUpdateCommand ] Do not output positive feedback on stderr (fancyweb)
25
+ * bug #35134 [ PropertyInfo] Fix BC issue in phpDoc Reflection library (jaapio)
26
+ * bug #35125 [ Translator] fix performance issue in MessageCatalogue and catalogue operations (ArtemBrovko)
27
+ * bug #35103 [ Translation] Use ` locale_parse ` for computing fallback locales (alanpoulain)
28
+ * bug #35094 [ Console] Fix filtering out identical alternatives when there is a command loader (fancyweb)
29
+ * bug #35039 [ DI] skip looking for config class when the extension class is anonymous (nicolas-grekas)
30
+ * bug #35049 [ ProxyManager] fix generating proxies for root-namespaced classes (nicolas-grekas)
31
+ * bug #35022 [ Dotenv] FIX missing getenv (mccullagh)
32
+ * bug #35010 [ VarDumper] ignore failing __ debugInfo() (nicolas-grekas)
33
+ * bug #35000 [ Console] [ SymfonyQuestionHelper ] Handle multibytes question choices keys and custom prompt (fancyweb)
34
+ * bug #29839 [ Validator] fix comparisons with null values at property paths (xabbuh)
35
+ * bug #34900 [ DoctrineBridge] Fixed submitting invalid ids when using queries with limit (HeahDude)
36
+ * bug #34791 [ Serializer] Skip uninitialized (PHP 7.4) properties in PropertyNormalizer and ObjectNormalizer (vudaltsov)
37
+ * bug #34915 [ FrameworkBundle] Fix invalid Windows path normalization in TemplateNameParser (mvorisek)
38
+ * bug #34981 stop using deprecated Doctrine persistence classes (xabbuh)
39
+ * bug #34904 [ Validator] [ ConstraintValidator ] Safe fail on invalid timezones (fancyweb)
40
+ * bug #34918 [ Translation] fix memoryleak in PhpFileLoader (nicolas-grekas)
41
+ * bug #34438 [ HttpFoundation] Use ` Cache-Control: must-revalidate ` only if explicit lifetime has been given (mpdude)
42
+ * bug #34449 [ Yaml] Implement multiline string as scalar block for tagged values (natepage)
43
+ * bug #34601 [ MonologBridge] Fix debug processor datetime type (mRoca)
44
+ * bug #34842 [ ExpressionLanguage] Process division by zero (tigr1991)
45
+ * bug #34902 [ PropertyAccess] forward caught exception (xabbuh)
46
+ * bug #34888 [ TwigBundle] add tags before processing them (xabbuh)
47
+ * bug #34762 [ Config] never try loading failed classes twice with ClassExistenceResource (nicolas-grekas)
48
+ * bug #34839 [ Cache] fix memory leak when using PhpArrayAdapter (nicolas-grekas)
49
+ * bug #34812 [ Yaml] fix parsing negative octal numbers (xabbuh)
50
+ * bug #34788 [ SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass (fancyweb)
51
+ * bug #34755 [ FrameworkBundle] resolve service locators in ` debug:* ` commands (nicolas-grekas)
52
+ * bug #34832 [ Validator] Allow underscore character "_ " in URL username and password (romainneutron)
53
+ * bug #34738 [ SecurityBundle] Passwords are not encoded when algorithm set to "true" (nieuwenhuisen)
54
+ * bug #34779 [ Security] do not validate passwords when the hash is null (xabbuh)
55
+ * bug #34757 [ DI] Fix making the container path-independent when the app is in /app (nicolas-grekas)
56
+
10
57
* 3.4.36 (2019-12-01)
11
58
12
59
* bug #34649 more robust initialization from request (dbu)
0 commit comments