8000 Merge branch '6.3' into 6.4 · symfony/symfony@33fedce · GitHub
[go: up one dir, main page]

Skip to content

Commit 33fedce

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Make FormPerformanceTestCase compatible with PHPUnit 10 [Security] Fix resetting traceable listeners [HttpClient] Fix type error with http_version 1.1 [FrameworkBundle] Fix call to invalid method in NotificationAssertionsTrait [Validator] Add missing italian translations Fix order array sum normalizedData and nestedData Fix duplicate component in UPGRADE-6.3.md [Notifier] Tweak an error message Change incorrect message, when the sender in the global envelope or the from header of asEmailMessage() is not defined. [Messenger] Check if PCNTL is installed Bump Symfony version to 6.3.6 Update VERSION for 6.3.5 Update CHANGELOG for 6.3.5 Bump Symfony version to 5.4.30 Update VERSION for 5.4.29 Update CONTRIBUTORS for 5.4.29 Update CHANGELOG for 5.4.29 [Mailer] [Mailgun] Fix outlook sender
2 parents b30ef95 + 7bac663 commit 33fedce

File tree

23 files changed

+216
-48
lines changed

23 files changed

+216
-48
lines changed

CHANGELOG-6.3.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.5 (2023-09-30)
11+
12+
* bug #51773 [Mailer] [Mailgun] Fix outlook sender (Romanavr)
13+
* bug #50761 [DoctrineBridge] Ignore invalid stores in `LockStoreSchemaListener` raised by `StoreFactory` (alexandre-daubois)
14+
* bug #51508 [Messenger] Fix routing to multiple fallback transports (valtzu)
15+
* bug #51468 [Messenger] Fix forced bus name gone after an error in delayed message handling (valtzu)
16+
* bug #51509 [HttpKernel] Fix the order of merging of serializationContext and self::CONTEXT_DENORMALIZE (pedrocasado)
17+
* bug #51701 [Serializer] Fix parsing XML root node attributes (mtarld)
18+
* bug #50787 [Messenger] Fix exiting `messenger:failed:retry` command (HypeMC)
19+
* bug #49700 [Serializer] Fix reindex normalizedData array in AbstractObjectNormalizer::denormalize() (André Laugks)
20+
* bug #51489 [Mime] Fix email (de)serialization issues (X-Coder264)
21+
* bug #51529 [Mailer] [Mailgun] fix parsing of payload timestamp to event date value (DateTimeImmutable) in MailgunPayloadConverter (ovgray)
22+
* bug #51728 [AssetMapper] Fixing jsdelivr regex to catch 2x export syntax in a row (weaverryan)
23+
* bug #51726 [Validator] NoSuspiciousCharacters custom error messages fix (bam1to)
24+
* bug #51588 [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir (HypeMC)
25+
* bug #51754 [Cache] Fix Redis6Proxy (nicolas-grekas)
26+
* bug #51721 [Notifier][Telegram] Add escaping for slashes (igrizzli)
27+
* bug #51704 [Routing] Fix routing collection defaults when adding a new route to a collection (bram123)
28+
* bug #51675 [Messenger] Fix cloned TraceableStack not unstacking the stack independently (krciga22)
29+
* bug #51198 [DependencyInjection] Fix autocasting `null` env values to empty string with `container.env_var_processors_locator` (fancyweb)
30+
* bug #51683 [Cache] Fix support for Redis Sentinel using php-redis 6.0.0 (Qonstrukt)
31+
* bug #51686 [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config (ogizanagi)
32+
* bug #51669 [FrameworkBundle] Handle tags array attributes in descriptors (fancyweb)
33+
* bug #51671 [FrameworkBundle] Fix support for `translator.default_path` i 91FE n XML (HeahDude)
34+
* bug #51659 [HttpClient] Fix TraceableResponse if response has no destruct method (maxhelias)
35+
* bug #51629 [Notifier] Fix Smsmode HttpClient mandatory headers (inwebo)
36+
* bug #51674 [Scheduler] Match next run timezone with "from" timezone (valtzu)
37+
* bug #51598 [Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable (digilist)
38+
* bug #51497 [FrameworkBundle] no serializer mapping cache in debug mode without enable_annotations (soyuka)
39+
* bug #51645 [String] Update wcswidth data with Unicode 15.1 (fancyweb)
40+
* bug #51586 [ErrorHandler] Handle PHP 8.3 `highlight_file` function output changes (PhilETaylor)
41+
* bug #47221 [Serializer] Fallback looking for DiscriminatorMap on interfaces (Caligone)
42+
* bug #50794 [TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession() (Dirkhuethorst)
43+
* bug #51568 [Mailer] bug - fix EsmtpTransport variable $code definition (kgnblg)
44+
* bug #51511 [PasswordHasher] Avoid passing `null` to `hash_pbkdf2()` (sdespont)
45+
1046
* 6.3.4 (2023-08-26)
1147

1248
* bug #51475 [Serializer] Fix union of enum denormalization (mtarld)

0 commit comments

Comments
 (0)
0