8000 Merge pull request #45578 from fabpot/release-6.0.5 · symfony/symfony@a9c2c8a · GitHub
[go: up one dir, main page]

Skip to content

Commit a9c2c8a

Browse files
authored
Merge pull request #45578 from fabpot/release-6.0.5
released v6.0.5
2 parents dcd4c1b + a49d523 commit a9c2c8a

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

CHANGELOG-6.0.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,62 @@ in 6.0 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/v6.0.0...v6.0.1
99

10+
* 6.0.5 (2022-02-28)
11+
12+
* bug #45351 [WebProfilerBundle] Log section minor fixes (missing "notice" filter, log priority, accessibility) (Amunak)
13+
* bug #44967 [Validator] Multi decimal to alpha for CssColor validator (tilimac)
14+
* bug #45546 [Console] Fix null handling in formatAndWrap() (derrabus)
15+
* bug #44570 [WebProfilerBundle] add nonces to profiler (garak)
16+
* bug #44839 MailerInterface: failed exception contract when enabling messenger (Giorgio Premi)
17+
* bug #45526 [Lock] Release Locks from Internal Store on Postgres waitAndSave* (chrisguitarguy)
18+
* bug #45529 [DependencyInjection] Don't reset env placeholders during compilation (nicolas-grekas)
19+
* bug #45527 [HttpClient] Fix overriding default options with null (nicolas-grekas)
20+
* bug #45531 [Serializer] Fix passing null to str_contains() (Erwin Dirks)
21+
* bug #42458 [Validator][Tests] Fix AssertingContextualValidator not throwing on remaining expectations (fancyweb)
22+
* bug #45279 [Messenger] Fix dealing with unexpected payload in Redis transport (nicoalonso)
23+
* bug #45496 [VarDumper] Fix dumping mysqli_driver instances (nicolas-grekas)
24+
* bug #45495 [HttpFoundation] Fix missing ReturnTypeWillChange attributes (luxemate)
25+
* bug #45482 [Cache] Add missing log when saving namespace (developer-av)
26+
* bug #45479 [HttpKernel] Reset services between requests performed by KernelBrowser (nicolas-grekas)
27+
* bug #44650 [Serializer] Make document type nodes ignorable (boenner)
28+
* bug #45469 [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface (nicolas-grekas)
29+
* bug #45414 [FrameworkBundle] KernelTestCase resets internal state on tearDown (core23)
30+
* bug #45430 [Dotenv] Fix reading config for symfony/runtime when running dump command (nicolas-grekas)
31+
* bug #45460 [Intl] fix wrong offset timezone PHP 8.1 (Lenny4)
32+
* bug #45462 [HttpKernel] Fix extracting controller name from closures (nicolas-grekas)
33+
* bug #45463 [Security/Http] Fix getting password-upgrader when user-loader is a closure (nicolas-grekas)
34+
* bug #45424 [DependencyInjection] Fix type binding (sveneld)
35+
* bug #45426 [Runtime] Fix dotenv_overload with commands (fancyweb)
36+
* bug #44259 [Security] AccountStatusException::$user should be nullable (Cantepie)
37+
* bug #45391 [Serializer] Ensuring end of line character apply with constructor settings in CSV encoder (bizley)
38+
* bug #45323 [Serializer] Fix ignored callbacks in denormalization (benjaminmal)
39+
* bug #45399 [FrameworkBundle] Fix sorting bug in sorting of tagged services by priority (Ahummeling)
40+
* bug #45338 [Mailer] Fix string-cast of exceptions thrown by authenticator in EsmtpTransport (wikando-ck)
41+
* bug #45339 [Cache] fix error handling when using Redis (nicolas-grekas)
42+
* bug #45331 [Security]  Fix wrong authenticator class in debug logs (chalasr)
43+
* bug #45322 Fix generic type for FormErrorIterator (akalineskou)
44+
* bug #45281 [Cache] Fix connecting to Redis via a socket file (alebedev80)
45+
* bug #45289 [FrameworkBundle] Fix log channel of TagAwareAdapter (fancyweb)
46+
* bug #45306 [PropertyAccessor] Add missing TypeError catch (b1rdex)
47+
* bug #44868 [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters (ogizanagi)
48+
* bug #45298 [HttpKernel] Fix FileLinkFormatter with empty xdebug.file_link_format (fancyweb)
49+
* bug #45299 [DependencyInjection] Fix AsEventListener not working on decorators (LANGERGabrielle)
50+
* bug #45302 [HttpKernel][WebProfilerBundle] Fixed error count by log not displayed in WebProfilerBundle (SVillette)
51+
* bug #45219 [WebProfilerBundle] Fixes weird spacing in log message context/trace output (jennevdmeer)
52+
* bug #45290 [Notifier] fix Microsoft Teams webhook url (christophkoenig)
53+
* bug #45274 [Mailer] allow Mailchimp to handle multiple TagHeader's (kbond)
54+
* bug #45275 [Mailer] ensure only a single tag can be used with Postmark (kbond)
55+
* bug #45261 [HttpClient] Fix Content-Length header when possible (nicolas-grekas)
56+
* bug #45263 [Routing] AnnotationDirectoryLoader::load() may return null (mhujer)
57+
* bug #45258 [DependencyInjection] Don't dump polyfilled classes in preload script (nicolas-grekas)
58+
* bug #38534 [Serializer] make XmlEncoder stateless thus reentrant (connorhu)
59+
* bug #42253 [Form] Do not fix URL protocol for relative URLs (bogkonstantin)
60+
* bug #45256 [DomCrawler] ignore bad charsets (nicolas-grekas)
61+
* bug #45255 [PropertyAccess] Fix handling of uninitialized property of parent class (filiplikavcan)
62+
* bug #45204 [Validator] Fix minRatio and maxRatio when getting rounded (alexander-schranz)
63+
* bug #45240 [Console] Revert StringInput bc break from #45088 (bobthecow)
64+
* bug #45243 [DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators (ostrolucky)
65+
1066
* 6.0.4 (2022-01-29)
1167

1268
* security #cve-2022-xxxx [FrameworkBundle] Enable CSRF in FORM by default (jderusse)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static array $freshCache = [];
8080

81-
public const VERSION = '6.0.5-DEV';
81+
public const VERSION = '6.0.5';
8282
public const VERSION_ID = 60005;
8383
public const MAJOR_VERSION = 6;
8484
public const MINOR_VERSION = 0;
8585
public const RELEASE_VERSION = 5;
86-
public const EXTRA_VERSION = 'DEV';
86+
public const EXTRA_VERSION = '';
8787

8888
public const END_OF_MAINTENANCE = '01/2023';
8989
public const END_OF_LIFE = '01/2023';

0 commit comments

Comments
 (0)
0