Skip to content

Commit 872341e

Browse files
authored
Merge pull request symfony#59644 from fabpot/release-7.2.3
released v7.2.3
2 parents d3d1a78 + 6215270 commit 872341e

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

CHANGELOG-7.2.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,68 @@ 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.3 (2025-01-29)
11+
12+
* bug #58889 [Serializer] Handle default context in Serializer (Valmonzo)
13+
* bug #59631 [HttpClient] Fix processing a NativeResponse after its client has been reset (Jean-Beru)
14+
* bug #59590 [Security] Throw an explicit error when refreshing a token with a null user (alexandre-daubois)
15+
* bug #59625 [FrameworkBundle] Add missing `not-compromised-password` entry in XSD (alexandre-daubois)
16+
* bug #59610 [Mailer] Ensure TransportExceptionInterface populates stream debug data (bytestream)
17+
* bug #59598 [Mime] Fix body validity check in `Email` when using `Message::setBody()` (alexandre-daubois)
18+
* bug #59513 [Messenger ] Extract retry delay from nested `RecoverableExceptionInterface` (AydinHassan)
19+
* bug #59544 [AssetMapper] Fix CssCompiler matches url in comments (smnandre)
20+
* bug #59575 [DoctrineBridge] Add support for doctrine/persistence 4 (greg0ire)
21+
* bug #59611 [Mailer][Notifier] Fix channel parameter value to fixed value for Mailer and Notifier Sweego Transports (welcoMattic)
22+
* bug #59399 [DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes (MatTheCat)
23+
* bug #59581 [Cache] Don't clear system caches on `cache:clear` (nicolas-grekas)
24+
* bug #59579 [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers (nicolas-grekas)
25+
* bug #59580 [Config] Add missing `json_encode` flags when creating `.meta.json` files (nicolas-grekas)
26+
* bug #57459 [PropertyInfo] convert legacy types to TypeInfo types if getType() is not implemented (xabbuh)
27+
* bug #59525 [HtmlSanitizer] Fix access to undefined keys in UrlSanitizer (Antoine Beyet)
28+
* bug #59538 [VarDumper] fix dumped markup (xabbuh)
29+
* bug #59508 [Messenger] [AMQP] Improve AMQP connection issues (AurelienPillevesse)
30+
* bug #59501 [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL (DjordyKoert)
31+
* bug #59515 [FrameworkBundle] Fix wiring ConsoleProfilerListener (nicolas-grekas)
32+
* bug #59136 [DependencyInjection] Reset env vars with `kernel.reset` (faizanakram99)
33+
* bug #59488 [Lock] Make sure RedisStore will also support Valkey (PatNowak)
34+
* bug #59486 [Validator] Update sr_Cyrl 120:This value is not a valid slug. (kaznovac)
35+
* bug #59403 [FrameworkBundle][HttpFoundation] Reset Request's formats using the service resetter (nicolas-grekas)
36+
* bug #59404 [Mailer] Fix SMTP stream EOF handling on Windows by using feof() (skmedix)
37+
* bug #59390 [VarDumper] Fix blank strings display (MatTheCat)
38+
* bug #59446 [Routing] Fix configuring a single route's hosts (MatTheCat)
39+
* bug #58901 [HttpClient] Ignore RuntimeExceptions thrown when rewinding the PSR-7 created in HttplugWaitLoop::createPsr7Response (KurtThiemann)
40+
* bug #59046 [HttpClient] Fix Undefined array key `connection` (PhilETaylor)
41+
* bug #59055 [HttpFoundation] Fixed `IpUtils::anonymize` exception when using IPv6 link-local addresses with RFC4007 scoping (jbtronics)
42+
* bug #59256 [Mailer] Fix Sendmail memory leak (rch7)
43+
* bug #59375 [RemoteEvent][Webhook] fix SendgridPayloadConverter category support (ericabouaf)
44+
* bug #59367 [PropertyInfo] Make sure that SerializerExtractor returns null for invalid class metadata (wuchen90)
45+
* bug #59376 [RemoteEvent][Webhook] Fix `SendgridRequestParser` and `SendgridPayloadConverter` (ericabouaf)
46+
* bug #59381 [Yaml] fix inline notation with inline comment (alexpott)
47+
* bug #59352 [Messenger] Fix `TransportMessageIdStamp` not always added (HypeMC)
48+
* bug #59185 [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3 (alexander-schranz)
49+
* bug #59245 [PropertyInfo] Fix add missing composer conflict (mtarld)
50+
* bug #59292 [WebProfilerBundle] Fix event delegation on links inside toggles (MatTheCat)
51+
* bug #59362 [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope (rtreffler)
52+
* bug #59323 [Serializer] Fix exception thrown by `YamlEncoder` (VincentLanglet)
53+
* bug #59293 [AssetMapper] Fix JavaScript compiler creates self-referencing imports (smnandre)
54+
* bug #59296 [Form] do not render hidden CSRF token forms with autocomplete set to off (xabbuh)
55+
* bug #59349 [Yaml] reject inline notations followed by invalid content (xabbuh)
56+
* bug #59229 [WebProfilerBundle] fix loading of toolbar stylesheet (alexislefebvre)
57+
* bug #59363 [VarDumper] Fix displaying closure's "this" from anonymous classes (nicolas-grekas)
58+
* bug #59364 [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances (nicolas-grekas)
59+
* bug #59221 [PropertyAccess] Fix compatibility with PHP 8.4 asymmetric visibility (Florian-Merle)
60+
* bug #59348 [Lock] Fix predis command error checking (dciprian-petrisor)
61+
* bug #59357 [HttpKernel] Don't override existing `LoggerInterface` autowiring alias in `LoggerPass` (nicolas-grekas)
62+
* bug #59347 [Security] Fix triggering session tracking from ContextListener (nicolas-grekas)
63+
* bug #59146 [Security] Use the session only if it is started when using `SameOriginCsrfTokenManager` (Thibault G)
64+
* bug #59188 [HttpClient] Fix `reset()` not called on decorated clients (HypeMC)
65+
* bug #59339 [SecurityBundle] Remove outdated guard from security xsd schema (chalasr)
66+
* bug #59343 [Security] Adjust parameter order in exception message (Link1515)
67+
* bug #59342 [SecurityBundle] Do not pass traceable authenticators to `security.helper` (MatTheCat)
68+
* bug #59320 [HttpClient] fix amphp http client v5 unix socket (praswicaksono)
69+
* bug #59312 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces (Link1515)
70+
* bug #59334 [ErrorHandler] [A11y] Simple proposal for color updates on error stack traces against colorblindness (DocFX)
71+
1072
* 7.2.2 (2024-12-31)
1173

1274
* bug #59304 [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` (Dario Guarracino)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7373
*/
7474
private static array $freshCache = [];
7575

76-
public const VERSION = '7.2.3-DEV';
76+
public const VERSION = '7.2.3';
7777
public const VERSION_ID = 70203;
7878
public const MAJOR_VERSION = 7;
7979
public const MINOR_VERSION = 2;
8080
public const RELEASE_VERSION = 3;
81-
public const EXTRA_VERSION = 'DEV';
81+
public const EXTRA_VERSION = '';
8282

8383
public const END_OF_MAINTENANCE = '07/2025';
8484
public const END_OF_LIFE = '07/2025';

0 commit comments

Comments
 (0)