Skip to content

Commit 2b66d7d

Browse files
authored
Merge pull request symfony#58681 from fabpot/release-5.4.45
released v5.4.45
2 parents ab60cbf + d11efee commit 2b66d7d

File tree

3 files changed

+77
-28
lines changed

3 files changed

+77
-28
lines changed

CHANGELOG-5.4.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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.45 (2024-10-27)
11+
12+
* bug #58669 [Cache] Revert "Initialize RedisAdapter cursor to 0" (nicolas-grekas)
13+
* bug #58649 [TwigBridge] ensure compatibility with Twig 3.15 (xabbuh)
14+
* bug #58661 [Cache] Initialize RedisAdapter cursor to 0 (thomas-hiron)
15+
* bug #58593 [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces (0xb4lint)
16+
* bug #58615 [Validator] [Choice] Fix callback option if not array returned (symfonyaml)
17+
* bug #58618 [DependencyInjection] Fix linting factories implemented via __callStatic (KevinVanSonsbeek)
18+
* bug #58619 [HttpFoundation][Lock] Ensure compatibility with ext-mongodb v2 (GromNaN)
19+
* bug #58627 Minor fixes around `parse_url()` checks (nicolas-grekas)
20+
* bug #58617 [DependencyInjection] Fix replacing abstract arguments with bindings (nicolas-grekas)
21+
* bug #58613 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring (nicolas-grekas)
22+
* bug #58523 [DoctrineBridge] fix: DoctrineTokenProvider not oracle compatible (jjjb03)
23+
* bug #58492 [MonologBridge] Fix PHP deprecation with `preg_match()` (simoheinonen)
24+
* bug #58449 [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer (bram123)
25+
* bug #58459 [FrameworkBundle] Fix displayed stack trace when session is used on stateless routes (nicolas-grekas)
26+
* bug #58376 [HttpKernel] Correctly merge `max-age`/`s-maxage` and `Expires` headers (aschempp)
27+
* bug #58299 [DependencyInjection] Fix `XmlFileLoader` not respecting when env for services (Bradley Zeggelaar)
28+
* bug #58332 [Console] Suppress `proc_open` errors within `Terminal::readFromProcess` (fritzmg)
29+
* bug #58404 [TwigBridge] Remove usage of `Node()` instantiations (fabpot)
30+
* bug #58393 [Dotenv] Default value can be empty (HypeMC)
31+
* bug #58372 Tweak error/exception handler registration (nicolas-grekas)
32+
1033
* 5.4.44 (2024-09-21)
1134

1235
* bug #58327 [FrameworkBundle] Do not access the container when the kernel is shut down (jderusse)

0 commit comments

Comments
 (0)