Skip to content

Release v4.4.46 #47737

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
Sep 30, 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
16 changes: 16 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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.46 (2022-09-30)

* bug #47547 [Ldap] Do not run ldap_set_option on failed connection (tatankat)
* bug #47578 [Security] Fix AbstractFormLoginAuthenticator return types (AndrolGenhald)
* bug #47614 [FrameworkBundle] Fix a phpdoc in mailer assertions (HeahDude)
* bug #47516 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
* bug #47533 [Messenger] decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
* bug #47530 [HttpFoundation] Always return strings from accept headers (ausi)
* bug #47497 [Bridge] Fix mkdir() race condition in ProxyCacheWarmer (andrey-tech)
* bug #47415 [HttpClient] Psr18Client ignore invalid HTTP headers (nuryagdym)
* bug #47435 [HttpKernel] lock when writting profiles (nicolas-grekas)
* bug #47437 [Mime] Fix email rendering when having inlined parts that are not related to the content (fabpot)
* bug #47434 [HttpFoundation] move flushing outside of Response::closeOutputBuffers (nicolas-grekas)
* bug #47351 [FrameworkBundle] Do not throw when describing a factory definition (MatTheCat)
* bug #47403 [Mailer] Fix edge cases in STMP transports (fabpot)

* 4.4.45 (2022-08-26)

* bug #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
Expand Down
Loading