8000 Merge pull request #58131 from fabpot/release-5.4.43 · symfony/symfony@4a4c52e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a4c52e

Browse files
authored
Merge pull request #58131 from fabpot/release-5.4.43
released v5.4.43
2 parents fec1c15 + 5e08fdb commit 4a4c52e

File tree

3 files changed

+68
-23
lines changed

3 files changed

+68
-23
lines changed

CHANGELOG-5.4.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ 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.43 (2024-08-30)
11+
12+
* bug #58110 [PropertyAccess] Fix handling property names with a `.` (alexandre-daubois)
13+
* bug #58127 [Validator] synchronize IBAN formats (xabbuh)
14+
* bug #58112 fix Twig 3.12 compatibility (xabbuh)
15+
* bug #58078 [TwigBridge] Fix Twig deprecation notice (yceruto)
16+
* bug #58000 [DependencyInjection] Fix issue between decorator and service locator index (lyrixx)
17+
* bug #58044 [HttpClient] Do not overwrite the host to request when using option "resolve" (xabbuh)
18+
* bug #57298 [DependencyInjection] Fix handling of repeated `#[Autoconfigure]` attributes (alexandre-daubois)
19+
* bug #57493 [SecurityBundle] Make security schema deterministic (MatTheCat)
20+
* bug #58020 [TwigBridge] fix compatibility with Twig 3.12 and 4.0 (xabbuh)
21+
* bug #58002 [Security] Revert stateless check for ContextListener (VincentLanglet)
22+
* bug #57853 [Console] Fix side-effects from running bash completions (Seldaek)
23+
* bug #57997 [Console][PhpUnitBridge][VarDumper] Fix handling NO_COLOR env var (nicolas-grekas)
24+
* bug #57984 [Validator] Add `D` regex modifier in relevant validators (alexandre-daubois)
25+
* bug #57981 [HttpClient] reject malformed URLs with a meaningful exception (xabbuh)
26+
* bug #57968 [Yaml] :bug: throw ParseException on invalid date (homersimpsons)
27+
* bug #57925 [Validator] reset the validation context after validating nested constraints (xabbuh)
28+
* bug #57920 [Form] Fix handling empty data in ValueToDuplicatesTransformer (xabbuh)
29+
* bug #57917 [HttpKernel] [WebProfileBundle] Fix Routing panel for URLs with a colon (akeylimepie)
30+
* bug #57861 [Form] NumberType: Fix parsing of numbers in exponential notation with negative exponent (jbtronics)
31+
* bug #57921 [Finder] do not duplicate directory separators (xabbuh)
32+
* bug #57895 [Finder] do not duplicate directory separators (xabbuh)
33+
* bug #57905 [Validator] allow more unicode characters in URL paths (xabbuh)
34+
* bug #57899 [String] [EnglishInflector] Fix words ending with `le`, e.g., `articles` (aleho)
35+
* bug #57887 [Uid] Ensure UuidV1 is created in lowercase (smnandre)
36+
* bug #57870 [HttpClient] Disable HTTP/2 PUSH by default when using curl (nicolas-grekas)
37+
1038
* 5.4.42 (2024-07-26)
1139

1240
* bug #57815 [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling (alexandre-daubois)

0 commit comments

Comments
 (0)
0