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

Skip to content

Release v4.4.45 #47397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ in 4.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.4.0...v4.4.1

* 4.4.45 (2022-08-26)

* bug #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
* bug #47304 [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
* bug #47329 Email image parts: regex for single closing quote (rr-it)
* bug #47200 [Form] ignore missing keys when mapping DateTime objects to uninitialized arrays (xabbuh)
* bug #47189 [Validator] Add additional hint when `egulias/email-validator` needs to be installed (mpdude)
* bug #47195 [FrameworkBundle] fix writes to static $kernel property (xabbuh)
* bug #47175 [DowCrawler] Fix locale-sensitivity of whitespace normalization (nicolas-grekas)
* bug #47171 [TwigBridge] suggest to install the Twig bundle when the required component is already installed (xabbuh)
* bug #47161 [Mailer] Fix logic (fabpot)
* bug #47157 [Messenger] Fix Doctrine transport on MySQL (nicolas-grekas)
* bug #46190 [Translation] Fix translator overlapse (Xavier RENAUDIN)
* bug #47142 [Mailer] Fix error message in case of an STMP error (fabpot)
* bug #47145 [HttpClient] Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
* bug #47143 [HttpClient] Fix memory leak when using StreamWrapper (nicolas-grekas)
* bug #47130 [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

* 4.4.44 (2022-07-29)

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