Skip to content

Commit 002e503

Browse files
authored
Merge pull request symfony#49558 from fabpot/release-5.4.21
released v5.4.21
2 parents 7be1d8d + e7002e5 commit 002e503

File tree

3 files changed

+93
-25
lines changed

3 files changed

+93
-25
lines changed

CHANGELOG-5.4.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ 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.21 (2023-02-28)
11+
12+
* bug #49526 [Security] Migrate the session on login only when the user changes (nicolas-grekas)
13+
* bug #49516 [Workflow] display label with new lines + colours properly when rendering a PUML dump (alexislefebvre)
14+
* bug #48965 [TwigBridge] Allow floats in html5 input type number field (wimhendrikx)
15+
* bug #48833 [Translation] Handle the translation of empty strings (javiereguiluz)
16+
* bug #49292 [VarDumper] Fix error when reflected class has default Enum parameter in constructor (kapiwko)
17+
* bug #49493 [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
18+
* bug #49484 [Validator] Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
19+
* bug #48998 [Validator] Sync IBAN formats with Swift IBAN registry (smelesh)
20+
* bug #49405 [MonologBridge] FirePHPHandler::onKernelResponse throws PHP 8.1 deprecation when no user agent is set (juagarc4)
21+
* bug #49421 [TwigBridge] do not drop embed label classes (xabbuh)
22+
* bug #49422 [Cache][Messenger] fixed CallbackInterface support in async expiration handler (AdamKatzDev)
23+
* bug #49441 [Contracts] Fix setting $container before calling parent::setContainer in ServiceSubscriberTrait (edsrzf)
24+
* bug #49272 [Workflow] remove new lines from workflow metadata (alexislefebvre)
25+
* bug #49427 [WebProfilerBundle] Render original (not encoded) email headers (1ed)
26+
* bug #49368 [BC Break] Make data providers for abstract test cases static (OskarStark, alexandre-daubois)
27+
* bug #49385 [Notifier] Make `TransportTestCase` data providers static (alexandre-daubois)
28+
* bug #49395 fix trying to load Memcached before checking we can (nicolas-grekas)
29+
* bug #49326 [Notifier] Fix notifier profiler when transport name is null (fabpot)
30+
* bug #49265 [HttpKernel] Fix setting the session on the main request when it's started by a subrequest (nicolas-grekas)
31+
* bug #49353 [Cache] Only validate dbindex parameter when applicable (loevgaard)
32+
* bug #49346 [ErrorHandler] Do not patch return statements in closures (wouterj)
33+
* bug #49334 [DependencyInjection] keep `proxy` tag on original definition when decorating (kbond)
34+
* bug #47946 [FrameworkBundle] Fix checkboxes check assertions (MatTheCat)
35+
* bug #49301 [HttpClient] Fix data collector (fancyweb)
36+
* bug #49310 [Notifier][WebProfilerBundle] Ignore messages whose `getNotification` returns `null` (MatTheCat)
37+
* bug #49299 [HttpClient] Fix over-encoding of URL parts to match browser's behavior (nicolas-grekas)
38+
* bug #49214 [Mailer] add Sender to the list of bypassed headers (xabbuh)
39+
* bug #49245 [Serializer] Fix CsvEncoder decode on empty data (cazak)
40+
* bug #49249 [Dotenv] Fix phpdoc Dotenv (alamirault)
41+
* bug #49248 [Config] Fix phpdoc nullable (alamirault)
42+
* bug #48880 [Response] `getMaxAge()` returns non-negative integer (pkruithof, fabpot)
43+
* bug #49207 [PropertyInfo] Add meaningful message when `phpstan/phpdoc-parser` is not installed when using `PhpStanExtractor` (alexandre-daubois)
44+
* bug #49220 [Validator] Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)
45+
* bug #49226 [WebProfilerBundle] Disable Turbo for debug toolbar links (javiereguiluz)
46+
* bug #49223 [WebProfilerBundle] Fix some minor HTML issues (javiereguiluz)
47+
* bug #49146 [PropertyInfo] fail with a meaningful error when a needed package is missing (xabbuh)
48+
* bug #49187 [Ldap] Allow multiple values on `extra_fields` (mvhirsch)
49+
* bug #49128 [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types (nicolas-grekas)
50+
1051
* 5.4.20 (2023-02-01)
1152

1253
* bug #49141 [HttpFoundation] Fix bad return type in IpUtils::checkIp4() (tristankretzer)

0 commit comments

Comments
 (0)