8000 Merge pull request #43817 from fabpot/release-4.4.33 · symfony/symfony@dfaf565 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfaf565

Browse files
authored
Merge pull request #43817 from fabpot/release-4.4.33
released v4.4.33
2 parents 1d0102e + e0c3710 commit dfaf565

File tree

3 files changed

+116
-39
lines changed

3 files changed

+116
-39
lines changed

CHANGELOG-4.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.33 (2021-10-29)
11+
12+
* bug #43798 [Dotenv] Duplicate $_SERVER values in $_ENV if they don't exist (fancyweb)
13+
* bug #43799 [PhpUnitBridge] fix symlink to bridge in docker by making its path relative (nicolas-grekas)
14+
* bug #43781 [Messenger] Fix `TraceableMessageBus` implementation so it can compute caller even when used within a callback (Ocramius)
15+
* bug #43655 [VarDumper] Fix dumping twig templates found in exceptions (event15)
16+
* bug #43484 [Messenger] Fix Redis Transport when username is empty (villfa)
17+
* bug #43568 [Messenger] fix: TypeError in PhpSerializer::encode() (dsech)
18+
* bug #43591 [Config] Fix files sorting in GlobResource (lyrixx)
19+
* bug #43569 [HttpClient] fix collecting debug info on destruction of CurlResponse (nicolas-grekas)
20+
* bug #43545 [DependencyInjection] fix "url" env var processor (nicolas-grekas)
21+
* bug #43413 [VarDumper] Fix error with uninitialized XMLReader (villfa)
22+
* bug #43388 [Validator] Fixes URL validation for single-char subdomains (DfKimera)
23+
* bug #43333 [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services (nicolas-grekas)
24+
* bug #43302 [Cache] Commit items implicitly only when deferred keys are requested (Sergey Belyshkin)
25+
* bug #43330 [Cache][Lock] fix SQLSRV throws for method_exists() (GDmac)
26+
* bug #43270 [VarDumper] Fix handling of "new" in initializers on PHP 8.1 (nicolas-grekas)
27+
* bug #43277 [DependencyInjection] fix support for "new" in initializers on PHP 8.1 (nicolas-grekas)
28+
* bug #43243 [HttpClient] accept headers when CURLE_RECV_ERROR is received before the content (nicolas-grekas)
29+
* bug #43205 [Serializer] Fix denormalizing XML array with empty body (4.4) (alexandre-daubois)
30+
1031
* 4.4.32 (2021-09-28)
1132

1233
* Fix subtree split issues

0 commit comments

Comments
 (0)
0