@@ -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.19 (2025-02-26)
11
+
12
+ * bug #59198 [ Messenger] Filter out non-consumable receivers when registering ` ConsumeMessagesCommand ` (wazum)
13
+ * bug #59781 [ Mailer] fix multiple transports default injection (fkropfhamer)
14
+ * bug #59836 [ Mailer] [ Postmark ] Set CID for attachments when it exists (IssamRaouf)
15
+ * bug #59840 Fix PHP warning in GetSetMethodNormalizer when a "set()" method is defined (Pepperoni1337)
16
+ * bug #59810 [ DependencyInjection] Defer check for circular references instead of skipping them (biozshock)
17
+ * bug #59811 [ Validator] Synchronize IBAN formats (alexandre-daubois)
18
+ * bug #59796 [ Mime] use address for body at ` PathHeader ` (tinect)
19
+ * bug #59803 [ Semaphore] allow redis cluster/sentinel dsn (smoench)
20
+ * bug #59779 [ DomCrawler] Bug #43921 Check for null parent nodes in the case of orphaned branches (ttk)
21
+ * bug #59776 [ WebProfilerBundle] fix rendering notifier message options (xabbuh)
22
+ * bug #59769 Enable ` JSON_PRESERVE_ZERO_FRACTION ` in ` jsonRequest ` method (raffaelecarelle)
23
+ * bug #59774 [ TwigBridge] Fix compatibility with Twig 3.21 (alexandre-daubois)
24
+ * bug #59761 [ VarExporter] Fix lazy objects with hooked properties (nicolas-grekas)
25
+ * bug #59763 [ HttpClient] Don't send any default content-type when the body is empty (nicolas-grekas)
26
+ * bug #59747 [ Translation] check empty notes (davidvancl)
27
+ * bug #59751 [ Cache] Tests for Redis Replication with cache (DemigodCode)
28
+ * bug #59752 [ BrowserKit] Fix submitting forms with empty file fields (nicolas-grekas)
29
+ * bug #59033 [ WebProfilerBundle] Fix interception for non conventional redirects (Huluti)
30
+ * bug #59713 [ DependencyInjection] Do not preload functions (biozshock)
31
+ * bug #59723 [ DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper (pvandommelen)
32
+ * bug #59727 [ HttpClient] Fix activity tracking leading to negative timeout errors (nicolas-grekas)
33
+ * bug #59262 [ DependencyInjection] Fix env default processor with scalar node (tBibaut)
34
+ * bug #59640 [ Security] Return null instead of empty username to fix deprecation notice (phasdev)
35
+ * bug #59596 [ Mime] use ` isRendered ` method to ensure we can avoid rendering an email twice (walva)
36
+ * bug #59689 [ HttpClient] Fix buffering AsyncResponse with no passthru (nicolas-grekas)
37
+ * bug #59654 [ HttpClient] Fix uploading files > 2GB (nicolas-grekas)
38
+
10
39
* 6.4.18 (2025-01-29)
11
40
12
41
* bug #58889 [ Serializer] Handle default context in Serializer (Valmonzo)
0 commit comments