Skip to content

Release v4.4.30 #42789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ in 4.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.4.0...v4.4.1

* 4.4.30 (2021-08-30)

* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
* bug #42345 [Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
* bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
* bug #39856 [DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint (xabbuh)
* bug #40545 [HttpFoundation] Fix isNotModified determination logic (ol0lll)
* bug #42368 [FrameworkBundle] Fall back to default configuration in debug:config and consistently resolve parameter values (herndlm)
* bug #41684 Fix Url Validator false positives (sidz)
* bug #42576 [Translation] Reverse fallback locales (ro0NL)
* bug #42628 [PropertyInfo] Support for the `never` return type (derrabus)
* bug #42585 [ExpressionLanguage] [Lexer] Remove PHP 8.0 polyfill (nigelmann)
* bug #42621 [Security] Don't produce TypeErrors for non-string CSRF tokens (derrabus)
* bug #42365 [Cache] Do not add namespace argument to `NullAdapter` in `CachePoolPass` (olsavmic)
* bug #42331 [HttpKernel] always close open stopwatch section after handling `kernel.request` events (xabbuh)
* bug #42260 Fix return types for PHP 8.1 (derrabus)
* bug #42341 [Validator] Update MIR card scheme (ossinkine)

* 4.4.29 (2021-07-29)

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