File tree Expand file tree Collapse file tree
Open diff view settings
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ in 8.1 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v8.1.0...v8.1.1
99
10+ * 8.1.0 (2026-05-29)
11+
12+ * feature #64398 Shopware is backing Symfony 8.1, thanks to them! (nicolas-grekas)
13+ * feature #64397 Mailtrap is backing Ssymfony 8.1, thanks to them! (nicolas-grekas)
14+ * feature #64396 Les-Tilleuls.coop is backing Symfony 8.1, thanks to them! (nicolas-grekas)
15+ * feature #64395 TYPO3 is backing Symfony 8.1, thanks to them! (nicolas-grekas)
16+ * bug #64376 [ Translation] Fix XLIFF 2 catalog metadata (MatTheCat)
17+ * bug #64386 [ Dotenv] Don't truncate external env vars containing $ when referenced via ${...} indirection (nicolas-grekas)
18+ * bug #64388 [ Yaml] Fix parsing inline anchored values (nicolas-grekas)
19+ * bug #64358 [ ObjectMapper] Fix TargetClass generic type in ConditionCallableInterface (Mudassar Ali)
20+ * bug #64389 Migrate ` configureSchema() ` to DBAL's editor API (nicolas-grekas)
21+ * bug #64102 Remove usage of ` Kernel::VERSION ` (fabpot)
22+
1023* 8.1.0-RC1 (2026-05-27)
1124
1225 * security #cve-2026 -48747 [ Mailer] Pin Mailomat webhook signature algorithm to SHA-256 (nicolas-grekas)
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ abstract class Kernel extends AbstractKernel implements KernelInterface, Reboota
4545 private bool $ resetServices = false ;
4646 private bool $ handlingHttpCache = false ;
4747
48- public const VERSION = '8.1.0-DEV ' ;
48+ public const VERSION = '8.1.0 ' ;
4949 public const VERSION_ID = 80100 ;
5050 public const MAJOR_VERSION = 8 ;
5151 public const MINOR_VERSION = 1 ;
5252 public const RELEASE_VERSION = 0 ;
53- public const EXTRA_VERSION = 'DEV ' ;
53+ public const EXTRA_VERSION = '' ;
5454
5555 public const END_OF_MAINTENANCE = '01/2027 ' ;
5656 public const END_OF_LIFE = '01/2027 ' ;
You can’t perform that action at this time.
0 commit comments