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

Skip to content

Commit 3458866

Browse files
authored
Merge pull request #60324 from fabpot/release-6.4.21
released v6.4.21
2 parents 58ec2f3 + 90fb40b commit 3458866

File tree

3 files changed

+58
-24
lines changed

3 files changed

+58
-24
lines changed

CHANGELOG-6.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ in 6.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/v6.4.0...v6.4.1
99

10+
* 6.4.21 (2025-05-02)
11+
12+
* bug #60288 [VarExporter] dump default value for property hooks if present (xabbuh)
13+
* bug #60268 [Contracts] Fix `ServiceSubscriberTrait` for nullable service (StevenRenaux)
14+
* bug #60256 [Mailer][Postmark] drop the `Date` header using the API transport (xabbuh)
15+
* bug #60258 [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef (Hakayashii, denjas)
16+
* bug #60269 [Notifier] [Discord] Fix value limits (norkunas)
17+
* bug #60248 [Messenger] Revert " Add call to `gc_collect_cycles()` after each message is handled" (jwage)
18+
* bug #60236 [String] Support nexus -> nexuses pluralization (KorvinSzanto)
19+
* bug #60194 [Workflow] Fix dispatch of entered event when the subject is already in this marking (lyrixx)
20+
* bug #60172 [Cache] Fix invalidating on save failures with Array|ApcuAdapter (nicolas-grekas)
21+
* bug #60122 [Cache] ArrayAdapter serialization exception clean $expiries (bastien-wink)
22+
* bug #60167 [Cache] Fix proxying third party PSR-6 cache items (Dmitry Danilson)
23+
* bug #60165 [HttpKernel] Do not ignore enum in controller arguments when it has an `#[Autowire]` attribute (ruudk)
24+
* bug #60168 [Console] Correctly convert `SIGSYS` to its name (cs278)
25+
* bug #60166 [Security] fix(security): fix OIDC user identifier (vincentchalamon)
26+
* bug #60124 [Validator] : fix url validation when punycode is on tld but not on domain (joelwurtz)
27+
* bug #60057 [Mailer] Fix `Trying to access array offset on value of type null` error by adding null checking (khushaalan)
28+
* bug #60094 [DoctrineBridge] Fix support for entities that leverage native lazy objects (nicolas-grekas)
29+
* bug #60094 [DoctrineBridge] Fix support for entities that leverage native lazy objects (nicolas-grekas)
30+
1031
* 6.4.20 (2025-03-28)
1132

1233
* bug #60054 [Form] Use duplicate_preferred_choices to set value of ChoiceType (aleho)

0 commit comments

Comments
 (0)
0