@@ -7,6 +7,41 @@ in 5.3 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.3.0...v5.3.1
9
9
10
+ * 5.3.2 (2021-06-17)
11
+
12
+ * security #cve-2021 -32693 [ SecurityHttp] Fix "Authentication granted with multiple firewalls" (wouterj)
13
+ * bug #41693 [ Uid] fix performance and prevent collisions with the real clock_seq (nicolas-grekas)
14
+ * bug #41700 [ Security] Fix deprecation notice on TokenInterface::getUser() stringable return (tscni)
15
+ * bug #41703 [ Security] Restore extension point in MessageDigestPasswordEncoder (derrabus)
16
+ * bug #41716 [ Messenger] Fix RequestContext not updated (jderusse)
17
+ * bug #41616 [ Messenger] Remove TLS related options when not using TLS (odolbeau)
18
+ * bug #41719 [ FrameworkBundle] fix Could not find service "test.service_container" (smilesrg)
19
+ * bug #41686 [ Console] Fix using #[ AsCommand] without DI (nicolas-grekas)
20
+ * bug #41673 [ DependencyInjection] fix parsing classes for attributes (nicolas-grekas)
21
+ * bug #41675 [ Runtime] fix overriding --env|-e with single-command apps (nicolas-grekas)
22
+ * bug #41674 [ HttpClient] fix compat with cURL <= 7.37 (nicolas-grekas)
23
+ * bug #41680 [ Console] fix managing signals when commands are lazy loaded (nicolas-grekas)
24
+ * bug #41678 [ PasswordHasher] Fix missing PasswordHasherAwareInterface allowed type (chalasr)
25
+ * bug #41656 [ HttpClient] throw exception when AsyncDecoratorTrait gets an already consumed response (nicolas-grekas)
26
+ * bug #41600 [ Notifier] Escape ` . ` char for Telegram transport (Clément)
27
+ * bug #41644 [ Config] fix tracking attributes in ReflectionClassResource (nicolas-grekas)
28
+ * bug #41621 [ Process] Fix incorrect parameter type (bch36)
29
+ * bug #41624 [ HttpClient] Revert bindto workaround for unaffected PHP versions (derrabus)
30
+ * bug #41597 [ DependencyInjection] fix ` when@{env} ` inside imported files (nusje2000)
31
+ * bug #41553 [ Messenger] fix BC for FrameworkBundle 4.4 with a non-existence alias being used (monteiro)
32
+ * bug #41582 Fix not null get collection key types (dragosprotung)
33
+ * bug #41572 [ PasswordHasher] Prevent PHP fatal error when using auto algorithm (matason)
34
+ * bug #41549 [ Security] Fix opcache preload with alias classes (jderusse)
35
+ * bug #41491 [ Serializer] Do not allow to denormalize string with spaces only to valid a DateTime object (sidz)
36
+ * bug #41535 [ Console] Fix negated options not accessible (jderusse)
37
+ * bug #41472 [ Validator] remove service if its class doesn't exist (xabbuh)
38
+ * bug #41218 [ DependencyInjection] Update loader’s directory when calling ContainerConfigurator::withPath (MatTheCat)
39
+ * bug #41505 [ FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall (dunglas)
40
+ * bug #41509 [ SecurityBundle] Link UserProviderListener to correct firewall dispatcher (Matth--)
41
+ * bug #41386 [ Console] Escape synopsis output (jschaedl)
42
+ * bug #41523 [ Notifier] [ Bridge] Remove hidden dependency on HttpFoundation for SmsBiurasTransport (fre5h)
43
+ * bug #41512 Relax requirement on symfony/runtime (lyrixx)
44
+
10
45
* 5.3.1 (2021-06-02)
11
46
12
47
* bug #41463 [ Serializer] [ Validator ] Fix not null return from "getCollectionValueTypes" (jderusse)
0 commit comments