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

Skip to content

Commit e80c5b3

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: fix for caching without auth parameter, broken by #48711, fix for #48813 Bump Symfony version to 6.2.4 Update VERSION for 6.2.3 Update CHANGELOG for 6.2.3 Bump Symfony version to 6.1.10 Update VERSION for 6.1.9 Update CHANGELOG for 6.1.9 Bump Symfony version to 6.0.18 Update VERSION for 6.0.17 Update CHANGELOG for 6.0.17 Bump Symfony version to 5.4.18 Update VERSION for 5.4.17 Update CONTRIBUTORS for 5.4.17 Update CHANGELOG for 5.4.17 [DependencyInjection] Fix resolving parameters when dumping lazy proxies
2 parents 4989194 + de73bee commit e80c5b3

File tree

9 files changed

+175
-46
lines changed

9 files changed

+175
-46
lines changed

CHANGELOG-6.0.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ in 6.0 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/v6.0.0...v6.0.1
99

10+
* 6.0.17 (2022-12-28)
11+
12+
* bug #48787 [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
13+
* bug #48784 [Console] Correctly overwrite progressbars with different line count per step (ncharalampidis)
14+
* bug #48801 [Form] Make `ButtonType` handle `form_attr` option (MatTheCat)
15+
* bug #48791 [DependencyInjection] Fix deduplicating service instances in circular graphs (nicolas-grekas)
16+
* bug #48771 [CssSelector] Fix escape patterns (fancyweb)
17+
* bug #48711 [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
18+
* bug #48724 [VarExporter] Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
19+
* bug #48746 [Validator] Fix IBAN format for Tunisia and Mauritania (smelesh)
20+
* bug #48738 [Workflow] Allow spaces in place names so the PUML dump doesn't break (Kamil Musial)
21+
* bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
22+
* bug #48651 [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses (rodmen)
23+
* bug #48591 [DependencyInjection] Shared private services becomes public after a public service is accessed (alexpott)
24+
* bug #48126 [Mailer] Include all transports' debug messages in RoundRobin transport exception (mixdf)
25+
* bug #48635 [HttpFoundation] Use relative timestamps with MemcachedSessionHandler (tvlooy)
26+
* bug #47979 [Cache] Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)
27+
* bug #48612 [Messenger] [Amqp] Added missing rpc_timeout option (lyrixx)
28+
* bug #48233 [Serializer] Prevent `GetSetMethodNormalizer` from creating invalid magic method call (klaussilveira)
29+
* bug #48628 [HttpFoundation] Fix dumping array cookies (nicolas-grekas)
30+
* bug #48048 [WebProfilerBundle] Fix dump header not being displayed (HypeMC)
31+
* bug #47836 [HttpClient] TraceableHttpClient: increase decorator's priority (adpeyre)
32+
* bug #48259 [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder (MatTheCat)
33+
* bug #48314 [Mime] Fix MessagePart serialization (Amunak)
34+
* bug #48331 [Yaml] fix dumping top-level tagged values (xabbuh)
35+
* bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
36+
* bug #48618 [ErrorHandler] [DebugClassLoader] Fix some new return types support (fancyweb)
37+
* bug #48421 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected (bonroyage)
38+
* bug #48501 [RateLimiter] Add `int` to `Reservation::wait()` (DaRealFreak)
39+
* bug #48359 [VarDumper] Ignore \Error in __debugInfo() (fancyweb)
40+
* bug #48482 [DependencyInjection] Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)
41+
* bug #48335 [TwigBridge] Amend `MoneyType` twig to include a space (mogilvie)
42+
* bug #48046 [WebProfilerBundle] Remove redundant code from logger template (HypeMC)
43+
* bug #48292 [Security] [LoginLink] Throw InvalidLoginLinkException on missing parameter (MatTheCat)
44+
1045
* 6.0.16 (2022-11-28)
1146

1247
* bug #48333 [Yaml] parse unquoted digits in tag values as integers (xabbuh)

CHANGELOG-6.1.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ in 6.1 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/v6.1.0...v6.1.1
99

