@@ -7,6 +7,72 @@ in 6.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/v6.0.0...v6.0.1
9
9
10
+ * 6.0.2 (2021-12-29)
11
+
12
+ * bug #44828 [ Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure (simon-watiau)
13
+ * bug #44838 [ DependencyInjection] [ HttpKernel ] Fix enum typed bindings (ogizanagi)
14
+ * bug #44723 [ Lock] Release PostgreSqlStore connection lock on failure (simon-watiau) * commit 'e5b2f9efba': [ Lock] Release PostgreSqlStore connection lock on failure
15
+ * bug #44826 [ HttpKernel] Do not attempt to register enum arguments in controller service locator (ogizanagi)
16
+ * bug #44822 [ Mime] [ Security ] Fix missing sprintf and add tests (alamirault)
17
+ * bug #44824 [ Mime] Fix missing sprintf in DkimSigner (alamirault)
18
+ * bug #44816 [ Translation] [ LocoProvider] Use rawurlencode and separate tag setting (danut007ro)
19
+ * bug #44805 [ Security] fix unserializing session payloads from v4 (nicolas-grekas)
20
+ * bug #44820 [ Cache] Don't lock when doing nested computations (nicolas-grekas)
21
+ * bug #44807 [ Messenger] fix Redis support on 32b arch (nicolas-grekas)
22
+ * bug #44759 [ HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (Vitali Tsyrkin)
23
+ * bug #44809 [ WebProfilerBundle] relax return type for memory data collector (94noni)
24
+ * bug #44799 [ Cache] fix compat with apcu < 5.1.10 (nicolas-grekas)
25
+ * bug #44764 [ Form] Expand FormView key to include int (biozshock)
26
+ * bug #44730 [ Console] Fix autocompletion of argument with default value (GromNaN)
27
+ * bug #44637 [ PropertyInfo] PhpStan extractor nested object fix (rmikalkenas)
28
+ * bug #44085 [ Translation] Fix TranslationPullCommand with ICU translations (Kocal)
29
+ * bug #44578 [ PropertyInfo] Fix phpstan extractor issues (ostrolucky)
30
+ * bug #44771 [ Notifier] Use correct factory for the msteams transport (veewee)
31
+ * bug #44618 [ HttpKernel] Fix SessionListener without session in request (shyim)
32
+ * bug #44743 [ HttpClient] fix checking for recent curl consts (nicolas-grekas)
33
+ * bug #44752 [ Security/Http] Fix cookie clearing on logout (maxhelias)
34
+ * bug #44745 [ EventDispatcher] [ HttpFoundation ] Restore return type to covariant IteratorAggregate implementations (derrabus)
35
+ * bug #44732 [ Mime] Relaxing in-reply-to header validation (ThomasLandauer)
36
+ * bug #44714 [ WebProfilerBundle] fix Email HTML preview (94noni)
37
+ * bug #44737 Fix Psr16Cache not being compatible with non-Symfony cache pools (colinodell)
38
+ * bug #44728 [ Mime] Fix encoding filenames in multipart/form-data (nicolas-grekas)
39
+ * bug #44602 [ Serializer] Improve UidNormalizer denormalize error message (fancyweb)
40
+ * bug #44383 [ Lock] Create tables in transaction only if supported by driver (martinssipenko)
41
+ * bug #44518 [ HttpFoundation] Take php session.cookie settings into account (simonchrz)
42
+ * bug #44719 [ ErrorHandler] fix on patching return types on Windows (nicolas-grekas)
43
+ * bug #44710 [ DependencyInjection] fix linting callable classes (nicolas-grekas)
44
+ * bug #44639 [ DependencyInjection] Cast tag attribute value to string (ruudk)
45
+ * bug #44473 [ Validator] Restore default locale in ConstraintValidatorTestCase (rodnaph)
46
+ * bug #44682 [ FrameworkBundle] alias ` cache.app.taggable ` to ` cache.app ` if using ` cache.adapter.redis_tag_aware ` (kbond)
47
+ * bug #44649 [ HttpKernel] fix how configuring log-level and status-code by exception works (nicolas-grekas)
48
+ * bug #44667 [ Cache] Revert "feature #41989 make ` LockRegistry ` use semaphores when possible" (nicolas-grekas)
49
+ * bug #44671 [ HttpClient] Fix tracing requests made after calling withOptions() (nicolas-grekas)
50
+ * bug #44577 [ Cache] Fix proxy no expiration to the Redis (Sergey Belyshkin)
51
+ * bug #44669 [ Cache] disable lock on CLI (nicolas-grekas)
52
+ * bug #44598 [ Translation] Handle the blank-translation in Loco Adapter (kgonella)
53
+ * bug #44448 [ Validator] Allow Sequence constraint to be applied onto class as an attribute (sidz)
54
+ * bug #44354 [ RateLimiter] Make RateLimiter resilient to timeShifting (jderusse)
55
+ * bug #44600 [ Serializer] Fix denormalizing custom class in UidNormalizer (fancyweb)
56
+ * bug #44537 [ Config] In XmlUtils, avoid converting from octal every string starting with a 0 (alexandre-daubois)
57
+ * bug #44510 [ Workflow] Fix eventsToDispatch parameter setup for StateMachine (Olexandr Kalaidzhy)
58
+ * bug #44625 [ HttpClient] fix monitoring responses issued before reset() (nicolas-grekas)
59
+ * bug #44623 [ HttpClient] Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
60
+ * bug #44430 [ PropertyInfo] Fix aliased namespace matching (Korbeil)
61
+ * bug #44601 [ HttpClient] Fix closing curl-multi handle too early on destruct (nicolas-grekas)
62
+ * bug #44554 Make enable_authenticator_manager true as there is no other way in Symfony 6 (alexander-schranz)
63
+ * bug #44571 [ HttpClient] Don't reset timeout counter when initializing requests (nicolas-grekas)
64
+ * bug #44479 [ HttpClient] Double check if handle is complete (Nyholm)
65
+ * bug #44418 [ DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (fancyweb)
66
+ * bug #44474 [ Translation] [ Bridge] [ Lokalise] Fix push keys to lokalise. Closes #… (olegmifle)
67
+ * bug #43164 [ FrameworkBundle] Fix cache pool configuration with one adapter and one provider (fancyweb)
68
+ * bug #44419 [ PropertyAccess] Fix accessing public property on Object (kevcomparadise)
69
+ * bug #44565 [ FrameworkBundle] Use correct cookie domain in loginUser() (wouterj)
70
+ * bug #44538 [ Process] fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
71
+ * bug #44438 [ HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
72
+ * bug #44469 [ String] Fix requiring wcswitch table several times (fancyweb)
73
+ * bug #44428 [ HttpClient] Fix response id property check in MockResponse (fancyweb)
74
+ * bug #44539 [ Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection (GromNaN)
75
+
10
76
* 6.0.1 (2021-12-09)
11
77
12
78
* bug #44494 Remove FQCN type hints on properties (fabpot)
0 commit comments