Skip to content

Commit 36d5163

Browse files
committed
Update CHANGELOG for 7.2.9
1 parent d0838f8 commit 36d5163

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG-7.2.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ in 7.2 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.2.0...v7.2.1
99

10+
* 7.2.9 (2025-07-31)
11+
12+
* bug #61276 [DependencyInjection] Escape parameters before resolving env placeholders (MatTheCat)
13+
* bug #61268 [Console] [Table] Fix unnecessary wrapping (schlndh)
14+
* bug #61085 [Lock] Fix using fractional TTLs (manuelderuiter)
15+
* bug #61271 [Messenger] disable detecting modified indexes with DBAL 4.3 (xabbuh)
16+
* bug #61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (schlndh)
17+
* bug #61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (dorrogeray)
18+
* bug #61246 [VarDumper] Use unique identifier for `RequestContextProvider` (ToshY)
19+
* bug #61261 [FrameworkBundle] Fix `lint:container --resolve-env-vars` (MatTheCat)
20+
* bug #60296 [Serializer] Handle invalid mapping type property type (KorvinSzanto)
21+
* bug #58995 [Config] Do not generate unreachable configuration paths (bobvandevijver)
22+
* bug #60867 [WebProfilerBundle] Fix missing indent on non php files opended in the profiler (phcorp)
23+
* bug #61223 [Mailer][Brevo] Update Webhook IPs (jarbey)
24+
* bug #61201 [Console] Fix JSON description for negatable input flags (nicolas-grekas)
25+
* bug #61220 [Cache] fix compatibility with different Relay versions (xabbuh)
26+
* bug #61194 [Security] Fix added $token argument to UserCheckerInterface::checkPostAuth() (nicolas-grekas)
27+
* bug #61161 [Lock] Fallback to `eval` when `LOAD` fails due to missing script (santysisi)
28+
* bug #61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (nicolas-grekas)
29+
* bug #61144 [VarDumper] Fix dumping on systems that don't have a working iconv (nicolas-grekas)
30+
* bug #61138 [Console] fix profiler with overridden `run()` method (vinceAmstoutz)
31+
* bug #61079 [Config] Fix support for attributes on class constants and enum cases (ruudk)
32+
* bug #61111 [Translation] fix support of `TranslatableInterface` in `IdentityTranslator` (VincentLanglet)
33+
* bug #61117 [Validator] fix handling required options (xabbuh)
34+
* bug #61120 [DoctrineBridge] Prevent idle connection listener from running on subrequest (a.dmitryuk, dmitryuk)
35+
* bug #61106 Fix `@var` phpdoc (fabpot)
36+
* bug #61091 [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority (notrix)
37+
* bug #61105 [FrameworkBundle] fix phpdoc in `MicroKernelTrait` (santysisi)
38+
* bug #61076 [ExpressionLanguage] Fix dumping of null safe operator (ivantsepp)
39+
* bug #61056 [Validator] Allow mixed root on `CompoundConstraintTestCase` validator (thePanz)
40+
* bug #61028 [Serializer] Fix `readonly` property initialization from incorrect scope (santysisi)
41+
* bug #61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (nicolas-grekas)
42+
* bug #61062 [Brevo Mailer] Webhook IP Addresses have changed (richardhj)
43+
* bug #60975 [Form] Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer` (OskarStark)
44+
* bug #60953 [DoctrineBridge] Restore compatibility with Doctrine ODM (pepeh)
45+
* bug #61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (mitelg)
46+
* bug #61031 [HttpClient] return early if handle has been cleaned up before (xabbuh)
47+
* bug #60998 [TwigBridge] fix command option mode (`InputOption::VALUE_REQUIRED`) (gharlan)
48+
* bug #60958 [Serializer] remove return type from `AbstractObjectNormalizer::getAllowedAttributes()` (xabbuh)
49+
* bug #60507 [Console][Messenger] Fix: Allow `UnrecoverableExceptionInterface` to bypass retry in `RunCommandMessageHandler` (santysisi)
50+
1051
* 7.2.8 (2025-06-28)
1152

1253
* bug #60044 [Console] Table counts wrong column width when using colspan and `setColumnMaxWidth()` (vladimir-vv)

0 commit comments

Comments
 (0)