Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0989c36

Browse files
authored
data #64399 Release v8.1.0
Release v8.1.0
2 parents 1f35dff + c3b7d08 commit 0989c36

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG-8.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ in 8.1 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/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)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)