Skip to content

Commit a31dc7a

Browse files
authored
Merge pull request #52742 from fabpot/release-6.4.0-RC2
released v6.4.0-RC2
2 parents b068cf9 + e6ce412 commit a31dc7a

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG-6.4.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 6.4 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.4.0...v6.4.1
99

10+
* 6.4.0-RC2 (2023-11-26)
11+
12+
* bug #52724 [Security] make secret required for DefaultLoginRateLimiter (RobertMe)
13+
* bug #52617 [AssetMapper] Fix resolving jsdeliver default + other exports from modules (ogizanagi)
14+
* feature #52712 [AssetMapper] Exclude dot files (weaverryan)
15+
* bug #52725 [AssetMapper] Fix: also download files referenced by url() in CSS (weaverryan)
16+
* bug #52702 [AssetMapper] Fix eager imports are not deduplicated (smnandre)
17+
* bug #52719 [Mime] Add `TemplatedEmail::$locale` to the serialized props (mkrauser)
18+
* bug #52677 [Translation] [Lokalise] Fix language format on Lokalise Provider (welcoMattic)
19+
* bug #52715 [Cache] fix detecting the database server version (xabbuh)
20+
* bug #52688 [Cache] Add url decoding of password in `RedisTrait` DSN (alexandre-daubois)
21+
* bug #52172 [Serializer] Fix denormalizing empty string into `object|null` parameter (Jeroeny)
22+
* bug #52693 [Messenger] Fix message handlers with multiple `from_transports` (valtzu)
23+
* bug #52684 [PropertyInfo] Fixed promoted property type detection for `PhpStanExtractor` (LastDragon-ru)
24+
* bug #52681 [Serializer] Fix support for DiscriminatorMap in PropertyNormalizer (mtarld)
25+
* bug #52680 [Serializer] Fix access to private properties/getters when using the ``@Ignore`` annotation (mtarld)
26+
* bug #52713 [Serializer] Fix deserialization_path missing using contructor (mtarld)
27+
* bug #52683 [Serializer] Fix constructor deserialization path (mtarld)
28+
* bug #52707 [HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined (nicolas-grekas)
29+
* bug #52589 [Serializer] Fix XML attributes not added on empty node (mtarld)
30+
* bug #52686 [Cache] fix detecting the server version with Doctrine DBAL 4 (xabbuh)
31+
* bug #52629 [Messenger] Fix support for Redis Sentinel using php-redis 6.0.0 (pepeh)
32+
* bug #52656 [FrameworkBundle] Add TemplateController to the list of allowed controllers for fragments (nicolas-grekas)
33+
* bug #52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (HypeMC)
34+
* bug #52626 [Serializer] Fix denormalizing date intervals having both weeks and days (oneNevan)
35+
* bug #52578 [Serializer] Fix denormalize constructor arguments (mtarld)
36+
* bug #52526 Add some more non-countable English nouns (paullallier)
37+
* bug #52604 [FrameworkBundle] register the virtual request stack together with common profiling services (xabbuh)
38+
* bug #52039 [Scheduler] Continue with stored `Checkpoint::$time` on lock (Jeroeny)
39+
* bug #52631 [DomCrawler] Revert "bug #52579 UriResolver support path with colons" (lyrixx)
40+
* bug #52618 [VarExporter] Fix handling mangled property names returned by __sleep() (nicolas-grekas)
41+
1042
* 6.4.0-RC1 (2023-11-15)
1143

1244
* bug #52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)

src/Symfony/Component/HttpKernel/Kernel.php

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

79-
public const VERSION = '6.4.0-DEV';
79+
public const VERSION = '6.4.0-RC2';
8080
public const VERSION_ID = 60400;
8181
public const MAJOR_VERSION = 6;
8282
public const MINOR_VERSION = 4;
8383
public const RELEASE_VERSION = 0;
84-
public const EXTRA_VERSION = 'DEV';
84+
public const EXTRA_VERSION = 'RC2';
8585

8686
public const END_OF_MAINTENANCE = '11/2026';
8787
public const END_OF_LIFE = '11/2027';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy