@@ -7,6 +7,30 @@ 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.0-RC1 (2019-11-17)
11
+
12
+ * bug #34419 [ Cache] Disable igbinary on PHP >= 7.4 (nicolas-grekas)
13
+ * bug #34347 [ Messenger] Perform no deep merging of bus middleware (vudaltsov)
14
+ * bug #34366 [ HttpFoundation] Allow redirecting to URLs that contain a semicolon (JayBizzle)
15
+ * feature #34405 [ HttpFoundation] Added possibility to configure expiration time in redis session handler (mantulo)
16
+ * bug #34397 [ FrameworkBundle] Remove project dir from Translator cache vary scanned directories (fancyweb)
17
+ * bug #34384 [ DoctrineBridge] Improve queries parameters display in Profiler (fancyweb)
18
+ * bug #34408 [ Cache] catch exceptions when using PDO directly (xabbuh)
19
+ * bug #34411 [ HttpKernel] Flatten "exception" controller argument if not typed (chalasr)
20
+ * bug #34410 [ HttpFoundation] Fix MySQL column type definition. (jbroutier)
21
+ * bug #34403 [ Cache] Redis Tag Aware warn on wrong eviction policy (andrerom)
22
+ * bug #34400 [ HttpKernel] collect bundle classes, not paths (nicolas-grekas)
23
+ * bug #34398 [ Config] fix id-generation for GlobResource (nicolas-grekas)
24
+ * bug #34404 [ HttpClient] fix HttpClientDataCollector (nicolas-grekas)
25
+ * bug #34396 [ Finder] Allow ssh2 stream wrapper for sftp (damienalexandre)
26
+ * bug #34383 [ DI] Use reproducible entropy to generate env placeholders (nicolas-grekas)
27
+ * bug #34389 [ WebProfilerBundle] add FrameworkBundle requirement (xabbuh)
28
+ * bug #34381 [ WebProfilerBundle] Require symfony/twig-bundle (fancyweb)
29
+ * bug #34358 [ Security] always check the token on non-lazy firewalls (nicolas-grekas, lyrixx)
30
+ * bug #34390 [ FrameworkBundle] fix wiring of httplug client (nicolas-grekas)
31
+ * bug #34369 [ FrameworkBundle] Disallow WebProfilerBundle < 4.4 (derrabus)
32
+ * bug #34370 [ DI] fix detecting singly implemented interfaces (nicolas-grekas)
33
+
10
34
* 4.4.0-BETA2 (2019-11-13)
11
35
12
36
* bug #34344 [ Console] Constant STDOUT might be undefined (nicolas-grekas)
0 commit comments