Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0989c36

Browse filesBrowse files
authored
data #64399 Release v8.1.0
Release v8.1.0
2 parents 1f35dff + c3b7d08 commit 0989c36
Copy full SHA for 0989c36

2 files changed

+15-2Lines changed: 15 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG-8.1.md‎

Copy file name to clipboardExpand all lines: CHANGELOG-8.1.md
+13Lines changed: 13 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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)
Collapse file

‎src/Symfony/Component/HttpKernel/Kernel.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.