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

Skip to content

Commit 1ec78b0

Browse files
authored
Merge pull request #45215 from fabpot/release-4.4.37
released v4.4.37
2 parents c59a5fc + 04569c8 commit 1ec78b0

File tree

3 files changed

+75
-28
lines changed

3 files changed

+75
-28
lines changed

CHANGELOG-4.4.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ 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.37 (2022-01-28)
11+
12+
* bug #44939 [Form] UrlType should not add protocol to emails (GromNaN)
13+
* bug #43149 Silence warnings during tty detection (neclimdul)
14+
* bug #45181 [Console] Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
15+
* bug #45140 [Yaml] Making the parser stateless (mamazu)
16+
* bug #45103 [Process] Avoid calling fclose on an already closed resource (Seldaek)
17+
* bug #45088 [Console] fix parsing escaped chars in StringInput (nicolas-grekas)
18+
* bug #45096 [Cache] Throw exception if incompatible version of psr/simple-cache is used (colinodell)
19+
* bug #45063 [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings (nicolas-grekas)
20+
* bug #44986 [DependencyInjection] copy synthetic status when resolving child definitions (kbond)
21+
* bug #45073 [HttpClient] Fix Failed to open stream: Too many open files (adrienfr)
22+
* bug #45053 [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
23+
* bug #45029 [Cache] Set mtime of cache files 1 year into future if they do not expire (Blacksmoke16)
24+
* bug #45012 [DoctrineBridge] Fix invalid guess with enumType (jderusse)
25+
* bug #45015 [HttpClient] fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
26+
* bug #44890 [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue` (GrahamCampbell)
27+
* bug #45002 [PropertyAccess] Fix handling of uninitialized property of anonymous class (filiplikavcan)
28+
* bug #44979 [DependencyInjection] Add iterable to possible binding type (vladimir.panivko)
29+
* bug #44976 [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
30+
* bug #44879 [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory (fancyweb)
31+
* bug #44931 Allow a zero time-limit for messenger:consume (fritzmg)
32+
* bug #44932 [DependencyInjection] Fix nested env var with resolve processor (Laurent Moreau)
33+
* bug #44912 [Console] Allow OutputFormatter::escape() to be used for escaping URLs used in <href> (Seldaek)
34+
* bug #44878 [HttpClient] Turn negative timeout to a very long timeout (fancyweb)
35+
* bug #44854 [Validator] throw when Constraint::_construct() has not been called (nicolas-grekas)
36+
1037
* 4.4.36 (2021-12-29)
1138

1239
* bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (ogizanagi)

0 commit comments

Comments
 (0)