Skip to content

Commit dfe2770

Browse files
committed
Update CHANGELOG for 7.3.4
1 parent de83371 commit dfe2770

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG-7.3.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,57 @@ 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.4 (2025-09-27)
11+
12+
* bug #61830 [Security] Fix preload warning in `AuthorizationChecker` (MatTheCat)
13+
* bug #61825 [DoctrineBridge] Make `EntityUserProvider`s pass attributes to their loader (MatTheCat)
14+
* bug #61818 [Notifier] Rename LOX24RequestParser to Lox24RequestParser (nicolas-grekas)
15+
* bug #61808 [Config] Fix incorrect serialized data mangling (aboks)
16+
* bug #61793 [AssetMapper] Prevent duplicate entries in module preloads (xDeSwa)
17+
* bug #61785 [ObjectMapper] Preserve non-promoted constructor parameters (rvanlaak)
18+
* bug #60515 [Mailer] Fix memory leak with `mailer.message_logger_listener` (andrew-demb)
19+
* bug #61757 [FrameworkBundle] Perform-no-deep-merging on workflow transitions' from/to configs (nicolas-grekas)
20+
* bug #61766 Fix ord()-related PHP 8.5 deprecations (nicolas-grekas)
21+
* bug #61368 [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is `true` in `CacheAttributeListener` (santysisi)
22+
* bug #61752 [PropertyInfo] Fix getting type from constructor of parent class in `PhpStanExtractor` (wuchen90)
23+
* bug #61746 [Serializer] Fix unknown type in denormalization errors when union type used in constructor (d-mitrofanov-v)
24+
* bug #61724 [Console] Fix handling of `\E` in Bash completion (HypeMC)
25+
* bug #61518 [HttpKernel] Handle an array vary header in the http cache store for write (philpichet)
26+
* bug #61736 [PhpUnitBridge] do not try to modify the result of a PhptTestCase (xabbuh)
27+
* bug #61728 [TypeInfo] Fix issue with merging union type with a nullable union type (matijn-made)
28+
* bug #61731 [PhpUnitBridge] Fix gathering deprecation in phpt (nicolas-grekas)
29+
* bug #61729 [PhpUnitBridge] Silence deprecation of __sleep/wakeup() (nicolas-grekas)
30+
* bug #61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (nicolas-grekas)
31+
* bug #61714 [SecurityBundle] Fix semantic configuration for singulars/plurals in XML (nicolas-grekas)
32+
* bug #61132 [JsonPath] Make the component RFC compliant (alexandre-daubois)
33+
* bug #60055 [MonologBridge] Make `ConsoleHandler` not handle messages at SILENT verbosity (okhoshi)
34+
* bug #61701 [SecurityBundle] Add missing `fixXmlConfig()` call for `issuer` (OskarStark)
35+
* bug #61693 [Console] Don’t append a new line to test inputs ending with an EOT (MatTheCat)
36+
* bug #61596 [FrameworkBundle] Normalize workflow places separately (KevinVanSonsbeek)
37+
* bug #61690 [Console] Don’t automatically append EOT to multiline test inputs (MatTheCat)
38+
* bug #61667 [Config] Fix `GlobResource` pattern with trailing slash (HypeMC)
39+
* bug #61658 [Messenger] map legacy options to the "sentinel" key when parsing DSNs (xabbuh)
40+
* bug #61659 [Security] Fix `HttpUtils::createRequest()` when the base request is forwarded (MatTheCat)
41+
* bug #61653 [Routing] Don't rebuild cache when controller action body changes (HypeMC)
42+
* bug #61645 Replace backtick operator, deprecated in PHP 8.5, with shell_exec() (iluuu1994)
43+
* bug #61617 [Validator] fall back to legacy options handling if configured named arguments do not match (xabbuh)
44+
* bug #61097 [Serializer] Fix normalizing objects with accessors having the same name as a property (RafaelKr)
45+
* bug #61615 [DependencyInjection] Fix optimizing ClassExistenceResource (nicolas-grekas)
46+
* bug #61614 [SecurityBundle] Prevent accessing the tracked token storage when collecting data (MatTheCat)
47+
* bug #61607 [Config] Fix `ReflectionClassResource` hash validation (HypeMC)
48+
* bug #61605 [Cache] Fix internal representation of non-static values (nicolas-grekas)
49+
* bug #61599 [Cache] Make `TagAwareAdapter` registrable as a service (a.dmitryuk)
50+
* bug #61595 [Security] Pass attributes to nested `ChainUserProvider`s (valtzu)
51+
* bug #61580 [JsonStreamer] Fix encoding iterable lists (mtarld)
52+
* bug #61232 [Messenger] Firebird Database - incompatibility with expected lowercase columns (DSsatwareAG)
53+
* bug #61583 [DoctrineBridge] Fix exception catch when deleting temporary table in the sameDatabaseChecker (GromNaN)
54+
* bug #61585 [HttpFoundation][SQLSRV] Change column type from `TEXT` to `STRING` (Matt-PMCT)
55+
* bug #61571 [Serializer] Fix dealing with asymmetric visilibity for properties (santysisi)
56+
* bug #60766 [DependencyInjection] Respect original service class when a proxy is defined (lyrixx)
57+
* bug #61561 [JsonStreamer] Fix decoding iterable lists (mtarld)
58+
* bug #61573 [Inflector][String] Fix edge cases (OskarStark)
59+
* bug #61548 [Security] Fix attribute-based chained user providers (valtzu)
60+
1061
* 7.3.3 (2025-08-29)
1162

1263
* bug #61543 [TypeInfo] Prevent interfaces extending BackedEnum to be treated as BackedEnums (ettoredn)

0 commit comments

Comments
 (0)