@@ -7,6 +7,37 @@ in 5.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/v5.2.0...v5.2.1
9
9
10
+ * 5.2.8 (2021-05-12)
11
+
12
+ * security #cve-2021 -21424 [ Security] [ Guard ] Prevent user enumeration (chalasr)
13
+ * bug #41176 [ DependencyInjection] fix dumping service-closure-arguments (nicolas-grekas)
14
+ * bug #41174 [ Console] Fix Windows code page support (orkan)
15
+ * bug #41173 [ Security] Make Login Rate Limiter also case insensitive for non-ascii user identifiers (Seldaek)
16
+ * bug #41168 WDT: Only load "Sfjs" if it is not present already (weaverryan)
17
+ * bug #41147 [ Inflector] [ String ] wrong plural form of words ending by "pectus" (makraz)
18
+ * bug #41160 [ HttpClient] Don't prepare the request in ScopingHttpClient (nicolas-grekas)
19
+ * bug #41156 [ Security] Make Login Rate Limiter case insensitive (jderusse)
20
+ * bug #41137 [ Security] Reset limiters on successful login (MatTheCat)
21
+ * bug #40758 [ Security] NullToken signature (jderusse)
22
+ * bug #40763 Fix/Rewrite .gitignore regex builder (mvorisek)
23
+ * bug #41113 [ Console] Fix Windows code page support (orkan)
24
+ * bug #40902 [ Security] Allow ips parameter in access_control to accept comma-separated string (edefimov)
25
+ * bug #40980 [ TwigBridge] Fix HTML for translatable custom-file label in Bootstrap 4 theme (acran)
26
+ * bug #40955 [ Notifier] [ Bridge] Fix missed messageId for SendMessage object in slack notifier (WaylandAce)
27
+ * bug #40943 [ PropertyInfo] PhpDocExtractor: Handle "true" and "false" property types (Maciej Zgadzaj)
28
+ * bug #40759 [ Form] Add missing TranslatableMessage support to choice_label option of ChoiceType (alexandre-daubois)
29
+ * bug #40917 [ Config] [ DependencyInjection ] Uniformize trailing slash handling (dunglas)
30
+ * bug #40699 [ PropertyInfo] Make ReflectionExtractor correctly extract nullability (shiftby)
31
+ * bug #40874 [ PropertyInfo] fix attribute namespace with recursive traits (soullivaneuh)
32
+ * bug #40957 [ PhpUnitBridge] Fix tests with `` @doesNotPerformAssertions `` annotations (alexpott)
33
+ * bug #41099 [ Cache] Check if phpredis version is compatible with stream parameter (nicolassing)
34
+ * bug #40982 [ Notifier] Fix return SentMessage then Messenger not used (WaylandAce)
35
+ * bug #41072 [ VarExporter] Add support of PHP enumerations (alexandre-daubois)
36
+ * bug #41104 Fix return type in isAllowedProperty method on ReflectionExtractor class (Tomanhez)
37
+ * bug #41078 [ Notifier] Make FailoverTransport always pick the first transport (jschaedl)
38
+ * bug #41105 [ Inflector] [ String ] Fixed singularize ` edges ` > ` edge ` (ruudk)
39
+ * bug #41075 [ ErrorHandler] Skip "same vendor" `` @method `` deprecations for ` Symfony\* ` classes unless symfony/symfony is being tested (nicolas-grekas)
40
+
10
41
* 5.2.7 (2021-05-01)
11
42
12
43
* bug #41008 [ Security] Do not try to rehash null-passwords (tjveldhuizen)
0 commit comments