@@ -7,6 +7,66 @@ 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.4 (2024-02-27)
11
+
12
+ * bug #53985 [ HttpKernel] Allow tagged controllers in ControllerResolver (marein)
13
+ * bug #54054 [ VarExporter] Bugfix/workaround jit issue (verfriemelt-dot-org)
14
+ * bug #54050 [ Messenger] Revert "Resend failed retries back to failure transport " (ro0NL)
15
+ * bug #54045 [ Config] [ Messenger ] [ Security] Don't turn deprecations into exceptions when unserializing (nicolas-grekas)
16
+ * bug #54035 [ DependencyInjection] Fix computing error messages involving service locators (nicolas-grekas)
17
+ * bug #53959 [ Serializer] Fix unknown types normalization type when know type (Myks92)
18
+ * bug #53960 [ Messenger] the 'use_notify' option is on the factory, not on the postgres connection (dbu)
19
+ * bug #54031 [ ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3 (nicolas-grekas)
20
+ * bug #54014 [ AssetMapper] Fix enquoted string pattern (smnandre)
21
+ * bug #54010 [ Translation] Fix extracting qualified ` t() ` function calls (rvanvelzen)
22
+ * bug #53967 [ ErrorHandler] return the unchanged text if preg_replace_callback() fails (xabbuh)
23
+ * bug #54009 [ Console] Fix display of vertical Table on Windows OS (VincentLanglet)
24
+ * bug #54001 [ Console] Fix display of Table on Windows OS (VincentLanglet)
25
+ * bug #53989 [ FrameworkBundle] Fix config builder with extensions extended in ` build() ` (HypeMC)
26
+ * bug #54004 [ WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefetching (davidgorges)
27
+ * bug #54006 [ Process] Fix the ` command -v ` exception (kayw-geek)
28
+ * bug #53975 [ Cache] explicitly cast boolean SSL stream options (xabbuh)
29
+ * bug #53926 [ TwigBridge] foundation 5 layout: use form_label_content block for checkbox and radio labels (wetternest)
30
+ * bug #53913 [ TwigBridge] Fix compat with Twig v3.9 (nicolas-grekas)
31
+ * bug #53819 [ Doctrine Messenger] Fix support for pgsql + pgbouncer. (jwage)
32
+ * bug #53944 [ Messenger] Gracefully fallback to empty queue config (Wirone)
33
+ * bug #53935 [ Mailer] [ Mailgun] Fix expecting payload without tags or user variables (norkunas)
34
+ * bug #53934 [ Mailer] Fix signed emails breaking the profiler (HypeMC)
35
+ * bug #53924 [ FrameworkBundle] Check if the _ route attribute exists on the request (xvilo)
36
+ * bug #53910 [ Messenger] Fix SQS visibility_timeout type (valtzu)
37
+ * bug #53891 [ PropertyAccess] Fixes getValue() on an unitialized object property on a lazy ghost (priyadi)
38
+ * bug #53889 [ HttpClient] Make retry strategy work again (Nyholm)
39
+ * bug #53906 [ VarDumper] Fix serialization of stubs with null or uninitialized values (derrabus)
40
+ * bug #53890 [ VarExporter] Uniform unitialized property error message under ghost and non-ghost objects (priyadi)
41
+ * bug #53893 [ AssetMapper] Ignore comment lines in JavaScriptImportPathCompiler (smnandre)
42
+ * bug #53826 [ DomCrawler] [ Form ] Fix the exclusion of <template > (mpiot)
43
+ * bug #53869 [ Mailer] [ Postmark ] [ Webhook] Fix webhook testing in dockerized setups (aleho)
44
+ * bug #53755 [ Validator] Fix fields without constraints in ` Collection ` (xabbuh, HypeMC)
45
+ * bug #53821 [ Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3 (Luc45)
46
+ * bug #53829 [ Mailer] [ Postmark ] [ Webhook] Accept different date formats (aleho)
47
+ * bug #53870 [ Dotenv] Specify envKey while loading variables with the dotenv: dump (scruwi)
48
+ * bug #53876 [ DependencyInjection] fix unable to make lazy service from readonly class (kor3k)
49
+ * bug #53733 [ HttpFoundation] Prevent duplicated headers when using Early Hints (dunglas)
50
+ * bug #53817 [ Scheduler] Fix messenger receiver with no alias (HypeMC)
51
+ * bug #53842 [ VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var (nicolas-grekas)
52
+ * bug #53824 [ Mailer] [ Postmark ] [ Webhook] Don't require tag and metadata (aleho)
53
+ * bug #53846 [ Cache] Fix BC layer with pre-6.1 cache items (nicolas-grekas)
54
+ * bug #53792 [ FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer (nicolas-grekas)
55
+ * bug #53785 [ FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists (shyim)
56
+ * bug #53730 [ Messenger] [ Beanstalkd] fix tube stats when it's empty (eminjk)
57
+ * bug #53754 [ DoctrineBridge] forward-compatibility with field mappings in Doctrine ORM 4 (xabbuh)
58
+ * bug #53751 [ AssetMapper] Improve import_polyfill configuration error (smnandre)
59
+ * bug #53704 Fix client side connection timeout breaks mail authentication (bytestream)
60
+ * bug #53744 [ SecurityBundle] add missing partition attribute to the schema definition (xabbuh)
61
+ * bug #53707 [ Console] Fix color support for TTY output (theofidry)
62
+ * bug #53712 [ Mailer] Fix usage of stream_set_timeout in case of microseconds (aleksejs1)
63
+ * bug #53715 [ String] Fix plural of word ending by pus (Fan2Shrek)
64
+ * bug #53711 [ Console] Allow false as a $shortcut in InputOption (jayminsilicon)
65
+ * bug #53716 [ Mailer] [ Mailgun] Fix payload converter getReason (norkunas)
66
+ * bug #53703 [ HttpFoundation] Fix clearing CHIPS cookies (misaert)
67
+ * bug #53701 [ AssetMapper] Fix exception if assets directory is missing in production (rynhndrcksn)
68
+ * bug #53652 [ AssetMapper] Fix JavaScript compiler load imports from JS strings (smnandre)
69
+
10
70
* 6.4.3 (2024-01-31)
11
71
12
72
* bug #52913 [ Routing] Fixed priority getting lost when setting localized prefix (pritasil)
0 commit comments