@@ -7,6 +7,41 @@ in 6.0 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.0.0...v6.0.1
9
9
10
+ * 6.0.8 (2022-04-27)
11
+
12
+ * bug #46154 [ Mailer] Restore X-Transport after failure (zenas1210)
13
+ * bug #46178 [ DependencyInjection] Properly declare #[ When] as allowed on functions (nicolas-grekas)
14
+ * bug #46171 [ VarDumper] Fix dumping floats on PHP8 (nicolas-grekas)
15
+ * bug #46170 Fix dumping enums on PHP 8.2 (nicolas-grekas)
16
+ * bug #46143 [ Cache] Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1 (sbelyshkin)
17
+ * bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (p-golovin)
18
+ * bug #46125 [ FrameworkBundle] Always add CacheCollectorPass (fancyweb)
19
+ * bug #46121 Fix "Notice: Undefined index: headers" in messenger with Oracle (rjd22)
20
+ * bug #46106 [ String] Fix ansi escape sequences regex (fancyweb)
21
+ * bug #46097 [ Routing] fix router base url when default uri has trailing slash (Tobion)
22
+ * bug #46054 [ SecurityBundle] Use config's secret in remember-me signatures (jderusse)
23
+ * bug #46051 Don't replace symfony/security-guard (derrabus)
24
+ * bug #45980 [ Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2) (alexandre-daubois)
25
+ * bug #45394 [ HttpKernel] Use the existing session id if available. (trsteel88)
26
+ * bug #46008 [ Workflow] Catch error when trying to get an uninitialized marking (lyrixx)
27
+ * bug #45171 [ Translation] Allow usage of Provider domains if possible (welcoMattic)
28
+ * bug #40998 [ Form] Use reference date in reverse transform (KDederichs)
29
+ * bug #46012 [ HttpKernel] Fix Symfony not working on SMB share (qinshuze)
30
+ * bug #45983 [ Messenger] DoctrineTransportFactory works with notify and decorated PostgreSQL driver (alamirault)
31
+ * bug #45992 [ Mailer] Return-Path has higher priority for envelope address than From address (tpetry)
32
+ * bug #45998 [ HttpClient] Fix sending content-length when streaming the body (nicolas-grekas)
33
+ * bug #45565 Fix table header seperator wrapping (alamirault)
34
+ * bug #45969 [ Intl] Update the ICU data to 71.1 - 5.4 (jderusse)
35
+ * bug #45968 [ Intl] Update the ICU data to 71.1 - 4.4 (jderusse)
36
+ * bug #45964 Fix use_cookies framework session configuration (alexander-schranz)
37
+ * bug #45947 [ FrameworkBundle] [ Command] Fix ` debug:router --no-interaction ` error … (WilliamBoulle)
38
+ * bug #45948 [ RateLimiter] Adding default empty string value on Security::LAST_USERNAME (David-Crty)
39
+ * bug #45931 [ Process] Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)
40
+ * bug #45928 [ ExpressionLanguage] Fix matching null against a regular expression (ausi)
41
+ * bug #45925 [ RateLimiter] Add typecase to SlidingWindow::getExpirationTime (georgringer)
42
+ * bug #45910 [ Messenger] reset connection on worker shutdown (SanderHagen)
43
+ * bug #45909 [ Form] [ TwigBundle ] reset Twig form theme resources between requests (xabbuh)
44
+
10
45
* 6.0.7 (2022-04-02)
11
46
12
47
* bug #45906 [ HttpClient] on redirections don't send content related request headers (xabbuh)
0 commit comments