Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c296af8

Browse files
authored
Merge pull request #47397 from fabpot/release-4.4.45
released v4.4.45
2 parents e10e5bf + 6ba69e8 commit c296af8

File tree

3 files changed

+61
-29
lines changed

3 files changed

+61
-29
lines changed

CHANGELOG-4.4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ in 4.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.4.0...v4.4.1
99

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+
1028
* 4.4.44 (2022-07-29)
1129

1230
* bug #47069 [Security] Allow redirect after login to absolute URLs (Tim Ward)

0 commit comments

Comments
 (0)