8000 Merge branch '6.1' into 6.2 · symfony/symfony@3632f17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3632f17

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: fix merge [FrameworkBundle] Allow to specify `null` for exception mapping configuration values Fix BinaryFileResponse content type detection logic [Notifier] [Expo] Throw exception on error-response from expo api Bump Symfony version to 6.1.6 Update VERSION for 6.1.5 Update CHANGELOG for 6.1.5 Bump Symfony version to 6.0.14 Update VERSION for 6.0.13 Update CHANGELOG for 6.0.13 Bump Symfony version to 5.4.14 Update VERSION for 5.4.13 Update CHANGELOG for 5.4.13 Bump Symfony version to 4.4.47 Update VERSION for 4.4.46 Update CONTRIBUTORS for 4.4.46 Update CHANGELOG for 4.4.46 [Security] Fix login url matching when app is not run with url rewriting or from a sub folder [symfony/mailjet-mailer] Fix bug #47701
2 parents 1b3b14c + e92323d commit 3632f17

File tree

15 files changed

+358
-33
lines changed

15 files changed

+358
-33
lines changed

CHANGELOG-6.0.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,70 @@ 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.13 (2022-09-30)
11+
12+
* bug #47637 [FrameworkBundle] Fix passing `serializer.default_context` option to normalizers (wuchen90)
13+
* bug #47695 [FrameworkBundle] Filter out trans paths that are covered by a parent folder path (natewiebe13)
14+
* bug #45554 [Serializer] Fixed framework.serializer.default_context is not working for JsonEncoder (siganushka)
15+
* bug #47547 [Ldap] Do not run ldap_set_option on failed connection (tatankat)
16+
* bug #47635 [DependencyInjection] EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)
17+
* bug #47578 [Security] Fix AbstractFormLoginAuthenticator return types (AndrolGenhald)
18+
* bug #47614 [FrameworkBundle] Fix a phpdoc in mailer assertions (HeahDude)
19+
* bug #47516 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
20+
* bug #47533 [Messenger] decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
21+
* bug #47530 [HttpFoundation] Always return strings from accept headers (ausi)
22+
* bug #47523 [Uid] Ensure ULIDs are monotonic even when the time goes backward (nicolas-grekas)
23+
* bug #47528 [Form] fix UUID tranformer (nicolas-grekas)
24+
* bug #47488 [Security] Fix valid remember-me token exposure to the second consequent request (Ivan Kurnosov)
25+
* bug #47518 [Uid] Fix validating UUID variant bits (nicolas-grekas)
26+
* bug #47441 [HttpClient] [HttpClientBundle] Bugfix for delayed retryableHttpClient (martkop26)
27+
* bug #47499 [Uid][Validator] Stop to first ULID format violation (ogizanagi)
28+
* bug #47491 [HttpKernel] Prevent exception in RequestDataCollector if request stack is empty (aschempp)
29+
* bug #47497 [Bridge] Fix mkdir() race condition in ProxyCacheWarmer (andrey-tech)
30+
* bug #47415 [HttpClient] Psr18Client ignore invalid HTTP headers (nuryagdym)
31+
* bug #47394 [Console] [Completion] Make bash completion run in non interactive mode (Seldaek)
32+
* bug #47455 [Mime] Fix TextPart broken after being serialized (fabpot)
33+
* bug #47423 [String] CamelCase/SnakeCase on uppercase word (mpiot)
34+
* bug #47435 [HttpKernel] lock when writting profiles (nicolas-grekas)
35+
* bug #47417 [WebProfilerBundle] Fix profile search bar link query params (HeahDude)
36+
* bug #47437 [Mime] Fix email rendering when having inlined parts that are not related to the content (fabpot)
37+
* bug #47434 [HttpFoundation] move flushing outside of Response::closeOutputBuffers (nicolas-grekas)
38+
* bug #47351 [FrameworkBundle] Do not throw when describing a factory definition (MatTheCat)
39+
* bug #47403 [Mailer] Fix edge cases in STMP transports (fabpot)
40+
* bug #47372 [Console] Fix OutputFormatterStyleStack::getCurrent return type (alamirault)
41+
* bug #47391 [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages (rwionczek)
42+
* bug #47368 [Security] Count remember me cookie parts before accessing the second (MatTheCat)
43+
* bug #47358 Fix broken request stack state if throwable is thrown. (Warxcell)
44+
* bug #47304 [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder (Guite)
45+
* bug #47329 Email image parts: regex for single closing quote (rr-it)
46+
* bug #47335 [Security] [AbstractToken] getUserIdentifier() must return a string (mpiot)
47+
* bug #47283 [HttpFoundation] Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
48+
* bug #47128 [Serializer] Throw InvalidArgumentException if the data needed in the constructor doesn't belong to a backedEnum (allison guilhem)
49+
* bug #47273 [HttpFoundation] Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
50+
* bug #47255 [Serializer] Fix get accessor regex in AnnotationLoader (jsor)
51+
* bug #47238 [HttpKernel] Fix passing `null` to `\trim()` method in LoggerDataCollector (SVillette)
52+
* bug #47216 [Translation] Crowdin provider throw Exception when status is 50x (alamirault)
53+
* bug #47209 Always attempt to listen for notifications (goetas)
54+
* bug #47211 [Validator] validate nested constraints only if they are in the same group (xabbuh)
55+
* bug #47218 [Console] fix dispatch signal event check for compatibility with the contract interface (xabbuh)
56+
* bug #47200 [Form] ignore missing keys when mapping DateTime objects to uninitialized arrays (xabbuh)
57+
* bug #47189 [Validator] Add additional hint when `egulias/email-validator` needs to be installed (mpdude)
58+
* bug #47195 [FrameworkBundle] fix writes to static $kernel property (xabbuh)
59+
* bug #47185 [String] Fix snake conversion (simPod)
60+
* bug #47175 [DowCrawler] Fix locale-sensitivity of whitespace normalization (nicolas-grekas)
61+
* bug #47171 [TwigBridge] suggest to install the Twig bundle when the required component is already installed (xabbuh)
62+
* bug #47169 [Serializer] Fix throwing right exception in ArrayDenormalizer with invalid type (norkunas)
63+
* bug #47161 [Mailer] Fix logic (fabpot)
64+
* bug #47157 [Messenger] Fix Doctrine transport on MySQL (nicolas-grekas)
65+
* bug #47155 [Filesystem] Remove needless `mb_*` calls (HellFirePvP)
66+
* bug #46190 [Translation] Fix translator overlapse (Xavier RENAUDIN)
67+
* bug #47142 [Mailer] Fix error message in case of an STMP error (fabpot)
68+
* bug #45333 [Console] Fix ConsoleEvents::SIGNAL subscriber dispatch (GwendolenLynch)
69+
* bug #47145 [HttpClient] Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
70+
* bug #47143 [HttpClient] Fix memory leak when using StreamWrapper (nicolas-grekas)
71+
* bug #47130 [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)
72+
* bug #47129 [FrameworkBundle] remove the ChatterInterface alias when the chatter service is removed (xabbuh)
73+
1074
* 6.0.12 (2022-08-26)
1175

