Skip to content

Commit 64294e4

Browse files
Merge branch '7.4' into 8.0
* 7.4: (31 commits) [Validator] Update Romanian translations fix tests [JsonStreamer] Fix decoding iterable lists [String][Inflector] Fix edge cases [Serializer][Validator] Add JSON schema for validating and autocompleting YAML config files [DependencyInjection] Allow adding resource tags using any config formats Fix merge Add missing Sweego Mailer Bridge webhook events [Security] Fix attribute-based chained user providers [Intl] Fix Intl::getIcuStubVersion() [Intl] Add methods to filter currencies more precisely [Notifier] Add tests for option classes Sync intl scripts [Intl] Add metadata about currencies' validtity dates Bump Symfony version to 7.3.4 Update VERSION for 7.3.3 Update CHANGELOG for 7.3.3 Bump Symfony version to 6.4.26 Update VERSION for 6.4.25 Update CONTRIBUTORS for 6.4.25 ...
2 parents bff8811 + 9e86767 commit 64294e4

File tree

110 files changed

+10843
-5867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+10843
-5867
lines changed

CHANGELOG-7.3.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ in 7.3 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.3.0...v7.3.1
99

10+
* 7.3.3 (2025-08-29)
11+
12+
* bug #61543 [TypeInfo] Prevent interfaces extending BackedEnum to be treated as BackedEnums (ettoredn)
13+
* bug #61520 [Yaml] Fix scope resolution operator in flow mapping keys (MatTheCat)
14+
* bug #61534 [HttpClient] Fix PHP 8.5 deprecation using str_increment() (nicolas-grekas)
15+
* bug #61529 [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled (MatTheCat)
16+
* bug #61526 [Serializer] Don't fallback to default serializer if tags specify a named one (HypeMC)
17+
* bug #60211 [Messenger] Fix Oracle errors 'ORA-00955: Name is already used by an existing object' with Doctrine transport (atgitwk)
18+
* bug #61033 [Console] Restore `SHELL_VERBOSITY` after a command is ran (lyrixx)
19+
* bug #61501 [Console] Fix testing multiline question (MatTheCat)
20+
* bug #61503 [String] Fix nodes singular (ruudk)
21+
* feature #61486 [Security] Ignore target route when exiting impersonation (MatTheCat)
22+
* bug #61459 [String] Fix issues singular (ruudk)
23+
* bug #61426 [Intl] Take timezoneTypes’ ianaMap into account (MatTheCat)
24+
* bug #61422 [WebProfilerBundle] Hide WDT clearer when it is hidden (MatTheCat)
25+
* bug #61381 [HttpKernel] #[MapUploadedFile] throws http exception on empty files array if argument not nullable nor has default value (hwawshy)
26+
* bug #61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (nicolas-grekas)
27+
* bug #61447 [String] specific fix to avoid 'outag' when inflecting 'outages' (PhilETaylor)
28+
* bug #61115 [FrameworkBundle] Make `cache:warmup` warm up read-only caches (MatTheCat)
29+
* bug #61411 [DependencyInjection] Don’t autowire excluded services (MatTheCat)
30+
* bug #61401 [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale (christianseel)
31+
* bug #61405 Remove calls to no-op functions, deprecated in PHP 8.5 (nicolas-grekas)
32+
* bug #61402 Remove calls to deprecated methods of SplObjectStorage (nicolas-grekas)
33+
* bug #61375 [TypeInfo] Fix converting list to string (ruudk)
34+
* bug #61310 [ObjectMapper] read source metadata before transform (soyuka, rvanlaak)
35+
* bug #61355 [WebProfilerBundle] Fix toolbar not rendering after replacing it (aleho)
36+
* bug #58547 [HtmlSanitizer] Fix `force_attributes` not replacing existing attribute in initial data (tgalopin)
37+
* bug #61335 [Mailer] [Resend] Add friendly name in the `to` field (antalaron)
38+
* bug #61351 [VarDumper] Fix dumping objects from the DOM extension (nicolas-grekas)
39+
* bug #61291 [Messenger] Remove fix `NoAutoAckStamp` handling in `Worker::flush()` (wazum)
40+
* bug #61307 [Scheduler] Fix `scheduler.task` tag arguments optionality (Jan Pintr)
41+
* bug #61304 [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (W0rma)
42+
* bug #61319 [Console] [Table] Don't split grapheme clusters (schlndh)
43+
1044
* 7.3.2 (2025-07-31)
1145

1246
* bug #61276 [DependencyInjection] Escape parameters before resolving env placeholders (MatTheCat)

0 commit comments

Comments
 (0)