@@ -7,6 +7,46 @@ 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.32 (2019-10-07)
11
+
12
+ * bug #33834 [ Validator] Fix ValidValidator group cascading usage (fancyweb)
13
+ * bug #33841 [ VarDumper] fix dumping uninitialized SplFileInfo (nicolas-grekas)
14
+ * bug #33799 [ Security] : Don't let falsy usernames slip through impersonation (j4nr6n)
15
+ * bug #33814 [ HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array (mynameisbogdan)
16
+ * bug #33805 [ FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand (jschaedl)
17
+ * bug #33781 [ AnnotationCacheWarmer] add RedirectController to annotation cache (jenschude)
18
+ * bug #33777 Fix the : only-of-type pseudo class selector (jakzal)
19
+ * bug #32051 [ Serializer] Add CsvEncoder tests for PHP 7.4 (ro0NL)
20
+ * feature #33776 Copy phpunit.xsd to a predictable path (julienfalque)
21
+ * bug #33759 [ Security/Http] fix parsing X509 emailAddress (nicolas-grekas)
22
+ * bug #33733 [ Serializer] fix denormalization of string-arrays with only one element (mkrauser)
23
+ * bug #33754 [ Cache] fix known tag versions ttl check (SwenVanZanten)
24
+ * bug #33646 [ HttpFoundation] allow additinal characters in not raw cookies (marie)
25
+ * bug #33748 [ Console] Do not include hidden commands in suggested alternatives (m-vo)
26
+ * bug #33625 [ DependencyInjection] Fix wrong exception when service is synthetic (k0d3r1s)
27
+ * bug #32522 [ Validator] Accept underscores in the URL validator, as the URL will load (battye)
28
+ * bug #32437 Fix toolbar load when GET params are present in "_ wdt" route (Molkobain)
29
+ * bug #32925 [ Translation] Collect original locale in case of fallback translation (digilist)
30
+ * bug #31198 [ FrameworkBundle] Fix framework bundle lock configuration not working as expected (HypeMC)
31
+ * bug #33719 [ Cache] dont override native Memcached options (nicolas-grekas)
32
+ * bug #33675 [ PhpUnit] Fix usleep mock return value (fabpot)
33
+ * bug #33618 fix tests depending on other components' tests (xabbuh)
34
+ * bug #33626 [ PropertyInfo] ensure compatibility with type resolver 0.5 (xabbuh)
35
+ * bug #33620 [ Twig] Fix Twig config extra keys (fabpot)
36
+ * bug #33571 [ Inflector] add support 'see' to 'ee' for singularize 'fees' to 'fee' (maxhelias)
37
+ * bug #32763 [ Console] Get dimensions from stty on windows if possible (rtek)
38
+ * bug #33518 [ Yaml] don't dump a scalar tag value on its own line (xabbuh)
39
+ * bug #32818 [ HttpKernel] Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler (Arman-Hosseini)
40
+ * bug #33487 [ HttpKernel] Fix Apache mod_expires Session Cache-Control issue (pbowyer)
41
+ * bug #33439 [ Validator] Sync string to date behavior and throw a better exception (fancyweb)
42
+ * bug #32903 [ PHPUnit Bridge] Avoid registering listener twice (alexpott)
43
+ * bug #33402 [ Finder] Prevent unintentional file locks in Windows (jspringe)
44
+ * bug #33396 Fix #33395 PHP 5.3 compatibility (kylekatarnls)
45
+ * bug #33385 [ Console] allow Command::getName() to return null (nicolas-grekas)
46
+ * bug #33353 Return null as Expire header if it was set to null (danrot)
47
+ * bug #33382 [ ProxyManager] remove ProxiedMethodReturnExpression polyfill (nicolas-grekas)
48
+ * bug #33377 [ Yaml] fix dumping not inlined scalar tag values (xabbuh)
49
+
10
50
* 3.4.31 (2019-08-26)
11
51
12
52
* bug #33335 [ DependencyInjection] Fixed the ` getServiceIds ` implementation to always return aliases (pdommelen)
0 commit comments