File tree 3 files changed +61
-29
lines changed
src/Symfony/Component/HttpKernel
3 files changed +61
-29
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ 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.45 (2022-08-26)
11
+
12
+ * bug #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
13
+ * bug #47304 [ Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
14
+ * bug #47329 Email image parts: regex for single closing quote (rr-it)
15
+ * bug #47200 [ Form] ignore missing keys when mapping DateTime objects to uninitialized arrays (xabbuh)
16
+ * bug #47189 [ Validator] Add additional hint when ` egulias/email-validator ` needs to be installed (mpdude)
17
+ * bug #47195 [ FrameworkBundle] fix writes to static $kernel property (xabbuh)
18
+ * bug #47175 [ DowCrawler] Fix locale-sensitivity of whitespace normalization (nicolas-grekas)
19
+ * bug #47171 [ TwigBridge] suggest to install the Twig bundle when the required component is already installed (xabbuh)
20
+ * bug #47161 [ Mailer] Fix logic (fabpot)
21
+ * bug #47157 [ Messenger] Fix Doctrine transport on MySQL (nicolas-grekas)
22
+ * bug #46190 [ Translation] Fix translator overlapse (Xavier RENAUDIN)
23
+ * bug #47142 [ Mailer] Fix error message in case of an STMP error (fabpot)
24
+ * bug #47145 [ HttpClient] Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
25
+ * bug #47143 [ HttpClient] Fix memory leak when using StreamWrapper (nicolas-grekas)
26
+ * bug #47130 [ HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)
27
+
10
28
* 4.4.44 (2022-07-29)
11
29
12
30
* bug #47069 [ Security] Allow redirect after login to absolute URLs (Tim Ward)
You can’t perform that action at this time.
0 commit comments