10+
* 6.1.9 (2022-12-28)
11+
12+
* bug #48787 [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
13+
* bug #48784 [Console] Correctly overwrite progressbars with different line count per step (ncharalampidis)
14+
* bug #48801 [Form] Make `ButtonType` handle `form_attr` option (MatTheCat)
15+
* bug #48791 [DependencyInjection] Fix deduplicating service instances in circular graphs (nicolas-grekas)
16+
* bug #48771 [CssSelector] Fix escape patterns (fancyweb)
17+
* bug #48711 [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
18+
* bug #48724 [VarExporter] Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
19+
* bug #48746 [Validator] Fix IBAN format for Tunisia and Mauritania (smelesh)
20+
* bug #48738 [Workflow] Allow spaces in place names so the PUML dump doesn't break (Kamil Musial)
21+
* bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
22+
* bug #48681 [Console] Revert "bug #48089 Fix clear line with question in section (maxbeckers) (chalasr)
23+
* bug #48651 [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses (rodmen)
24+
* bug #48591 [DependencyInjection] Shared private services becomes public after a public service is accessed (alexpott)
25+
* bug #48126 [Mailer] Include all transports' debug messages in RoundRobin transport exception (mixdf)
26+
* bug #48089 [Console] Fix clear line with question in section (maxbeckers)
27+
* bug #48602 [HtmlSanitizer] Fix HtmlSanitizer default configuration behavior for allowed schemes (Titouan Galopin)
28+
* bug #48635 [HttpFoundation] Use relative timestamps with MemcachedSessionHandler (tvlooy)
29+
* bug #47979 [Cache] Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)
30+
* bug #48612 [Messenger] [Amqp] Added missing rpc_timeout option (lyrixx)
31+
* bug #48233 [Serializer] Prevent `GetSetMethodNormalizer` from creating invalid magic method call (klaussilveira)
32+
* bug #48628 [HttpFoundation] Fix dumping array cookies (nicolas-grekas)
33+
* bug #48048 [WebProfilerBundle] Fix dump header not being displayed (HypeMC)
34+
* bug #47836 [HttpClient] TraceableHttpClient: increase decorator's priority (adpeyre)
35+
* bug #48259 [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder (MatTheCat)
36+
* bug #48314 [Mime] Fix MessagePart serialization (Amunak)
37+
* bug #48331 [Yaml] fix dumping top-level tagged values (xabbuh)
38+
* bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
39+
* bug #48624 [ErrorHandler][HttpKernel] Fix reading the SYMFONY_IDE env var (nicolas-grekas)
40+
* bug #48618 [ErrorHandler] [DebugClassLoader] Fix some new return types support (fancyweb)
41+
* bug #48421 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected (bonroyage)
42+
* bug #48501 [RateLimiter] Add `int` to `Reservation::wait()` (DaRealFreak)
43+
* bug #48359 [VarDumper] Ignore \Error in __debugInfo() (fancyweb)
44+
* bug #48534 [FrameworkBundle] add `kernel.locale_aware` tag to `LocaleSwitcher` (kbond)
45+
* bug #48482 [DependencyInjection] Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)
46+
* bug #48346 [HttpKernel] In DateTimeValueResolver, convert previously defined date attribute to the expected class (GromNaN)
47+
* bug #48335 [TwigBridge] Amend `MoneyType` twig to include a space (mogilvie)
48+
* bug #48046 [WebProfilerBundle] Remove redundant code from logger template (HypeMC)
49+
* bug #48292 [Security] [LoginLink] Throw InvalidLoginLinkException on missing parameter (MatTheCat)
50+
1051
* 6.1.8 (2022-11-28)
1152

1253
* bug #48333 [Yaml] parse unquoted digits in tag values as integers (xabbuh)

CHANGELOG-6.2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ in 6.2 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/v6.2.0...v6.2.1
99

10+
* 6.2.3 (2022-12-28)
11+
12+
* bug #48805 [DependencyInjection] Fix resolving parameters when dumping lazy proxies (nicolas-grekas)
13+
* bug #48787 [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
14+
* bug #48784 [Console] Correctly overwrite progressbars with different line count per step (ncharalampidis)
15+
* bug #48801 [Form] Make `ButtonType` handle `form_attr` option (MatTheCat)
16+
* bug #48791 [DependencyInjection] Fix deduplicating service instances in circular graphs (nicolas-grekas)
17+
* bug #48790 [WebProfilerBundle] fix Mailer detail on click (Jean-Beru)
18+
* bug #48771 [CssSelector] Fix escape patterns (fancyweb)
19+
* bug #48774 [Translation] Fix undefined variable messages in ConstraintVisitor (alamirault)
20+
* bug #48727 [PropertyAccess] Fix nullsafe chain like x?.y (Vincz)
21+
* bug #48711 [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
22+
* bug #48724 [VarExporter] Fix exporting classes with __unserialize() but not __serialize() (fancyweb)
23+
* bug #48746 [Validator] Fix IBAN format for Tunisia and Mauritania (smelesh)
24+
* bug #48738 [Workflow] Allow spaces in place names so the PUML dump doesn't break (Kamil Musial)
25+
* bug #48742 [VarExporter] Generate proxies for static abstract methods (nicolas-grekas)
26+
* bug #48735 [SecurityBundle] Prevent RuntimeException on profiler (marphi)
27+
* bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
28+
* bug #48688 [FrameworkBundle] Add MailPace definition (skmedix)
29+
1030
* 6.2.2 (2022-12-16)
1131

1232
* bug #48661 [Serializer] fix context attribute with serializedName (nikophil)

0 commit comments

Comments
 (0)