Skip to content

Commit ba87d8e

Browse files
authored
Merge pull request #47737 from fabpot/release-4.4.46
released v4.4.46
2 parents 89ca1c0 + 6957112 commit ba87d8e

File tree

3 files changed

+61
-26
lines changed

3 files changed

+61
-26
lines changed

CHANGELOG-4.4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.46 (2022-09-30)
11+
12+
* bug #47547 [Ldap] Do not run ldap_set_option on failed connection (tatankat)
13+
* bug #47578 [Security] Fix AbstractFormLoginAuthenticator return types (AndrolGenhald)
14+
* bug #47614 [FrameworkBundle] Fix a phpdoc in mailer assertions (HeahDude)
15+
* bug #47516 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
16+
* bug #47533 [Messenger] decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
17+
* bug #47530 [HttpFoundation] Always return strings from accept headers (ausi)
18+
* bug #47497 [Bridge] Fix mkdir() race condition in ProxyCacheWarmer (andrey-tech)
19+
* bug #47415 [HttpClient] Psr18Client ignore invalid HTTP headers (nuryagdym)
20+
* bug #47435 [HttpKernel] lock when writting profiles (nicolas-grekas)
21+
* bug #47437 [Mime] Fix email rendering when having inlined parts that are not related to the content (fabpot)
22+
* bug #47434 [HttpFoundation] move flushing outside of Response::closeOutputBuffers (nicolas-grekas)
23+
* bug #47351 [FrameworkBundle] Do not throw when describing a factory definition (MatTheCat)
24+
* bug #47403 [Mailer] Fix edge cases in STMP transports (fabpot)
25+
1026
* 4.4.45 (2022-08-26)
1127

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

0 commit comments

Comments
 (0)