Skip to content

Commit 8436b91

Browse files
committed
Merge branch 'feat/debug-event-dispatcher-autocomplete' of github.com:stephenkhoo/symfony into feat/debug-event-dispatcher-autocomplete
2 parents f70d185 + 6c6f9fa commit 8436b91

File tree

1,070 files changed

+19893
-4670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,070 files changed

+19893
-4670
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: 🐛 Bug Report
2+
description: ⚠️ See below for security reports
3+
labels: Bug
4+
5+
body:
6+
- type: input
7+
id: affected-versions
8+
attributes:
9+
label: Symfony version(s) affected
10+
placeholder: x.y.z
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Description
17+
description: A clear and consise description of the problem
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: how-to-reproduce
22+
attributes:
23+
label: How to reproduce
24+
description: |
25+
Code and/or config needed to reproduce the problem.
26+
If it's a complex bug, create a "bug reproducer" as explained in https://symfony.com/doc/current/contributing/code/reproducer.html
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: possible-solution
31+
attributes:
32+
label: Possible Solution
33+
description: "Optional: only if you have suggestions on a fix/reason for the bug"
34+
- type: textarea
35+
id: additional-context
36+
attributes:
37+
label: Additional Context
38+
description: "Optional: any other context about the problem: log messages, screenshots, etc."
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 🚀 Feature Request
2+
description: RFC and ideas for new features and improvements
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Description
8+
description: A clear and concise description of the new feature
9+
validations:
10+
required: true
11+
- type: textarea
12+
id: example
13+
attributes:
14+
label: Example
15+
description: |
16+
A simple example of the new feature in action (include PHP code, YAML config, etc.)
17+
If the new feature changes an existing feature, include a simple before/after comparison.

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
4242
// explicit trigger_error tests
4343
->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php')
44+
// stop removing spaces on the end of the line in strings
45+
->notPath('Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php')
4446
)
4547
->setCacheFile('.php-cs-fixer.cache')
4648
;

CHANGELOG-5.3.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ 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.10 (2021-10-29)
11+
12+
* bug #43798 [Dotenv] Duplicate $_SERVER values in $_ENV if they don't exist (fancyweb)
13+
* bug #43799 [PhpUnitBridge] fix symlink to bridge in docker by making its path relative (nicolas-grekas)
14+
* bug #43801 [TwigBundle] fix auto-enabling assets/expression/routing/yaml/workflow extensions (nicolas-grekas)
15+
* bug #43790 [String] Fix inflector for "zombies" (acodispo)
16+
* bug #43781 [Messenger] Fix `TraceableMessageBus` implementation so it can compute caller even when used within a callback (Ocramius)
17+
* bug #43589 [Lock] Fix incorrect return type in PostgreSqlStore (GromNaN)
18+
* bug #43627 [Framework][Secrets] Fix service definition when local vault is disabled (GromNaN)
19+
* bug #43579 [DependencyInjection] Fix autowiring tagged arguments from attributes (Okhoshi)
20+
* bug #43655 [VarDumper] Fix dumping twig templates found in exceptions (event15)
21+
* bug #43484 [Messenger] Fix Redis Transport when username is empty (villfa)
22+
* bug #43659 Fix logging of impersonator introduced in 5.3 (johanwilfer)
23+
* bug #43630 [Messenger] Fix unwrapping the Postgres connection in DBAL 3 (derrabus)
24+
* bug #43568 [Messenger] fix: TypeError in PhpSerializer::encode() (dsech)
25+
* bug #43591 [Config] Fix files sorting in GlobResource (lyrixx)
26+
* bug #43569 [HttpClient] fix collecting debug info on destruction of CurlResponse (nicolas-grekas)
27+
* bug #43545 [DependencyInjection] fix "url" env var processor (nicolas-grekas)
28+
* bug #43537 [HttpClient] fix RetryableHttpClient when a response is canceled (nicolas-grekas)
29+
* bug #43533 [Uid] fix 4 missing bits of entropy in UUIDv4 (nicolas-grekas)
30+
* bug #43376 [Runtime] Fix class validation of composer "extra.runtime.class" (piku235)
31+
* bug #43413 [VarDumper] Fix error with uninitialized XMLReader (villfa)
32+
* bug #43439 [Notifier] [RocketChat] Fix undefined index for message id (OskarStark)
33+
* bug #43408 [Notifier] Fix 'Undefined array key' error in FirebaseTransport (villfa)
34+
* bug #43388 [Validator] Fixes URL validation for single-char subdomains (DfKimera)
35+
* bug #41534 [Form] Fix ChoiceType to effectively set and use translator (marek-binkowski-sim)
36+
* bug #43364 [Translation] Use symfony default locale when pulling translations from providers (Yoann MOROCUTTI)
37+
* bug #43333 [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services (nicolas-grekas)
38+
* bug #43302 [Cache] Commit items implicitly only when deferred keys are requested (Sergey Belyshkin)
39+
* bug #43330 [Cache][Lock] fix SQLSRV throws for method_exists() (GDmac)
40+
* bug #43270 [VarDumper] Fix handling of "new" in initializers on PHP 8.1 (nicolas-grekas)
41+
* bug #43312 [Translation] [Bridge] [Lokalise] do not export empty strings (taranovegor)
42+
* bug #43277 [DependencyInjection] fix support for "new" in initializers on PHP 8.1 (nicolas-grekas)
43+
* bug #43243 [HttpClient] accept headers when CURLE_RECV_ERROR is received before the content (nicolas-grekas)
44+
* bug #43208 [Serializer] Attributes that extend serializer`s annotations are not ignored by the serialization process (Alexander Onatskiy)
45+
* bug #43241 [PhpUnitBridge] Do not override correct triggering file for return type deprecations (wouterj)
46+
* bug #43204 [Serializer] Fix denormalizing XML array with empty body (5.x) (alexandre-daubois)
47+
* bug #43205 [Serializer] Fix denormalizing XML array with empty body (4.4) (alexandre-daubois)
48+
* bug #43235 [Security] Remove annoying deprecation in `UsageTrackingTokenStorage` (chalasr)
49+
1050
* 5.3.9 (2021-09-28)
1151

1252
* Fix subtree split issue

0 commit comments

Comments
 (0)