You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-7.3.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ in 7.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.3.0...v7.3.1
9
9
10
+
* 7.3.0-BETA2 (2025-05-10)
11
+
12
+
* bug #58643[SecurityBundle] Use Composer `InstalledVersions` to check if flex is installed (andyexeter)
13
+
* feature #54276[Workflow] Add support for executing custom workflow definition validators during the container compilation (lyrixx)
14
+
* feature #52981[FrameworkBundle] Make `ValidatorCacheWarmer` and `SerializeCacheWarmer` use `kernel.build_dir` instead of `kernel.cache_dir` (Okhoshi)
15
+
* feature #54384[TwigBundle] Use `kernel.build_dir` to store the templates known at build time (Okhoshi)
* feature #60389[Console] Add support for `SignalableCommandInterface` with invokable commands (HypeMC)
19
+
* bug #60293[Messenger] fix asking users to select an option if `--force` option is used in `messenger:failed:retry` command (W0rma)
20
+
* bug #60392[DependencyInjection][FrameworkBundle] Fix precedence of `App\Kernel` alias and ignore `container.excluded` tag on synthetic services (nicolas-grekas)
21
+
* bug #60379[Security] Avoid failing when PersistentRememberMeHandler handles a malformed cookie (Seldaek)
22
+
* bug #60308[Messenger] Fix integration with newer versions of Pheanstalk (HypeMC)
23
+
* bug #60373[FrameworkBundle] Ensure `Email` class exists before using it (Kocal)
24
+
* bug #60365[FrameworkBundle] ensure that all supported e-mail validation modes can be configured (xabbuh)
25
+
* bug #60350[Security][LoginLink] Throw `InvalidLoginLinkException` on invalid parameters (davidszkiba)
26
+
* bug #60366[Console] Set description as first parameter to `Argument` and `Option` attributes (alamirault)
0 commit comments