@@ -7,6 +7,47 @@ in 6.2 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.2.0...v6.2.1
9
9
10
+ * 6.2.10 (2023-04-28)
11
+
12
+ * bug #50143 [ Console] trim(): Argument #1 () must be of type string, bool given (danepowell)
13
+ * bug #50139 Check if trace.curlCommand is defined in profiler (Toflar)
14
+ * bug #50066 [ Dumper] Trim leading newlines when checking if value begins with a space (bradtreloar)
15
+ * bug #50115 [ FrameworkBundle] Make service edges unique (rmikalkenas)
16
+ * bug #50111 Fix the list of supported shells for completions in a phar (stof)
17
+ * bug #50110 [ Console] Fix the usage of the zsh completion through the fpath discovery (stof)
18
+ * bug #50074 [ Cache] Send Predis SSL options in the $hosts parameter (magnusnordlander)
19
+ * bug #50088 [ DependencyInjection] Do not ignore tags ` name ` attribute when it does not define their name (MatTheCat)
20
+ * bug #50099 [ Cache] Fix success interpretation when pruning cache (staabm)
21
+ * bug #50092 [ Security] Fix return type of AuthenticationSuccessHandlerInterface::onAuthenticationSuccess() (nicolas-grekas)
22
+ * bug #48288 [ Security] Make onAuthenticationSuccess Response optional (db306)
23
+ * bug #50086 [ VarExporter] Fix forwarding references to proxied classes (nicolas-grekas)
24
+ * bug #50072 [ HttpClient] Fix global state preventing two CurlHttpClient instances from working together (nicolas-grekas)
25
+ * bug #50040 [ Translation] Crowdin Bridge: Fix locale vs LanguageId (Peter Culka)
26
+ * bug #50061 [ DependencyInjection] Fix support for inner collections when using ` <bind> ` (zerustech)
27
+ * bug #50022 [ DependencyInjection] Fallback to default value when autowiring undefined parameters for optional arguments (radar3301)
28
+ * bug #50056 [ Form] Fix "prototype_data" option creating duplicates instead of new lines (Thorry84)
29
+ * bug #50017 [ Validator] Fix support of Enum to ` ConstraintValidator::formatValue ` (PhoneixS)
30
+ * bug #49356 [ Process] Path resolution changes for PHP in the cgi-fcgi mode (isdn)
31
+ * bug #48886 [ Console] Fix computing column width containing multibyte chars (cay89)
32
+ * bug #50049 [ Messenger] Fix deprecation layer of RedeliveryStamp (nicolas-grekas)
33
+ * bug #47505 [ Mime] Form field values with integer keys not resolved correctly (claudiu-cristea)
34
+ * bug #50048 [ PhpUnitBridge] Fix PHPUnit 10.1 compatibility (enumag)
35
+ * bug #50047 [ VarDumper] Make the server TCP connection sync (ogizanagi)
36
+ * bug #48837 [ Messenger] [ Redis] Fixed problem where worker stops handling messages on first empty message (jvmanji)
37
+ * bug #49317 [ Messenger] Fix warning message on failed messenger show command (gstapinato)
38
+ * bug #49992 [ Mailer] [ Mailjet] Use body MessageID instead of X-MJ-Request-GUID (Starfox64)
39
+ * bug #48972 [ HttpFoundation] Fix memory limit problems in BinaryFileResponse (glady)
40
+ * bug #48108 [ PropertyAccess] Readonly properties must have no PropertyWriteInfo (CasvanDongen)
41
+ * bug #49009 [ Form] Cast choices value callback result to string (Matth--)
42
+ * bug #49537 [ Serializer] Unexpected value should throw UnexpectedValueException (ThomasTr)
43
+ * bug #49581 Avoid leading .. for temporary files from Filesystem recursive remove (giosh94mhz)
44
+ * bug #50036 [ ErrorHandler] Don't throw deprecations for HttplugClient (nicolas-grekas)
45
+ * bug #50024 [ Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS (lyrixx)
46
+ * bug #50004 [ HttpClient] fix proxied redirects in curl client (matthi4s)
47
+ * bug #50008 [ Intl] Update the ICU data to 73.1 (jderusse)
48
+ * bug #50015 [ Serializer] Fix serializer normalize attribute context (akalineskou)
49
+ * bug #49987 [ Console] Restoring the ability to output unicode text to the Win10 console (aleksandr-shevchenko)
50
+
10
51
* 6.2.9 (2023-04-13)
11
52
12
53
* bug #49957 [ ErrorHandler] Fix sending ` Vary ` header with ` SerializerErrorRenderer ` (nicolas-grekas)
0 commit comments