Skip to content

Release v5.4.25 #50771

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
Jun 26, 2023
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
24 changes: 24 additions & 0 deletions CHANGELOG-5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ in 5.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/v5.4.0...v5.4.1

* 5.4.25 (2023-06-26)

* bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (nicolas-grekas)
* bug #50728 [HttpClient] Explicitly exclude CURLOPT_POSTREDIR (nicolas-grekas)
* bug #50671 [HttpClient] Fix encoding some characters in query strings (Daniel Kozák)
* bug #50655 Revert "Respect isRetryable decision of the retry strategy for re-delivery" (bendavies)
* bug #50665 [FrameworkBundle] Ignore missing directories in about command (ro0NL)
* bug #50644 [VarDumper] Dumping DateTime throws error if getTimezone is false (bogdanmoza)
* bug #50656 Only update autoload_runtime.php when it changed (Seldaek)
* bug #50698 [HttpClient] Fix int conversion for `GenericRetryStrategy` with floated multiplier (francisbesset)
* bug #50548 [FrameworkBundle] Show non-bundle extensions in `debug:config` & `config:dump` list view & completion (HypeMC)
* bug #50585 [Cache] Fix RedisTrait::createConnection for cluster (darkanakin41)
* bug #50546 [FrameworkBundle] Fix `debug:config` & `config:dump` in debug mode (HypeMC)
* bug #50560 [DependencyInjection] Support PHP 8.2 `true` and `null` type (ruudk)
* bug #50562 [Lock] Fix sprintf (fancyweb)
* bug #50524 Fix Doctrine deprecations (nicolas-grekas)
* bug #50539 [Validator] Remove internal from methods on non-internal interfaces (wouterj)
* bug #50534 [PhpUnitBridge] Fix support for the NO_COLOR env var (nicolas-grekas)
* bug #50517 [DependencyInjection] Fix casting scalar env vars from null (fancyweb)
* bug #50507 [Cache] Fix DBAL deprecations (MatTheCat)
* bug #50501 [Serializer] Fix discriminator map not working with `AbstractNormalizer::OBJECT_TO_POPULATE` (HypeMC)
* bug #50437 [Filesystem] Follow symlinks when dumping files (ausi)
* bug #50478 [DependencyInjection] Escape `` from parameter-like default values (MatTheCat)

* 5.4.24 (2023-05-27)

* bug #50429 [Console] block input stream if needed (joelwurtz)
Expand Down
Loading