Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c71c872

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Bump Symfony version to 5.3.3 Update VERSION for 5.3.2 Update CHANGELOG for 5.3.2
2 parents 86a0672 + 473f79c commit c71c872

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG-5.3.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ in 5.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.3.0...v5.3.1
99

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+
1045
* 5.3.1 (2021-06-02)
1146

1247
* bug #41463 [Serializer][Validator] Fix not null return from "getCollectionValueTypes" (jderusse)

0 commit comments

Comments
 (0)