@@ -7,6 +7,31 @@ 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.41 (2024-06-28)
11
+
12
+ * bug #57497 [ String] Fixed u()->snake(), b()->snake() and s()->snake() methods (arczinosek)
13
+ * bug #57574 [ Filesystem] Fix Filesystem::remove() on Windows (nicolas-grekas)
14
+ * bug #57572 [ DoctrineBridge] Fix compat with DI >= 6.4 (nicolas-grekas)
15
+ * bug #57538 [ String] Add ` alias ` case to ` EnglishInflector ` (alexandre-daubois)
16
+ * feature #57557 Ibexa is sponsoring Symfony 5.4, thanks to them! \o/ (nicolas-grekas)
17
+ * bug #57569 [ HttpClient] [ Mailer ] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (nicolas-grekas)
18
+ * bug #57453 [ HttpClient] Fix parsing SSE (fancyweb)
19
+ * bug #57467 [ SecurityBundle] Add ` provider ` XML attribute to the authenticators it’s missing from (MatTheCat)
20
+ * bug #57384 [ Notifier] Fix thread key in GoogleChat bridge (romain-jacquart)
21
+ * bug #57372 [ HttpKernel] [ Security ] Fix accessing session for stateless request (VincentLanglet)
22
+ * bug #57112 [ Messenger] Handle ` AMQPConnectionException ` when publishing a message (jwage)
23
+ * bug #57341 [ Serializer] properly handle invalid data for false/true types (xabbuh)
24
+ * bug #57187 [ Serializer] Fix ` ObjectNormalizer ` with property path (HypeMC)
25
+ * bug #57355 [ ErrorHandler] Fix rendered exception code highlighting on PHP 8.3 (tscni)
26
+ * bug #57273 [ FrameworkBundle] Fix setting default context for certain normalizers (HypeMC)
27
+ * bug #52699 [ Serializer] [ PropertyAccessor] Ignore non-collection interface generics (mtarld)
28
+ * bug #54634 [ String] Fix #54611 pluralization of -on ending words + singularization of -a ending foreign words (Geordie, DesLynx)
29
+ * bug #57213 [ Validator] [ UniqueValidator] Use correct variable as parameter in (custom) error message (seho-nl, Sebastien Hoek)
30
+ * bug #54920 [ Messenger] Comply with Amazon SQS requirements for message body (VincentLanglet)
31
+ * bug #57110 [ PhpUnitBridge] Fix error handler triggered outside of tests (HypeMC)
32
+ * bug #57297 [ FrameworkBundle] not registered definitions must not be modified (xabbuh)
33
+ * bug #57234 [ String] Fix Inflector for 'hardware' (podhy)
34
+
10
35
* 5.4.40 (2024-06-02)
11
36
12
37
* bug #57275 Fix autoload configs to avoid warnings when building optimized autoloaders (Seldaek)
0 commit comments