@@ -7,6 +7,74 @@ 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.1 (2020-12-18)
11
+
12
+ * bug #39555 [ FrameworkBundle] Fix NFS detection on macOs (jderusse)
13
+ * bug #39545 [ Notifier] [ Mattermost] Host is required (OskarStark)
14
+ * bug #39548 [ Notifier] [ Infobip] [ Zulip ] Host is required (OskarStark)
15
+ * bug #39550 [ HttpFoundation] keep turning dots to underscores when using Request::create() (nicolas-grekas)
16
+ * bug #39538 [ Notifier] Fix parsing Dsn with empty user/password (OskarStark)
17
+ * bug #39531 [ Mailer] Fix parsing Dsn with empty user/password (OskarStark)
18
+ * bug #39492 [ Notifier] [ Discord] Use private const and mb_strlen() (OskarStark)
19
+ * bug #39522 [ Notifier] Set message id on SentMessage (OskarStark)
20
+ * bug #39532 [ Notifier] Fix toString when optional parameter is not set (OskarStark)
21
+ * bug #39518 [ Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation (astepin)
22
+ * bug #39525 [ VarDumper] dont hide any nodes until JS is proven to work (nicolas-grekas)
23
+ * bug #39498 [ DoctrineBridge] Guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE (guillaume-sainthillier)
24
+ * bug #39510 [ Notifier] [ Free Mobile] Could not use custom host in DSN (OskarStark)
25
+ * bug #39515 [ Notifier] Fix wrong package name (OskarStark)
26
+ * bug #39514 [ Notifier] Fix wrong package names (OskarStark)
27
+ * bug #39502 Add missing symfony/deprecation-contracts requirement - 5.2 (jderusse)
28
+ * bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
29
+ * bug #39360 [ FrameworkBundler] Fix cache: clear with buildDir (jderusse)
30
+ * bug #39476 [ Lock] Prevent store exception break combined store (dzubchik)
31
+ * bug #39478 [ FrameworkBundle] Fix missing kernel.build_dir on cache clear (chalasr)
32
+ * bug #39456 [ Notifier] [ Free Mobile] Fix wrong scheme in mapping (OskarStark)
33
+ * bug #39442 Fix enabled key for ratelimiter config (pierredup)
34
+ * bug #39299 [ PropertyInfo] [ Serializer ] Fixed extracting ignored properties for Serializer (javer)
35
+ * bug #39433 [ Cache] fix setting "read_timeout" when using Redis (nicolas-grekas)
36
+ * bug #39228 [ HttpClient] Fix content swallowed by AsyncClient initializer (jderusse)
37
+ * bug #39420 [ Cache] Prevent notice on case matching metadata trick (bastnic)
38
+ * bug #39413 [ Notifier] [ Discord] Make webhookId argument required (OskarStark)
39
+ * bug #39203 [ DI] Fix not working if only "default_index_method" used (malteschlueter)
40
+ * bug #39409 [ Notifier] [ Twilio] Add tests (OskarStark)
41
+ * bug #39401 [ DoctrineBridge] no-op RegisterUidTypePass if DBAL types aren't loaded (craue)
42
+ * bug #39417 [ Form] Fix UUID exception (jderusse)
43
+ * bug #39142 [ Config] Stop treating multiline resources as globs (michaelKaefer)
44
+ * bug #39341 [ Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD) (pmishev)
45
+ * bug #39268 [ HttpClient] Use decoration instead of class replacement for mock factory (GaryPEGEOT)
46
+ * bug #39334 [ Config] [ TwigBundle ] Fixed syntax error in config (Nyholm)
47
+ * bug #39196 [ DI] Fix Xdebug 3.0 detection (vertexvaar)
48
+ * bug #39375 [ SecurityBundle] fix LDAP-based HTTP Basic Auth entry point registration (xabbuh)
49
+ * bug #39226 [ PhpUnitBridge] Fix disabling DeprecationErrorHandler from PHPUnit configuration file (fancyweb)
50
+ * bug #39298 [ Cache] Fixed incorrect usage of UNLINK with PHPRedis with Redis < 4.0 (wickex)
51
+ * bug #39361 [ FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
52
+ * bug #39358 [ HttpFoundation] fix parsing some special chars with HeaderUtils::parseQuery() (nicolas-grekas)
53
+ * bug #39357 [ FrameworkBundle] fix preserving some special chars in the query string (nicolas-grekas)
54
+ * bug #39310 [ Notifier] Add exception for deprecated slack dsn (malteschlueter)
55
+ * bug #39271 [ HttpFoundation] Fix TypeError: Argument 1 passed to JsonResponse::setJson() must be of the type string, object given (sidz)
56
+ * bug #39251 [ DependencyInjection] Fix container linter for union types (derrabus)
57
+ * bug #39336 [ Config] YamlReferenceDumper: No default value required for VariableNode with array example (Nyholm)
58
+ * bug #39333 [ Form] do not apply the Valid constraint on scalar form data (lchrusciel, xabbuh)
59
+ * bug #39331 [ PhpUnitBridge] Fixed PHPunit 9.5 compatibility (wouterj)
60
+ * bug #39220 [ HttpKernel] Fix bug with whitespace in Kernel::stripComments() (ausi)
61
+ * bug #39252 [ Mime] Leverage PHP 8's detection of CSV files (derrabus)
62
+ * bug #39313 [ FrameworkBundle] TextDescriptor::formatControllerLink checked method… (fjogeleit)
63
+ * bug #39286 [ HttpClient] throw clearer error when no scheme is provided (BackEndTea)
64
+ * bug #39267 [ Yaml] fix lexing backslashes in single quoted strings (xabbuh)
65
+ * bug #39151 [ DependencyInjection] Fixed incorrect report for private services if required service does not exist (Islam93)
66
+ * bug #39236 [ Notifier] Fix slack section block (norkunas)
67
+ * bug #39274 [ Yaml] fix lexing mapping values with trailing whitespaces (xabbuh)
68
+ * bug #39256 [ Workflow] Fixed case when the marking store is not defined (lyrixx)
69
+ * bug #39244 [ String] Fix Notice when argument is empty string (moldman)
70
+ * bug #39270 [ Inflector] Fix Notice when argument is empty string (moldman)
71
+ * bug #39263 [ Security] more defensive PasswordMigratingListener (romaricdrigon)
72
+ * bug #39261 [ Security] fix #39249 , default entry_point compiler pass was returning too early (romaricdrigon)
73
+ * bug #39247 [ Security] remove return type definition in order to avoid type juggling (adeptofvoltron)
74
+ * bug #39223 [ Console] Re-enable hyperlinks in Konsole/Yakuake (OndraM)
75
+ * bug #39241 [ Yaml] fix lexing inline sequences/mappings with trailing whitespaces (Nyholm, xabbuh)
76
+ * bug #39243 [ Filesystem] File existence check before calling unlink method (gechetspr)
77
+
10
78
* 5.2.0 (2020-11-30)
11
79
12
80
* feature #39213 [ Security] [ DX] Automatically add PasswordUpgradeBadge + default support() impl in AbstractFormLoginAuthenticator (wouterj)
0 commit comments