File tree 3 files changed +72
-36
lines changed
src/Symfony/Component/HttpKernel
3 files changed +72
-36
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.28 (2023-08-26)
11
+
12
+ * bug #51474 [ Serializer] Fix wrong InvalidArgumentException thrown (mtarld)
13
+ * bug #51473 [ VarDumper] Fix managing collapse state in CliDumper (nicolas-grekas)
14
+ * bug #51445 [ Security] FormLoginAuthenticator: fail for non-string password (dmaicher)
15
+ * bug #51424 [ HttpFoundation] Fix base URI detection on IIS with UrlRewriteModule (derrabus)
16
+ * bug #48840 [ Validator] Dump Valid constraints on debug command (macintoshplus)
17
+ * bug #51223 [ Console] Fix linewraps in ` OutputFormatter ` (maxbeckers)
18
+ * bug #51307 [ DependencyInjection] fix dump xml with array/object/enum default value (Jean-Beru)
19
+ * bug #51328 [ Messenger] Always return bool from messenger amqp connection nack (Danielss89)
20
+ * bug #51295 [ Mailer] update Brevo SMTP host (bastien-wink)
21
+ * bug #51301 [ FrameworkBundle] add missing default-doctrine-dbal-provider cache pool attribute to XSD (xabbuh)
22
+ * bug #51296 [ Process] Fix silencing ` wait ` when using a sigchild-enabled binary (nicolas-grekas)
23
+ * bug #51201 [ Workflow] fix MermaidDumper when place contains special char (lyrixx)
24
+ * bug #51061 [ DoctrineBridge] Bugfix - Allow to remove LazyLoaded listeners by object (VincentLanglet)
25
+
10
26
* 5.4.27 (2023-07-31)
11
27
12
28
* bug #51178 [ Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)
You can’t perform that action at this time.
0 commit comments