8000 Merge pull request #54764 from fabpot/release-5.4.39 · symfony/symfony@b435447 · GitHub
[go: up one dir, main page]

Skip to content

Commit b435447

Browse files
authored
Merge pull request #54764 from fabpot/release-5.4.39
released v5.4.39
2 parents cb0be79 + 2baba18 commit b435447

File tree

3 files changed

+67
-27
lines changed

3 files changed

+67
-27
lines changed

CHANGELOG-5.4.md

+27
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ 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.39 (2024-04-29)
11+
12+
* bug #54751 [Validator]  detect wrong e-mail validation modes (xabbuh)
13+
* bug #54723 [Form] read form values using the chain data accessor (xabbuh)
14+
* bug #54706 [Yaml] call substr() with integer offsets (xabbuh)
15+
* bug #54675 [PropertyInfo] Fix PHPStan properties type in trait (mtarld)
16+
* bug #54635 [Serializer] Revert "Fix object normalizer when properties has the same name as their accessor" - it was a BC Break (NeilPeyssard)
17+
* bug #54625 [Intl] Remove resources data from classmap generation (shyim)
18+
* bug #54598 [TwigBridge]  implement NodeVisitorInterface instead of extending AbstractNodeVisitor (xabbuh)
19+
* bug #54072 [HttpKernel] Fix datacollector caster for reference object property (ebuildy)
20+
* bug #54564 [Translation] Skip state=needs-translation entries only when source == target (nicolas-grekas)
21+
* bug #54579 [Cache] Always select database for persistent redis connections (uncaught)
22+
* bug #54059 [Security] Validate that CSRF token in form login is string similar to username/password (glaubinix)
23+
* bug #54547 [HttpKernel] Force non lazy controller services (smnandre)
24+
* bug #54517 [HttpClient] Let curl handle transfer encoding (michaelhue)
25+
* bug #52917 [Serializer] Fix unexpected allowed attributes (mtarld)
26+
* bug #54063 [FrameworkBundle] Fix registration of the bundle path to translation (FlyingDR)
27+
* bug #54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (MatTheCat)
28+
* bug #54506 [HttpFoundation] Set content-type header in RedirectResponse (smnandre)
29+
* bug #52698 [Serializer] Fix XML scalar to object denormalization (mtarld)
30+
* bug #54485 [Serializer] Ignore when using #[Ignore] on a non-accessor (nicolas-grekas)
31+
* bug #54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator (fancyweb)
32+
* bug #54456 [DomCrawler] Encode html entities only if nessecary (ausi)
33+
* bug #54471 [Filesystem] Strengthen the check of file permissions in `dumpFile` (alexandre-daubois)
34+
* bug #54403 [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
35+
* bug #54440 [Console] return null when message with name is not set (xabbuh)
36+
1037
* 5.4.38 (2024-04-02)
1138

1239
* bug #54400 [HttpClient] stop all server processes after tests have run (xabbuh)

0 commit comments

Comments
 (0)
0