@@ -7,6 +7,68 @@ in 5.0 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.0.0...v5.0.1
9
9
10
+ * 5.0.9 (2020-05-31)
11
+
12
+ * bug #37008 [ Security] Fixed AbstractToken::hasUserChanged() (wouterj)
13
+ * bug #36894 [ Validator] never directly validate Existence (Required/Optional) constraints (xabbuh)
14
+ * bug #37007 [ Console] Fix QuestionHelper::disableStty() (chalasr)
15
+ * bug #36865 [ Form] validate subforms in all validation groups (xabbuh)
16
+ * bug #36907 Fixes sprintf(): Too few arguments in form transformer (pedrocasado)
17
+ * bug #36868 [ Validator] Use Mime component to determine mime type for file validator (pierredup)
18
+ * bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
19
+ * bug #36995 [ TwigBridge] fix fallback html-to-txt body converter (nicolas-grekas)
20
+ * bug #36993 [ ErrorHandler] fix setting $trace to null in FatalError (nicolas-grekas)
21
+ * bug #36987 Handle fetch mode deprecation of DBAL 2.11. (derrabus)
22
+ * bug #36974 [ Security] Fixed handling of CSRF logout error (wouterj)
23
+ * bug #36947 [ Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid (Ernest Hymel)
24
+ * bug #36914 Parse and render anonymous classes correctly on php 8 (derrabus)
25
+ * bug #36921 [ OptionsResolver] [ Serializer ] Remove calls to deprecated ReflectionParameter::getClass() (derrabus)
26
+ * bug #36920 [ VarDumper] fix PHP 8 support (nicolas-grekas)
27
+ * bug #36917 [ Cache] Accessing undefined constants raises an Error in php8 (derrabus)
28
+ * bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
29
+ * bug #36899 [ VarDumper] ReflectionFunction::isDisabled() is deprecated (derrabus)
30
+ * bug #36905 [ Validator] Catch expected ValueError (derrabus)
31
+ * bug #36915 [ DomCrawler] Catch expected ValueError (derrabus)
32
+ * bug #36908 [ Cache] [ HttpClient ] Made method signatures compatible with their corresponding traits (derrabus)
33
+ * bug #36906 [ DomCrawler] Catch expected ValueError (derrabus)
34
+ * bug #36904 [ PropertyAccess] Parse php 8 TypeErrors correctly (derrabus)
35
+ * bug #36839 [ BrowserKit] Raw body with custom Content-Type header (azhurb)
36
+ * bug #36896 [ Config] Removed implicit cast of ReflectionProperty to string (derrabus)
37
+ * bug #35944 [ Security/Core] Fix wrong roles comparison (thlbaut)
38
+ * bug #36882 [ PhpUnitBridge] fix installing under PHP >= 8 (nicolas-grekas)
39
+ * bug #36833 [ HttpKernel] Fix that the ` Store ` would not save responses with the X-Content-Digest header present (mpdude)
40
+ * bug #36867 [ PhpUnitBridge] fix bad detection of unsilenced deprecations (nicolas-grekas)
41
+ * bug #36862 [ Security] Unserialize $parentData, if needed, to avoid errors (rfaivre)
42
+ * bug #36855 [ HttpKernel] Fix error logger when stderr is redirected to /dev/null (fabpot)
43
+ * bug #36838 [ HttpKernel] Bring back the debug toolbar (derrabus)
44
+ * bug #36592 [ BrowserKit] Allow Referer set by history to be overridden (Slamdunk)
45
+ * bug #36823 [ HttpClient] fix PHP warning + accept status code >= 600 (nicolas-grekas)
46
+ * bug #36824 [ Security/Core] fix compat of ` NativePasswordEncoder ` with pre-PHP74 values of ` PASSWORD_* ` consts (nicolas-grekas)
47
+ * bug #36811 [ DependencyInjection] Fix register event listeners compiler pass (X-Coder264)
48
+ * bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)
49
+ * bug #36794 [ Serializer] fix issue with PHP 8 (nicolas-grekas)
50
+ * bug #36786 [ WebProfiler] Remove 'none' when appending CSP tokens (ndench)
51
+ * bug #36743 [ Yaml] Fix escaped quotes in quoted multi-line string (ossinkine)
52
+ * bug #36777 [ TwigBundle] FormExtension does not have a constructor anymore since sf 4.0 (Tobion)
53
+ * bug #36716 [ Mime] handle passing custom mime types as string (mcneely)
54
+ * bug #36747 Queue name is a required parameter (theravel)
55
+ * bug #36751 [ Mime] fix bad method call on ` EmailAddressContains ` (Kocal)
56
+ * bug #36696 [ Console] don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
57
+ * bug #36569 [ PhpUnitBridge] Mark parent class also covered in CoverageListener (lyrixx)
58
+ * bug #36690 [ Yaml] prevent notice for invalid octal numbers on PHP 7.4 (xabbuh)
59
+ * bug #36590 [ Console] Default hidden question to 1 attempt for non-tty session (ostrolucky)
60
+ * bug #36497 [ Filesystem] Handle paths on different drives (crishoj)
61
+ * bug #36678 [ WebProfiler] Do not add src-elem CSP directives if they do not exist (ndench)
62
+ * bug #36501 [ DX] Show the ParseException message in all YAML file loaders (fancyweb)
63
+ * bug #36683 [ Yaml] fix parse error when unindented collections contain a comment (wdiesveld)
64
+ * bug #36672 [ Validator] Skip validation when email is an empty object (acrobat)
65
+ * bug #36673 [ PhpUnitBridge] fix PHP 5.3 compat again (nicolas-grekas)
66
+ * bug #36505 [ Translation] Fix for translation: update command updating ICU messages (artemoliynyk)
67
+ * bug #36627 [ Validator] fix lazy property usage. (bendavies)
68
+ * bug #36601 [ Serializer] do not transform empty \Traversable to Array (soyuka)
69
+ * bug #36606 [ Cache] Fixed not supported Redis eviction policies (SerheyDolgushev)
70
+ * bug #36625 [ PhpUnitBridge] fix compat with PHP 5.3 (nicolas-grekas)
71
+
10
72
* 5.0.8 (2020-04-28)
11
73
12
74
* bug #36536 [ Cache] Allow invalidateTags calls to be traced by data collector (l-vo)
0 commit comments