@@ -7,6 +7,35 @@ in 6.4 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.4.0...v6.4.1
9
9
10
+ * 6.4.0-BETA2 (2023-10-29)
11
+
12
+ * bug #52329 [ HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (Hanmac)
13
+ * bug #52323 [ AssetMapper] Allowing circular references in JavaScriptImportPathCompiler (weaverryan)
14
+ * bug #52331 [ AssetMapper] Fix file deleting errors & remove nullable MappedAsset on JS import (weaverryan)
15
+ * bug #52332 [ Yaml] Fix deprecated passing null to trim() (javaDeveloperKid)
16
+ * bug #52349 [ AssetMapper] Fix in-file imports to resolve via filesystem (weaverryan)
17
+ * bug #52343 [ Intl] Update the ICU data to 74.1 (jderusse)
18
+ * bug #52347 [ Form] Fix merging form data and files (ter) (Jan Pintr)
19
+ * bug #52330 [ AssetMapper] Fixing memory bug where we stored way more file content than needed (weaverryan)
20
+ * bug #52325 [ AssetMapper] jsdelivr "no version" import syntax (weaverryan)
21
+ * bug #52307 [ Scheduler] Save checkpoint in a finally block (FrancoisPog)
22
+ * feature #52193 [ PhpUnitBridge] Allow setting the locale using SYMFONY_PHPUNIT_LOCALE env var (VincentLanglet)
23
+ * bug #52290 [ DebugBundle] ignore a not-existing virtual request stack (xabbuh)
24
+ * bug #52308 [ SecurityBundle] Fix missing login-link element in xsd schema (fancyweb)
25
+ * bug #51331 [ Messenger] add handler description as array key to ` HandlerFailedException::getWrappedExceptions() ` (kbond)
26
+ * bug #51992 [ Serializer] Fix using ` DateIntervalNormalizer ` with union types (Jeroeny)
27
+ * bug #52276 DB table locks on messenger_messages with many failures (bn-jdcook)
28
+ * bug #52232 [ Messenger] declare constructor argument as optional for backwards compatibility (xabbuh)
29
+ * bug #52254 [ AssetMapper] Adding import-parsing case where import contains a path (weaverryan)
30
+ * bug #52283 [ Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (mtarld)
31
+ * bug #52272 [ VarDump] Fix order of dumped properties - parent goes first (lyrixx)
32
+ * bug #52274 [ FrameworkBundle] re-introduce conflict rule with WebProfilerBundle < 6.4 (xabbuh)
33
+ * bug #52268 [ Mailer] [ Notifier ] Update Sendinblue / Brevo API host (Stephanie)
34
+ * bug #52255 [ Form] Skip merging params & files if there are no files in the first place (dmaicher, priyadi)
35
+ * bug #52234 add return type hints to EntityFactory (xabbuh)
36
+ * bug #52229 [ FrameworkBundle] Fix CommandDataCollector is always registered (smnandre)
37
+ * bug #52218 [ FrameworkBundle] Add conflict with ` WebProfilerBundle ` < 6.4 (HeahDude)
38
+
10
39
* 6.4.0-BETA1 (2023-10-21)
11
40
12
41
* feature #51847 [ AssetMapper] Allowing for files to be written to some non-local location (weaverryan)
0 commit comments