8000 Merge branch '5.3' into 5.4 · symfony/symfony@7b52f24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b52f24

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [VarExporter] Suppress deprecations for legacy fixtures Bump Symfony version to 5.3.8 Update VERSION for 5.3.7 Update CHANGELOG for 5.3.7 Bump Symfony version to 4.4.31 Update VERSION for 4.4.30 Update CONTRIBUTORS for 4.4.30 Update CHANGELOG for 4.4.30
2 parents a05b6a3 + 0a5ce3e commit 7b52f24

File tree

7 files changed

+183
-77
lines changed

7 files changed

+183
-77
lines changed

CHANGELOG-5.3.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.7 (2021-08-30)
11+
12+
* bug #42769 [HttpClient] Don't pass float to `usleep()` (derrabus)
13+
* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
14+
* bug #42345 [Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
15+
* bug #41378 [Messenger] Fix `ErrorDetailsStamp` denormalization (wucdbm)
16+
* bug #42160 [Translation] Extract translatable content on twig set (natewiebe13)
17+
* bug #42053 [Notifier] [Smsapi] fixed checking whether message is sent (damlox)
18+
* bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
19+
* bug #39856 [DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint (xabbuh)
20+
* bug #40545 [HttpFoundation] Fix isNotModified determination logic (ol0lll)
21+
* bug #42368 [FrameworkBundle] Fall back to default configuration in debug:config and consistently resolve parameter values (herndlm)
22+
* bug #41684 Fix Url Validator false positives (sidz)
23+
* bug #42576 [Translation] Reverse fallback locales (ro0NL)
24+
* bug #42721 Escape all special characters for parse_mode MARKDOWN_V2 (thomas2411)
25+
* bug #42707 [Messenger] [AMQP] Do not leak any credentials when connection fails (ruudk)
26+
* bug #42690 [Notifier] Firebase error handling (mishaklomp)
27+
* bug #42628 [PropertyInfo] Support for the `never` return type (derrabus)
28+
* bug #42685 Fix ProgressBar to correctly clear multi-line formats (rtek)
29+
* bug #42649 [Translation] Fix message key handling for the Localise provider (xepozz)
30+
* bug #42659 Ignoring X-Transport header while signing email with DKIM (metaer)
31+
* bug #42585 [ExpressionLanguage] [Lexer] Remove PHP 8.0 polyfill (nigelmann)
32+
* bug #42621 [Security] Don't produce TypeErrors for non-string CSRF tokens (derrabus)
33+
* bug #42596 [Security] Fix wrong cache directive when using the new PUBLIC_ACCESS attribute (wouterj)
34+
* bug #42445 [Cache] fix wiring async cache recomputing in debug mode (nicolas-grekas)
35+
* bug #42365 [Cache] Do not add namespace argument to `NullAdapter` in `CachePoolPass` (olsavmic)
36+
* bug #42331 [HttpKernel] always close open stopwatch section after handling `kernel.request` events (xabbuh)
37+
* bug #42381 [Console] Don't pass null to preg_replace() (derrabus)
38+
* bug #42347 Fix ServiceLocator indexing when service is decorated (shyim)
39+
* bug #42380 [HttpFoundation] Don't pass null to strpos() (derrabus)
40+
* bug #42377 [HttpKernel] Remove preloading legacy event dispatcher (OskarStark)
41+
* bug #42260 Fix return types for PHP 8.1 (derrabus)
42+
* bug #42360 [DoctrineBridge] Typehint against doctrine/persistence interfaces (malarzm)
43+
* bug #42341 [Validator] Update MIR card scheme (ossinkine)
44+
* bug #42321 [PasswordHasher] Fix usage of PasswordHasherAdapter in PasswordHasherFactory (peter17)
45+
1046
* 5.3.6 (2021-07-29)
1147

1248
* bug #42307 [Mailer] Fixed decode exception when sendgrid response is 202 (rubanooo)

0 commit comments

Comments
 (0)
0