@@ -7,6 +7,51 @@ in 5.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/v5.4.0...v5.4.1
9
9
10
+ * 5.4.7 (2022-04-02)
11
+
12
+ * bug #45906 [ HttpClient] on redirections don't send content related request headers (xabbuh)
13
+ * bug #45714 [ Messenger] Fix cannot select FOR UPDATE from view on Oracle (rjd22)
14
+ * bug #45905 [ TwigBridge] Fix the build (wouterj)
15
+ * bug #45888 [ Messenger] Add mysql indexes back and work around deadlocks using soft-delete (nicolas-grekas)
16
+ * bug #45890 [ PropertyInfo] PhpStanExtractor namespace missmatch issue (Korbeil)
17
+ * bug #45897 [ TwigBridge] fix bootstrap_3_layout ChoiceType's expanded label_html (ytilotti)
18
+ * bug #45891 [ HttpClient] Fix exporting objects with readonly properties (nicolas-grekas)
19
+ * bug #45875 [ ExpressionLanguage] Fix matches when the regexp is not valid (fabpot)
20
+ * bug #44996 [ RateLimiter] Always store SlidingWindows with an expiration set (Seldaek)
21
+ * bug #45870 [ Validator] Fix File constraint invalid max size exception message (fancyweb)
22
+ * bug #45851 [ Console] Fix exit status on uncaught exception with negative code (acoulton)
23
+ * bug #45733 [ Validator] fix #43345 @Assert \DivisibleBy (CharlyPoppins)
24
+ * bug #45791 [ Translation] [ LocoProvider] Add content-type for POST translations (Tomasz Kusy)
25
+ * bug #45840 [ Translation] Fix locales format in CrowdinProvider (ossinkine)
26
+ * bug #45491 [ DoctrineBridge] Allow to use a middleware instead of DbalLogger (l-vo)
27
+ * bug #45839 [ Translation] Fix intersect in TranslatorBag (ossinkine)
28
+ * bug #45838 [ Serializer] Fix denormalizing union types (T-bond)
29
+ * bug #45808 [ Security] Fixed TOCTOU in RememberMe cache token verifier (Ivan Kurnosov)
30
+ * bug #45816 [ Mailer] Preserve case of headers (nicolas-grekas)
31
+ * bug #45787 [ FrameworkBundle] Fix exit codes in debug: translation command (gndk)
32
+ * bug #45789 [ Config] Fix using null values with config builders (HypeMC)
33
+ * bug #45814 [ HttpClient] Let curl handle Content-Length headers (nicolas-grekas)
34
+ * bug #45813 [ HttpClient] Move Content-Type after Content-Length (nicolas-grekas)
35
+ * bug #45737 [ Lock] SemaphoreStore catching exception from sem_get (Triplkrypl)
36
+ * bug #45690 [ Mailer] Use recipients in sendmail transport (HypeMC)
37
+ * bug #45720 [ PropertyInfo] strip only leading ` \ ` when unknown docType (EmilMassey)
38
+ * bug #45764 [ RateLimiter] Fix rate serialization for long intervals (monthly and yearly) (smelesh)
39
+ * bug #45684 [ Serializer] Fix nested deserialization_path computation when there is no metadata for the attribute (fancyweb)
40
+ * bug #44915 [ Console] Fix compact table style to avoid outputting a leading space (Seldaek)
41
+ * bug #45691 [ Mailer] fix: stringify from address for ses+api transport (everyx)
42
+ * bug #45696 Make FormErrorIterator generic (VincentLanglet)
43
+ * bug #45676 [ Process] Don't return executable directories in PhpExecutableFinder (fancyweb)
44
+ * bug #45564 [ symfony/mailjet-mailer] Fix invalid mailjet error managment (alamirault, fancyweb)
45
+ * bug #45697 [ Security] Fix return value of ` NullToken::getUser() ` (chalasr)
46
+ * bug #45719 typehint of DkimOptions algorithm wrong (markusramsak)
47
+ * bug #45702 [ Form] Fix the usage of the Valid constraints in array-based forms (stof)
48
+ * bug #45677 [ DependencyInjection] fix ` ServiceSubscriberTrait ` bug where parent has ` __call() ` (kbond)
49
+ * bug #45678 [ HttpClient] Fix reading proxy settings from dotenv when curl is used (nicolas-grekas)
50
+ * bug #45675 [ Runtime] Fix passing $debug parameter to ` ErrorHandler ` (Kocal)
51
+ * bug #45629 [ FrameworkBundle] Fix container: lint and #[ Autoconfigure(binds: ...)] failing (LANGERGabrielle)
52
+ * bug #45671 [ FrameworkBundle] Ensure container is reset between tests (nicolas-grekas)
53
+ * bug #45572 [ HttpKernel] fix using Target attribute with controller arguments (kbond)
54
+
10
55
* 5.4.6 (2022-03-05)
11
56
12
57
* bug #45619 [ redis-messenger] remove undefined array key warnings (PhilETaylor)
0 commit comments