@@ -7,6 +7,35 @@ 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.34 (2021-11-22)
11
+
12
+ * bug #44188 [ VarExporter] fix exporting declared but unset properties when __ sleep() is implemented (nicolas-grekas)
13
+ * bug #44119 [ HttpClient] [ Mime ] Add correct IDN flags for IDNA2008 compliance (j-bernard)
14
+ * bug #44131 [ Yaml] properly parse quoted strings tagged with !!str (xabbuh)
15
+ * bug #42323 [ TwigBridge] do not merge label classes into expanded choice labels (xabbuh)
16
+ * bug #44121 [ Serializer] fix support for lazy properties (nicolas-grekas)
17
+ * bug #44111 [ Serializer] fix support for unset properties on PHP < 7.4 (nicolas-grekas)
18
+ * bug #44070 [ Process] intersect with getenv() to populate default envs (nicolas-grekas)
19
+ * bug #44043 [ Cache] fix dbindex Redis (a1812)
20
+ * bug #44042 Fix DateIntervalToStringTransformer::transform() doc (BenMorel)
21
+ * bug #44034 [ Yaml] don't try to replace references in quoted strings (xabbuh)
22
+ * bug #44028 [ ErrorHandler] Fix FlattenException::setPrevious argument typing (welcoMattic)
23
+ * bug #44012 [ DependencyInjection] fix inlining when non-shared services are involved (nicolas-grekas)
24
+ * bug #44002 [ Cache] Fix Memory leak (a1812)
25
+ * bug #43981 [ FrameworkBundle] fix registering late resettable services (nicolas-grekas)
26
+ * bug #43988 [ DoctrineBridge] add support for the JSON type (dunglas)
27
+ * bug #43987 [ PhpUnitBridge] Fix Uncaught ValueError (dunglas)
28
+ * bug #43961 [ HttpClient] Curl http client has to reinit curl multi handle on reset (rmikalkenas)
29
+ * bug #43922 [ DependencyInjection] only allow ` ReflectionNamedType ` for ` ServiceSubscriberTrait ` (kbond)
30
+ * bug #43901 [ SecurityBundle] Default access_decision_manager.strategy option with merge (biozshock)
31
+ * bug #43909 [ VarExporter] escape unicode chars involved in directionality (nicolas-grekas)
32
+ * bug #43867 [ VarDumper] Make dumping DateInterval instances timezone-independent (derrabus)
33
+ * bug #43096 [ Messenger] Use ` TransportMessageIdStamp ` in ` InMemoryTransport ` allows retrying (alexndlm)
34
+ * bug #43501 [ HttpKernel] fix ErrorException in CacheWarmerAggregate (Ahummeling)
35
+ * bug #42361 [ Translation] correctly handle intl domains with TargetOperation (acran)
36
+ * bug #43834 [ Inflector] Fix inflector for "zombies" (acodispo)
37
+ * bug #43267 [ Config] Fix signature generation with nested attributes on PHP 8.1 (agustingomes)
38
+
10
39
* 4.4.33 (2021-10-29)
11
40
12
41
* bug #43798 [ Dotenv] Duplicate $_ SERVER values in $_ ENV if they don't exist (fancyweb)
0 commit comments