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

Skip to content

Commit 0967084

Browse files
authored
Merge pull request #50771 from fabpot/release-5.4.25
released v5.4.25
2 parents 201d9fb + 7f3bdf7 commit 0967084

File tree

3 files changed

+63
-24
lines changed

3 files changed

+63
-24
lines changed

CHANGELOG-5.4.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 5.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/v5.4.0...v5.4.1
99

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

1236
* bug #50429 [Console] block input stream if needed (joelwurtz)

0 commit comments

Comments
 (0)