10000 Merge branch '6.0' into 6.1 · symfony/symfony@baff559 · GitHub
[go: up one dir, main page]

Skip to content

Commit baff559

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix typo CS fix Bump Symfony version to 6.0.10 Update VERSION for 6.0.9 Update CHANGELOG for 6.0.9 Bump Symfony version to 5.4.10 Update VERSION for 5.4.9 Update CHANGELOG for 5.4.9 Bump Symfony version to 4.4.43 Update VERSION for 4.4.42 Update CONTRIBUTORS for 4.4.42 Update CHANGELOG for 4.4.42
2 parents fb55cb6 + 0533519 commit baff559

File tree

4 files changed

+882
-860
lines changed

4 files changed

+882
-860
lines changed

CHANGELOG-6.0.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,52 @@ 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.9 (2022-05-27)
11+
12+
* bug #46386 [Console]  Fix missing negative variation of negatable options in shell completion (GromNaN)
13+
* bug #46448 [DependencyInjection] Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)
14+
* bug #46442 [FrameworkBundle] Revert "bug #46125 Always add CacheCollectorPass (fancyweb)" (chalasr)
15+
* bug #46443 [DoctrineBridge] Don't reinit managers when they are proxied as ghost objects (nicolas-grekas)
16+
* bug #46427 [FrameworkBundle] fix wiring of annotations.cached_reader (nicolas-grekas)
17+
* bug #46425 [DependencyInjection] Ignore unused bindings defined by attribute (nicolas-grekas)
18+
* bug #46434 [FrameworkBundle] Fix BC break in abstract config commands (yceruto)
19+
* bug #46424 [Form] do not accept array input when a form is not multiple (xabbuh)
20+
* bug #46367 [Mime] Throw exception when body in Email attach method is not ok (alamirault)
21+
* bug #46421 [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
22+
* bug #46401 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode)
23+
* bug #46414 Bootstrap 4 fieldset for row errors (konradkozaczenko)
24+
* bug #46412 [FrameworkBundle] Fix dumping extension config without bundle (yceruto)
25+
* bug #46382 [HttpClient] Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
26+
* bug #46407 [Filesystem] Safeguard (sym)link calls (derrabus)
27+
* bug #46098 [Form] Fix same choice loader with different choice values (HeahDude)
28+
* bug #46380 [HttpClient] Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
29+
* bug #46377 [HttpKernel] Fix missing null type in `ErrorListener::__construct()` (chalasr)
30+
* bug #46249 [HttpFoundation] [Session] Regenerate invalid session id (peter17)
31+
* bug #46328 [Config] Allow scalar configuration in PHP Configuration (jderusse, HypeMC)
32+
* bug #46366 [Mime] Add null check for EmailHeaderSame (magikid)
33+
* bug #46364 [Config] Fix looking for single files in phars with GlobResource (nicolas-grekas)
34+
* bug #46365 [HttpKernel] Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (nicolas-grekas)
35+
* bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
36+
* bug #46325 [Ldap] Fix LDAP connection options (buffcode)
37+
* bug #46341 Fix aliases handling in command name completion (Seldaek)
38+
* bug #46317 [Security/Http] Ignore invalid URLs found in failure/success paths (nicolas-grekas)
39+
* bug #46309 [Security] Fix division by zero (tvlooy)
40+
* bug #46327 [HttpKernel] Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
41+
* bug #46297 [Serializer] Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
42+
* bug #46291 [Console] Suppress unhandled error in some specific use-cases. (rw4lll)
43+
* bug #46302 [ErrorHandler] Fix list of tentative return types (nicolas-grekas)
44+
* bug #45981 [Serializer][PropertyInfo] Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
45+
* bug #46277 [HttpKernel] Fix SessionListener without session in request (edditor)
46+
* bug #46282 [DoctrineBridge] Treat firstResult === 0 like null (derrabus)
47+
* bug #46239 [Translation] Refresh local translations on PushCommand if the provider has domains (Florian-B)
48+
* bug #46276 [DependencyInjection] Fix lazyness of AutowiringFailedException (nicolas-grekas)
49+
* bug #46278 [Workflow] Fix deprecated syntax for interpolated strings (nicolas-grekas)
50+
* bug #46264 [Console] Better required argument check in InputArgument (jnoordsij)
51+
* bug #46262 [EventDispatcher] Fix removing listeners when using first-class callable syntax (javer)
52+
* bug #46216 [Form] fix populating single widget time view data with different timezones (xabbuh)
53+
* bug #46221 [DomCrawler][VarDumper] Fix html-encoding emojis (nicolas-grekas)
54+
* bug #46167 [VarExporter] Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)
55+
1056
* 6.0.8 (2022-04-27)
1157

1258
* bug #46154 [Mailer] Restore X-Transport after failure (zenas1210)

0 commit comments

Comments
 (0)
0