@@ -7,6 +7,34 @@ in 5.4 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
99
10+ * 5.4.34 (2023-12-30)
11+
12+ * bug #52406 [ Validator] Fix ` Constraints\Email::ERROR_NAMES ` (mathroc)
13+ * bug #53140 [ Serializer] Skip uninitialized properties with deep_object_to_populate (mtarld)
14+ * bug #53195 [ HttpKernel] Fix default locale is ignored when ` set_locale_from_accept_language ` is used (jkobus)
15+ * bug #52928 [ Dotenv] Allow environment variables starting with an underscore (xabbuh)
16+ * bug #53232 [ Notifier] [ Smsc] Require login and password (OskarStark)
17+ * bug #53187 [ Messenger] Fix using negative delay (J-roen)
18+ * bug #53133 [ Validator] Fix using known option names as field names (HypeMC)
19+ * bug #53153 [ WebProfilerBundle] Fix JS error when evaluating scripts (jderusse)
20+ * bug #52998 [ Notifier] [ Bridges] Provide EventDispatcher and HttpClient to the transport (rdavaillaud)
21+ * bug #52817 [ Serializer] Do not instantiate object if it is not instantiable (maxbaldanza)
22+ * bug #53079 [ DoctrineBridge] Add check for lazy object interface (maxbaldanza)
23+ * bug #53115 [ Serializer] Fix partial denormalization with missing constructor arguments (HypeMC)
24+ * bug #53081 [ Serializer] Keep stack trace for enum value denormalizer error (kylekatarnls)
25+ * bug #53057 [ HttpKernel] Move `` @internal `` from ` AbstractSessionListener ` class to its methods and properties (Florian-Merle)
26+ * bug #52990 [ TwigBridge] don't use deprecated and internal Twig functions (xabbuh)
27+ * bug #52996 [ Validator] add missing translation (xabbuh)
28+ * bug #52940 [ Console] Fix color support check on non-Windows platforms (theofidry)
29+ * bug #52896 [ Messenger] Avoid reconnecting active Redis connections. (BusterNeece)
30+ * bug #52923 Avoid incompatibility with symfony/console 7 (jdecool)
31+ * bug #52927 [ Dotenv] Properly handle ` SYMFONY_DOTENV_VARS ` being the empty string (xabbuh)
32+ * bug #52935 [ Validator] Missing translations for Slovak (sk) #51954 (Jan Vernarsky)
33+ * bug #52941 [ Console] Fix xterm detection (theofidry)
34+ * bug #52795 [ FrameworkBundle] do not overwrite an application's default serialization context (xabbuh)
35+ * bug #52885 [ Serializer] fix nullable int cannot be serialized (nikophil)
36+ * bug #52864 [ HttpClient] [ Mailer ] [ Process] always pass microseconds to usleep as integers (xabbuh)
37+
1038* 5.4.33 (2023-12-01)
1139
1240 * bug #52804 [ Serializer] Fix support of plain object types denormalization (andersonamuller)
0 commit comments