Skip to content

Commit 6ac7821

Browse files
committed
Merge branch '6.4' of https://github.com/symfony/symfony into kafka-transport
2 parents 9c5f90b + d6d233b commit 6ac7821

File tree

866 files changed

+13862
-3474
lines changed

Some content is hidden

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

866 files changed

+13862
-3474
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | 6.4 for features / 5.4, 6.2, or 6.3 for bug fixes <!-- see below -->
3+
| Branch? | 6.4 for features / 5.4, or 6.3 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
66
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->

.github/expected-missing-return-types.diff

Lines changed: 258 additions & 1003 deletions
Large diffs are not rendered by default.

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,6 @@ jobs:
247247
tar -xjf php-8.1.2-pcntl-sigchild.tar.bz2
248248
cd ..
249249
250+
mkdir -p /opt/php/lib
251+
echo memory_limit=-1 > /opt/php/lib/php.ini
250252
./build/php/bin/php ./phpunit --colors=always src/Symfony/Component/Process

CHANGELOG-6.2.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ 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.14 (2023-07-31)
11+
12+
* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)
13+
14+
* 6.2.13 (2023-07-30)
15+
16+
* bug #50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (HypeMC)
17+
* bug #51071 [VarExporter] Fix calling scope detection inside magic accessors (vtsykun)
18+
* bug #51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (lyrixx)
19+
* bug #51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (fancyweb)
20+
* bug #50788 [Validator] Fix regression with class metadatada on parent classes (rmikalkenas)
21+
* bug #51017 [VarExporter] Fix exporting classes with __serialize() but not __unserialize() (fancyweb)
22+
* bug #51031 Fix deprecations on PHP 8.3 (nicolas-grekas)
23+
* bug #51000 [WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug (alexbuyanow)
24+
* bug #50985 [DependencyInjection] Fix fetching lazy non-shared services multiple times (HypeMC)
25+
* bug #50994 [ErrorHandler][Runtime] Don't mess with ini_set('assert.warning') (nicolas-grekas)
26+
* bug #50968 [PropertyAccess] Fix access to undefined "file" key when checking stack frames (nicolas-grekas)
27+
* bug #50552 [Security] Allow custom scheme to be used as redirection URIs (Spomky)
28+
* bug #50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (HypeMC)
29+
* bug #50913 [HttpKernel][WebProfilerBundle] Fix search feature (Cyril HERRERA)
30+
* bug #50937 [Form] fetch all known ChoiceType values at once (xabbuh)
31+
* bug #50944 [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command (HypeMC)
32+
* bug #49070 [RateLimiter] fix incorrect retryAfter of FixedWindow (RobertMe)
33+
* bug #50960 [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector` (lyrixx, HypeMC)
34+
* bug #50943 [Intl] Taking into account bibliographic + overlong (oleg-andreyev)
35+
* bug #50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (nicolas-grekas)
36+
* bug #50475 [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs (Okhoshi)
37+
* bug #47252 [PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader (leongersen)
38+
* bug #50582 [Security/Http] Fix false-string handling in `RememberMeAuthenticator` (ossinkine)
39+
* bug #50595 [DependencyInjection] Don't ignore attributes on the actual decorator (HypeMC)
40+
* bug #50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (DidierLmn)
41+
* bug #50813 [DoctrineBridge] Load refreshed user proxy (MatTheCat)
42+
* bug #50905 [DepdencyInjection] Fix costly logic when checking errored definitions (nicolas-grekas)
43+
* bug #50884 [Finder] Fix initial directory is opened twice (mvorisek)
44+
* bug #50881 [Messenger] Fix passing options set via tags to handler descriptors (nicolas-grekas)
45+
* feature #50838 [DoctrineBridge] Remove outdated comment (HeahDude)
46+
* bug #50837 [DependencyInjection] Fix autocasting null env values to empty string (fancyweb)
47+
* bug #50819 [SecurityBundle] Do not translate `Bearer` header’s `error_description` (MatTheCat)
48+
* bug #50793 [DependencyInjection] Fix resource tracking for lazy services (nicolas-grekas)
49+
* bug #50810 [String] Fix Inflector for 'status' (evertharmeling)
50+
1051
* 6.2.12 (2023-06-26)
1152

1253
* bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (nicolas-grekas)

CHANGELOG-6.3.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,59 @@ in 6.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/v6.3.0...v6.3.1
99

