@@ -7,6 +7,33 @@ 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.22 (2021-05-01)
11
+
12
+ * bug #40993 [ Security] [ Security/Core] fix checking for bcrypt (nicolas-grekas)
13
+ * bug #40923 [ Yaml] expose references detected in inline notation structures (xabbuh)
14
+ * bug #40964 [ HttpFoundation] Fixes for PHP 8.1 deprecations (jrmajor)
15
+ * bug #40514 [ Yaml] Allow tabs as separators between tokens (bertramakers)
16
+ * bug #40882 [ Cache] phpredis: Added full TLS support for RedisCluster (jackthomasatl)
17
+ * bug #40793 [ DoctrineBridge] Add support for a driver type "attribute" (beberlei)
18
+ * bug #40807 RequestMatcher issue when ` _controller ` is a closure (Plopix)
19
+ * bug #40811 [ PropertyInfo] Use the right context for methods defined in traits (colinodell)
20
+ * bug #40330 [ SecurityBundle] Empty line starting with dash under "access_control" causes all rules to be skipped (monteiro)
21
+ * bug #40780 [ Cache] Apply NullAdapter as Null Object (roukmoute)
22
+ * bug #40740 [ Cache] [ FrameworkBundle ] Fix logging for TagAwareAdapter (fancyweb)
23
+ * bug #40755 [ Routing] Better inline requirements and defaults parsing (Foxprodev)
24
+ * bug #40754 [ PhpUnitBridge] Fix phpunit symlink on Windows (johnstevenson)
25
+ * bug #40707 [ Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tag (alexandre-daubois)
26
+ * bug #40679 [ Debug] [ ErrorHandler ] Avoid warning with Xdebug 3 with develop mode disabled (Jean85)
27
+ * bug #40702 [ HttpClient] allow CurlHttpClient on Windows (n0rbyt3)
28
+ * bug #40503 [ Yaml] fix parsing some block sequences (a1812)
29
+ * bug #40610 Fixed bugs found by psalm (Nyholm)
30
+ * bug #40603 [ Config] Fixed support for nodes not extending BaseNode (Nyholm)
31
+ * bug #40645 [ FrameworkBundle] Dont store cache misses on warmup (Nyholm)
32
+ * bug #40629 [ DependencyInjection] Fix "url" env var processor behavior when the url has no path (fancyweb)
33
+ * bug #40655 [ Cache] skip storing failure-to-save as misses in ArrayAdapter (nicolas-grekas)
34
+ * bug #40522 [ Serializer] Allow AbstractNormalizer to use null for non-optional nullable constructor parameters without default value (Pierre Rineau)
35
+ * bug #40595 add missing queue_name to find(id) in doctrine messenger transport (monteiro)
36
+
10
37
* 4.4.21 (2021-03-29)
11
38
12
39
* bug #40598 [ Form] error if the input string couldn't be parsed as a date (xabbuh)
0 commit comments