1276
* bug #47372 [Console] Fix OutputFormatterStyleStack::getCurrent return type (alamirault)

CHANGELOG-6.1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.5 (2022-09-30)
11+
12+
* bug #47703 [Mailer][Mailjet] Apply the default value of 512 for max depths (nurtext)
13+
* bug #47637 [FrameworkBundle] Fix passing `serializer.default_context` option to normalizers (wuchen90)
14+
* bug #47695 [FrameworkBundle] Filter out trans paths that are covered by a parent folder path (natewiebe13)
15+
* bug #45554 [Serializer] Fixed framework.serializer.default_context is not working for JsonEncoder (siganushka)
16+
* bug #47547 [Ldap] Do not run ldap_set_option on failed connection (tatankat)
17+
* bug #47635 [DependencyInjection] EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)
18+
* bug #47675 [HttpKernel] Use Accept-Language header even if there are no enabled locales (MatTheCat)
19+
* bug #47578 [Security] Fix AbstractFormLoginAuthenticator return types (AndrolGenhald)
20+
* bug #47614 [FrameworkBundle] Fix a phpdoc in mailer assertions (HeahDude)
21+
* bug #47227 [Messenger] Support for custom handler method containing a Union type tagged with #[AsMessageHandler] (ArchitectNate)
22+
* bug #47516 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
23+
* bug #47533 [Messenger] decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
24+
* bug #47530 [HttpFoundation] Always return strings from accept headers (ausi)
25+
* bug #47529 [Routing] Reject v2 UUIDs (nicolas-grekas)
26+
* bug #47523 [Uid] Ensure ULIDs are monotonic even when the time goes backward (nicolas-grekas)
27+
* bug #47528 [Form] fix UUID tranformer (nicolas-grekas)
28+
* bug #47488 [Security] Fix valid remember-me token exposure to the second consequent request (Ivan Kurnosov)
29+
* bug #47518 [Uid] Fix validating UUID variant bits (nicolas-grekas)
30+
* bug #47441 [HttpClient] [HttpClientBundle] Bugfix for delayed retryableHttpClient (martkop26)
31+
* bug #47499 [Uid][Validator] Stop to first ULID format violation (ogizanagi)
32+
* bug #47491 [HttpKernel] Prevent exception in RequestDataCollector if request stack is empty (aschempp)
33+
* bug #47497 [Bridge] Fix mkdir() race condition in ProxyCacheWarmer (andrey-tech)
34+
* bug #47415 [HttpClient] Psr18Client ignore invalid HTTP headers (nuryagdym)
35+
* bug #47463 [Console] [Completion] Make fish completion run in non interactive mode (Seldaek)
36+
* bug #47394 [Console] [Completion] Make bash completion run in non interactive mode (Seldaek)
37+
* bug #47455 [Mime] Fix TextPart broken after being serialized (fabpot)
38+
* bug #47423 [String] CamelCase/SnakeCase on uppercase word (mpiot)
39+
* bug #47435 [HttpKernel] lock when writting profiles (nicolas-grekas)
40+
* bug #47417 [WebProfilerBundle] Fix profile search bar link query params (HeahDude)
41+
* bug #47437 [Mime] Fix email rendering when having inlined parts that are not related to the content (fabpot)
42+
* bug #47434 [HttpFoundation] move flushing outside of Response::closeOutputBuffers (nicolas-grekas)
43+
* bug #47351 [FrameworkBundle] Do not throw when describing a factory definition (MatTheCat)
44+
* bug #47403 [Mailer] Fix edge cases in STMP transports (fabpot)
45+
1046
* 6.1.4 (2022-08-26)
1147

1248
* bug #47372 [Console] Fix OutputFormatterStyleStack::getCurrent return type (alamirault)

0 commit comments

Comments
 (0)
0