@@ -7,6 +7,40 @@ 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.23 (2023-04-28)
11
+
12
+ * bug #50143 [ Console] trim(): Argument #1 () must be of type string, bool given (danepowell)
13
+ * bug #50066 [ Dumper] Trim leading newlines when checking if value begins with a space (bradtreloar)
14
+ * bug #50111 Fix the list of supported shells for completions in a phar (stof)
15
+ * bug #50074 [ Cache] Send Predis SSL options in the $hosts parameter (magnusnordlander)
16
+ * bug #50099 [ Cache] Fix success interpretation when pruning cache (staabm)
17
+ * bug #50092 [ Security] Fix return type of AuthenticationSuccessHandlerInterface::onAuthenticationSuccess() (nicolas-grekas)
18
+ * bug #50072 [ HttpClient] Fix global state preventing two CurlHttpClient instances from working together (nicolas-grekas)
19
+ * bug #50017 [ Validator] Fix support of Enum to ` ConstraintValidator::formatValue ` (PhoneixS)
20
+ * bug #49356 [ Process] Path resolution changes for PHP in the cgi-fcgi mode (isdn)
21
+ * bug #48886 [ Console] Fix computing column width containing multibyte chars (cay89)
22
+ * bug #50049 [ Messenger] Fix deprecation layer of RedeliveryStamp (nicolas-grekas)
23
+ * bug #47505 [ Mime] Form field values with integer keys not resolved correctly (claudiu-cristea)
24
+ * bug #50048 [ PhpUnitBridge] Fix PHPUnit 10.1 compatibility (enumag)
25
+ * bug #50047 [ VarDumper] Make the server TCP connection sync (ogizanagi)
26
+ * bug #48837 [ Messenger] [ Redis] Fixed problem where worker stops handling messages on first empty message (jvmanji)
27
+ * bug #49317 [ Messenger] Fix warning message on failed messenger show command (gstapinato)
28
+ * bug #49992 [ Mailer] [ Mailjet] Use body MessageID instead of X-MJ-Request-GUID (Starfox64)
29
+ * bug #48972 [ HttpFoundation] Fix memory limit problems in BinaryFileResponse (glady)
30
+ * bug #48108 [ PropertyAccess] Readonly properties must have no PropertyWriteInfo (CasvanDongen)
31
+ * bug #49009 [ Form] Cast choices value callback result to string (Matth--)
32
+ * bug #49537 [ Serializer] Unexpected value should throw UnexpectedValueException (ThomasTr)
33
+ * bug #49581 Avoid leading .. for temporary files from Filesystem recursive remove (giosh94mhz)
34
+ * bug #50036 [ ErrorHandler] Don't throw deprecations for HttplugClient (nicolas-grekas)
35
+ * bug #50024 [ Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS (lyrixx)
36
+ * bug #50004 [ HttpClient] fix proxied redirects in curl client (matthi4s)
37
+ * bug #50008 [ Intl] Update the ICU data to 73.1 (jderusse)
38
+ * bug #49987 [ Console] Restoring the ability to output unicode text to the Win10 console (aleksandr-shevchenko)
39
+ * bug #49957 [ ErrorHandler] Fix sending ` Vary ` header with ` SerializerErrorRenderer ` (nicolas-grekas)
40
+ * bug #49983 [ DomCrawler] Avoid passing null to substr/strrpos methods (VincentLanglet)
41
+ * bug #49079 [ DoctrineBridge] fix issue with missing stopwatch events (dmaicher)
42
+ * bug #49926 [ HttpClient] Fix canceling MockResponse (fancyweb)
43
+
10
44
* 5.4.22 (2023-03-31)
11
45
12
46
* bug #49618 [ Serializer] Preserve array keys while denormalize variadic parameters (melya)
0 commit comments