@@ -7,6 +7,56 @@ in 5.2 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.2.0...v5.2.1
99
10+ * 5.2.0-BETA2 (2020-10-14)
11+
12+ * feature #38552 [ Security] [ Notifier ] Added integration of Login Link with the Notifier component (wouterj)
13+ * bug #38566 Fix minor issue when sharing windows between Limiters (Nyholm)
14+ * feature #38563 [ Messenger] [ Redis ] Adding support for lazy connect (Nyholm)
15+ * bug #38553 [ Lock] Reset Key lifetime time before we acquire it (Nyholm)
16+ * bug #38559 [ Lock] Reset lifetime on acquireRead() (Nyholm)
17+ * bug #38548 [ FrameworkBundle] Bugfixes in buildDir in the CacheClear command (Nyholm)
18+ * bug #38551 Remove content-type check on toArray methods (jderusse)
19+ * feature #38550 [ Security] Added check_post_only to the login link authenticator (wouterj)
20+ * bug #38546 [ String] fix "is too large" ValueError on PHP 8 (nicolas-grekas)
21+ * bug #38544 [ DI] fix dumping env vars (nicolas-grekas)
22+ * feature #38532 [ HttpClient] simplify retry mechanism around RetryStrategyInterface (nicolas-grekas)
23+ * bug #38533 [ TwigBridge] Fix preload hint and remove "unlinked class class@anonymous" warning (burned42)
24+ * bug #38528 [ Security] Making login link signature_properties option required (weaverryan)
25+ * feature #38525 [ Serializer] Enabled mapping configuration via attributes (derrabus)
26+ * feature #38522 [ Notifier ] Add Discord notifier (mpiot, connorhu)
27+ * bug #38477 [ Form] fix ViolationMapper was always generating a localized label for each FormType (romaricdrigon)
28+ * bug #38529 [ Mailer] Fix mailjet image embedding (Sandldan)
29+ * bug #38530 [ HttpClient] fix reading the body after a ClientException (nicolas-grekas)
30+ * bug #38523 [ HttpClient] Fix multiple timeout with multiple retry (jderusse)
31+ * bug #38520 [ HttpClient] Fix nesteed stream in AsyncResponse (jderusse)
32+ * bug #38518 [ HttpClient] fix decorating timeout errors (nicolas-grekas)
33+ * feature #38499 [ Validator] Upgraded constraints to enable named arguments and attributes (derrabus)
34+ * feature #38505 [ Security] [ Login Link ] Allow null and DateTime objects to be used as signatureProperties (wouterj)
35+ * bug #38507 [ Bug] Fix RateLimiter framework configuration (bobvandevijver)
36+ * bug #38510 [ PropertyInfo] Support for the mixed type (derrabus)
37+ * bug #38493 [ HttpClient] Fix CurlHttpClient memory leak (HypeMC)
38+ * feature #38484 [ Messenger] Add DelayStamp::delayFor() and DelayStamp::delayUntil() (Nyholm)
39+ * bug #38476 [ HttpClient] Fix missing abstract arg (jderusse)
40+ * feature #37733 [ PhpUnitBridge] Add ability to set a baseline for deprecation testing (alexpott)
41+ * bug #38456 [ Cache] skip igbinary < 3.1.6 (nicolas-grekas)
42+ * bug #38453 [ lock] Mark Key unserializable whith PgsqlStore (jderusse)
43+ * bug #38452 [ SecurityBundle] Make user lazy loading working without user provider (tyx)
44+ * bug #38455 [ Form] Fix field_value Twig helper for multiple choices (tgalopin)
45+ * bug #38392 [ Ldap] Bypass the use of ` ldap_control_paged_result ` on PHP >= 7.3 (lucasaba)
46+ * feature #38434 [ HttpClient] Add jitter to RetryBackoff (jderusse)
47+ * feature #38346 [ lock] Add store dedicated to postgresql (jderusse)
48+ * bug #38444 [ PhpUnitBridge] fix running parallel tests with phpunit 9 (nicolas-grekas)
49+ * bug #38446 [ PropertyInfo] Extract from default value doesn't set collection boolean (Korbeil)
50+ * feature #38424 [ Translation] Rename Translatable class to TranslatableMessage (natewiebe13)
51+ * bug #38442 [ VarDumper] fix truncating big arrays (nicolas-grekas)
52+ * bug #38433 [ Mime] Fix serialization of RawMessage (gilbertsoft)
53+ * bug #38422 [ SecurityGuard] Implement PostAuthenticationGuardToken::getFirewallName() (derrabus)
54+ * feature #38393 [ FrameworkBundle] Add option --as-tree to translation: update command (jschaedl)
55+ * bug #38419 [ DoctrineBridge] fix and replace namespace to Uid (maxhelias)
56+ * feature #38410 [ Validator] Migrate File and Image constraints to attributes (derrabus)
57+ * bug #38418 [ HttpClient] minor fixes in RetryableHttpClient (nicolas-grekas)
58+ * feature #38253 [ Cache] Allow ISO 8601 time intervals to specify default lifetime (lstrojny)
59+
1060* 5.2.0-BETA1 (2020-10-05)
1161
1262 * feature #38382 [ Validator] Use comparison constraints as attributes (derrabus)
0 commit comments