File tree Expand file tree Collapse file tree 3 files changed +61
-26
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 3 files changed +61
-26
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.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
+
10
26
* 4.4.45 (2022-08-26)
11
27
12
28
* bug #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
You can’t perform that action at this time.
0 commit comments