Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa1ec62

Browse filesBrowse files
authored
data #64144 Release v7.4.10
Release v7.4.10
2 parents 0760328 + e3e812b commit aa1ec62
Copy full SHA for aa1ec62

2 files changed

+20-2Lines changed: 20 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG-7.4.md‎

Copy file name to clipboardExpand all lines: CHANGELOG-7.4.md
+18Lines changed: 18 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ in 7.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/v7.4.0...v7.4.1
99

10+
* 7.4.10 (2026-05-06)
11+
12+
* bug #63761 [Scheduler] Fix checkpoint state expiring when cache has default TTL (Amoifr)
13+
* bug #64141 [DependencyInjection] Fix lazy-autowiring an already-lazy service (nicolas-grekas)
14+
* bug #64138 [Translation] Fix `TranslationPushCommand::getDomainsFromTranslatorBag` (MatTheCat)
15+
* bug #63744 [Validator] Fix Compound constraint with nested Composite and validation groups (Amoifr)
16+
* bug #63757 [Messenger][AmazonSqs] Do not override queue-level DelaySeconds when no DelayStamp is set (psantus)
17+
* bug #64122 [Cache] Ensure compatibility with Relay extension 0.22.0 (nicolas-grekas)
18+
* bug #64119 [Yaml] fix flow collection drops `&anchor` and `!!str &anchor` items (ousamabenyounes)
19+
* bug #64016 [Mailer][AzureMailer] Fix inline attachments (kohlerdominik)
20+
* bug #64086 [Messenger] Move `--time-limit` handling to Worker for proper capping with `--sleep` (Toflar)
21+
* bug #64103 [AssetMapper] Stop baking CSP nonce into the importmap polyfill body (ousamabenyounes)
22+
* bug #64106 [Config] Normalize `backed-enum` in array shapes (MatTheCat)
23+
* bug #64100 [Translation] URL-encode tmp path in XliffUtils::shouldEnableEntityLoader (ousamabenyounes)
24+
* bug #64095 [RateLimiter] Carry over reserved tokens past fixed window resets (ousamabenyounes)
25+
* bug #64111 [Serializer] Fix low deps (nicolas-grekas)
26+
* bug #64099 [Ldap] Cast `default_socket_timeout` to `int` (ousamabenyounes)
27+
1028
* 7.4.9 (2026-05-01)
1129

1230
* bug #64090 [DependencyInjection] Reject circular references through a factory builder's setup (nicolas-grekas)
Collapse file

‎src/Symfony/Component/HttpKernel/Kernel.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7474
*/
7575
private static array $freshCache = [];
7676

77-
public const VERSION = '7.4.10-DEV';
77+
public const VERSION = '7.4.10';
7878
public const VERSION_ID = 70410;
7979
public const MAJOR_VERSION = 7;
8080
public const MINOR_VERSION = 4;
8181
public const RELEASE_VERSION = 10;
82-
public const EXTRA_VERSION = 'DEV';
82+
public const EXTRA_VERSION = '';
8383

8484
public const END_OF_MAINTENANCE = '11/2028';
8585
public const END_OF_LIFE = '11/2029';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.