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

Skip to content

Commit 7f3a524

Browse files
authored
Merge pull request #42789 from fabpot/release-4.4.30
released v4.4.30
2 parents 1a59dc5 + f8c1100 commit 7f3a524

File tree

3 files changed

+80
-35
lines changed

3 files changed

+80
-35
lines changed

CHANGELOG-4.4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ 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.30 (2021-08-30)
11+
12+
* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
13+
* bug #42345 [Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
14+
* bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
15+
* bug #39856 [DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint (xabbuh)
16+
* bug #40545 [HttpFoundation] Fix isNotModified determination logic (ol0lll)
17+
* bug #42368 [FrameworkBundle] Fall back to default configuration in debug:config and consistently resolve parameter values (herndlm)
18+
* bug #41684 Fix Url Validator false positives (sidz)
19+
* bug #42576 [Translation] Reverse fallback locales (ro0NL)
20+
* bug #42628 [PropertyInfo] Support for the `never` return type (derrabus)
21+
* bug #42585 [ExpressionLanguage] [Lexer] Remove PHP 8.0 polyfill (nigelmann)
22+
* bug #42621 [Security] Don't produce TypeErrors for non-string CSRF tokens (derrabus)
23+
* bug #42365 [Cache] Do not add namespace argument to `NullAdapter` in `CachePoolPass` (olsavmic)
24+
* bug #42331 [HttpKernel] always close open stopwatch section after handling `kernel.request` events (xabbuh)
25+
* bug #42260 Fix return types for PHP 8.1 (derrabus)
26+
* bug #42341 [Validator] Update MIR card scheme (ossinkine)
27+
1028
* 4.4.29 (2021-07-29)
1129

1230
* bug #42307 [Mailer] Fixed decode exception when sendgrid response is 202 (rubanooo)

0 commit comments

Comments
 (0)