Skip to content

Commit 3dbe52e

Browse files
authored
Merge pull request #60541 from fabpot/release-7.3.0-RC1
released v7.3.0-RC1
2 parents cdcd640 + f3605bb commit 3dbe52e

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG-7.3.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.0-RC1 (2025-05-25)
11+
12+
* bug #60529 [AssetMapper] Fix SequenceParser possible infinite loop (smnandre)
13+
* bug #60532 [Routing] Fix inline default `null` (HypeMC)
14+
* bug #60535 [DoctrineBridge] Fix resetting the manager when using native lazy objects (HypeMC)
15+
* bug #60500 [PhpUnitBridge] Fix cleaning up mocked features with attributes (HypeMC)
16+
* bug #60330 [FrameworkBundle] skip messenger deduplication middleware registration when no "default" lock is configured (lyrixx)
17+
* bug #60494 [Messenger] fix: Add argument as integer (overexpOG)
18+
* bug #60524 [Notifier] Fix Clicksend transport (BafS)
19+
* bug #60479 [FrameworkBundle] object mapper service definition without form (soyuka)
20+
* bug #60478 [Validator] add missing `$extensions` and `$extensionsMessage` to the `Image` constraint (xabbuh)
21+
* bug #60491 [ObjectMapper] added earlier skip to allow if=false when using source mapping (maciekpaprocki)
22+
* bug #60484 [PhpUnitBridge] Clean up mocked features only when ``@group`` is present (HypeMC)
23+
* bug #60490 [PhpUnitBridge] set path to the PHPUnit autoload file (xabbuh)
24+
* bug #60489 [FrameworkBundle] Fix activation strategy of traceable decorators (nicolas-grekas)
25+
* feature #60475 [Validator] Revert Slug constraint (wouterj)
26+
* feature #60105 [JsonPath] Add `JsonPathAssertionsTrait` and related constraints (alexandre-daubois)
27+
* bug #60423 [DependencyInjection] Make `DefinitionErrorExceptionPass` consider `IGNORE_ON_UNINITIALIZED_REFERENCE` and `RUNTIME_EXCEPTION_ON_INVALID_REFERENCE` the same (MatTheCat)
28+
* bug #60439 [FrameworkBundle] Fix declaring field-attr tags in xml config files (nicolas-grekas)
29+
* bug #60428 [DependencyInjection] Fix missing binding for ServiceCollectionInterface when declaring a service subscriber (nicolas-grekas)
30+
* bug #60426 [Validator] let the `SlugValidator` accept `AsciiSlugger` results (xabbuh)
31+
* bug #60421 [VarExporter] Fixed lazy-loading ghost objects generation with property hooks (cheack)
32+
* bug #60419 [SecurityBundle] normalize string values to a single ExposeSecurityLevel instance (xabbuh)
33+
* bug #60266 [Security] Exclude remember_me from default login authenticators (santysisi)
34+
* bug #60407 [Console] Invokable command `#[Option]` adjustments (kbond)
35+
* bug #60400 [Config] Fix generated comment for multiline "info" (GromNaN)
36+
* bug #60260 [Serializer] Prevent `Cannot traverse an already closed generator` error by materializing Traversable input (santysisi)
37+
* bug #60292 [HttpFoundation] Encode path in `X-Accel-Redirect` header (Athorcis)
38+
* bug #60401 Passing more than one Security attribute is not supported (santysisi)
39+
1040
* 7.3.0-BETA2 (2025-05-10)
1141

1242
* bug #58643 [SecurityBundle] Use Composer `InstalledVersions` to check if flex is installed (andyexeter)

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.3.0-DEV';
76+
public const VERSION = '7.3.0-RC1';
7777
public const VERSION_ID = 70300;
7878
public const MAJOR_VERSION = 7;
7979
public const MINOR_VERSION = 3;
8080
public const RELEASE_VERSION = 0;
81-
public const EXTRA_VERSION = 'DEV';
81+
public const EXTRA_VERSION = 'RC1';
8282

8383
public const END_OF_MAINTENANCE = '05/2025';
8484
public const END_OF_LIFE = '01/2026';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy