Skip to content

Commit 777764d

Browse files
authored
Merge pull request #51495 from fabpot/release-5.4.28
released v5.4.28
2 parents 182d915 + f087783 commit 777764d

File tree

3 files changed

+72
-36
lines changed

3 files changed

+72
-36
lines changed

CHANGELOG-5.4.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 5.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
99

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+
1026
* 5.4.27 (2023-07-31)
1127

1228
* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)

0 commit comments

Comments
 (0)