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

Skip to content

Commit 879e519

Browse files
authored
Merge pull request #44841 from fabpot/release-4.4.36
released v4.4.36
2 parents ad9ca5a + b12261d commit 879e519

File tree

3 files changed

+100
-40
lines changed

3 files changed

+100
-40
lines changed

CHANGELOG-4.4.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.36 (2021-12-29)
11+
12+
* bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (ogizanagi)
13+
* bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (ogizanagi)
14+
* bug #44820 [Cache] Don't lock when doing nested computations (nicolas-grekas)
15+
* bug #44807 [Messenger] fix Redis support on 32b arch (nicolas-grekas)
16+
* bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (Vitali Tsyrkin)
17+
* bug #44799 [Cache] fix compat with apcu < 5.1.10 (nicolas-grekas)
18+
* bug #44732 [Mime] Relaxing in-reply-to header validation (ThomasLandauer)
19+
* bug #44728 [Mime] Fix encoding filenames in multipart/form-data (nicolas-grekas)
20+
* bug #44710 [DependencyInjection] fix linting callable classes (nicolas-grekas)
21+
* bug #44639 [DependencyInjection] Cast tag attribute value to string (ruudk)
22+
* bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (rodnaph)
23+
* bug #44577 [Cache] Fix proxy no expiration to the Redis (Sergey Belyshkin)
24+
* bug #44669 [Cache] disable lock on CLI (nicolas-grekas)
25+
* bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (alexandre-daubois)
26+
* bug #44625 [HttpClient] fix monitoring responses issued before reset() (nicolas-grekas)
27+
* bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
28+
* bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (nicolas-grekas)
29+
* bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (nicolas-grekas)
30+
* bug #44479 [HttpClient] Double check if handle is complete (Nyholm)
31+
* bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (fancyweb)
32+
* bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (fancyweb)
33+
* bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
34+
* bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
35+
* bug #44502 [HttpFoundation] do not call preg_match() on null (xabbuh)
36+
* bug #44467 [Console] Fix parameter types for `ProcessHelper::mustRun()` (derrabus)
37+
* bug #44399 Prevent infinite nesting of lazy `ObjectManager` instances when `ObjectManager` is reset (Ocramius)
38+
* bug #44375 [DoctrineBridge] fix calling get_class on non-object (kbond)
39+
* bug #44361 [HttpClient] Fix handling error info in MockResponse (fancyweb)
40+
* bug #43876 [Validator] Fix validation for single level domains (HypeMC)
41+
* bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (sakalys)
42+
* bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
43+
* bug #44295 [Serializer] fix support for lazy/unset properties (nicolas-grekas)
44+
* bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (dunglas)
45+
1046
* 4.4.35 (2021-11-24)
1147

1248
* security #cve-2021-41270 [Serializer] Use single quote to escape formulas (jderusse)

0 commit comments

Comments
 (0)