10+
* 6.3.3 (2023-07-31)
11+
12+
* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)
13+
14+
* 6.3.2 (2023-07-30)
15+
16+
* bug #51138 [Scheduler] Postpone schedule creation (HypeMC)
17+
* bug #50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (HypeMC)
18+
* bug #51071 [VarExporter] Fix calling scope detection inside magic accessors (vtsykun)
19+
* bug #51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (lyrixx)
20+
* bug #51102 [Webhook] Allow slash in webhook type (alamirault)
21+
* bug #51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (fancyweb)
22+
* bug #51055 [Scheduler] Fix NPE in `debug:scheduler` command (maxbeckers)
23+
* bug #51042 [Mailer] [Mailgun] Disable tls for mailgun as it should use STARTTLS (joelwurtz)
24+
* bug #51056 [SecurityBundle] Add `firewalls.logout.csrf_token_manager` to XSD (HeahDude)
25+
* bug #51065 [AssetMapper] Fixing import parsing from jsdelivr (weaverryan)
26+
* bug #50788 [Validator] Fix regression with class metadatada on parent classes (rmikalkenas)
27+
* bug #51030 [Intl] Fixed directory traversal in emoji compression tool (rlandgrebe)
28+
* bug #51017 [VarExporter] Fix exporting classes with __serialize() but not __unserialize() (fancyweb)
29+
* bug #51031 Fix deprecations on PHP 8.3 (nicolas-grekas)
30+
* bug #51000 [WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug (alexbuyanow)
31+
* bug #50985 [DependencyInjection] Fix fetching lazy non-shared services multiple times (HypeMC)
32+
* bug #50994 [ErrorHandler][Runtime] Don't mess with ini_set('assert.warning') (nicolas-grekas)
33+
* bug #50988 [DependencyInjection] Run the `ResolveFactoryClassPass` when `lint:container` builds the container from a dump (MatTheCat)
34+
* bug #50968 [PropertyAccess] Fix access to undefined "file" key when checking stack frames (nicolas-grekas)
35+
* bug #50552 [Security] Allow custom scheme to be used as redirection URIs (Spomky)
36+
* bug #50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (HypeMC)
37+
* bug #50913 [HttpKernel][WebProfilerBundle] Fix search feature (Cyril HERRERA)
38+
* bug #50963 [Messenger] do not listen to signals if the pcntl extension is missing (xabbuh)
39+
* bug #50937 [Form] fetch all known ChoiceType values at once (xabbuh)
40+
* bug #50944 [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command (HypeMC)
41+
* bug #49070 [RateLimiter] fix incorrect retryAfter of FixedWindow (RobertMe)
42+
* bug #50960 [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector` (lyrixx, HypeMC)
43+
* bug #50943 [Intl] Taking into account bibliographic + overlong (oleg-andreyev)
44+
* bug #50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (nicolas-grekas)
45+
* bug #50893 [Notifier] Fix Esendex messages serialization (raphael-geffroy)
46+
* bug #50475 [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs (Okhoshi)
47+
* bug #47252 [PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader (leongersen)
48+
* bug #50582 [Security/Http] Fix false-string handling in `RememberMeAuthenticator` (ossinkine)
49+
* bug #50595 [DependencyInjection] Don't ignore attributes on the actual decorator (HypeMC)
50+
* bug #50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (DidierLmn)
51+
* bug #50813 [DoctrineBridge] Load refreshed user proxy (MatTheCat)
52+
* bug #50905 [DepdencyInjection] Fix costly logic when checking errored definitions (nicolas-grekas)
53+
* bug #50884 [Finder] Fix initial directory is opened twice (mvorisek)
54+
* bug #50818 [Scheduler] Fix `PeriodicalTrigger` from argument for stateful run dates (StanJansen)
55+
* bug #50881 [Messenger] Fix passing options set via tags to handler descriptors (nicolas-grekas)
56+
* feature #50838 [DoctrineBridge] Remove outdated comment (HeahDude)
57+
* bug #50837 [DependencyInjection] Fix autocasting null env values to empty string (fancyweb)
58+
* bug #50819 [SecurityBundle] Do not translate `Bearer` header’s `error_description` (MatTheCat)
59+
* bug #50793 [DependencyInjection] Fix resource tracking for lazy services (nicolas-grekas)
60+
* bug #50810 [String] Fix Inflector for 'status' (evertharmeling)
61+
* bug #50776 [Serializer] Fix type error not be accessed before initialization (shyim)
62+
1063
* 6.3.1 (2023-06-26)
1164

1265
* bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (nicolas-grekas)

0 commit comments

Comments
 (0)