Skip to content

Commit e983035

Browse files
Merge branch '5.1'
* 5.1: reduce column length for MySQL 5.6 compatibility Minor improvement Removed redundant strtolower in ConsumeMessagesCommand getContainer cannot return null anymore HttpClient profiler error Fix RedisStore constructor signature Bump Symfony version to 5.1.4 Update VERSION for 5.1.3 Update CHANGELOG for 5.1.3 Bump Symfony version to 4.4.12 Update VERSION for 4.4.11 Update CHANGELOG for 4.4.11 Bump Symfony version to 3.4.44 updated VERSION for 3.4.43 update CONTRIBUTORS for 3.4.43 updated CHANGELOG for 3.4.43 Fix author for class CachePoolClearerCacheWarmer
2 parents 0ab5eed + f03a4b3 commit e983035

File tree

11 files changed

+228
-47
lines changed

11 files changed

+228
-47
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? | master for features / 3.4, 4.4, 5.0 or 5.1 for bug fixes <!-- see below -->
3+
| Branch? | master for features / 3.4, 4.4 or 5.1 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 -->

CHANGELOG-4.4.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,70 @@ in 4.4 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/v4.4.0...v4.4.1
99

10+
* 4.4.11 (2020-07-24)
11+
12+
* bug #37590 Allows RedisClusterProxy instance in Lock RedisStore (jderusse)
13+
* bug #37583 [Mime] Fix EmailHeaderSame to make use of decoded value (evertharmeling)
14+
* bug #37569 [Messenger] Allow same middleware to be used multiple times with different arguments (HypeMC)
15+
* bug #37624 [Cache] Connect to RedisCluster with password auth (mforbak)
16+
* bug #37635 [Cache] fix catching auth errors (nicolas-grekas)
17+
* bug #37628 [Serializer] Support multiple levels of discriminator mapping (jeroennoten)
18+
* bug #37572 [FrameworkBundle] set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
19+
* bug #37607 Fix checks for phpunit releases on Composer 2 (colinodell)
20+
* bug #37594 Use hexadecimal numerals instead of hexadecimals in strings to repres… (arekzb)
21+
* bug #37576 [WebProfilerBundle] modified url generation to use absolute urls (smatyas)
22+
* bug #36888 [Mailer] Fix mandrill raw http request setting from email/name (JohJohan)
23+
* bug #37527 [Mailer] Fix reply-to functionality in the SendgridApiTransport (jt2k)
24+
* bug #37581 [Mime] Fix compat with HTTP requests (fabpot)
25+
* bug #37580 [Mime] Keep Sender full address when used by non-SMTP transports (fabpot)
26+
* bug #37511 [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
27+
* bug #37562 [Cache] Use the default expiry when saving (not when creating) items (philipp-kolesnikov)
28+
* bug #37563 Fix DBAL deprecation (nicolas-grekas)
29+
* bug #37521 [Form] Fix ChoiceType translation domain (VincentLanglet)
30+
* bug #37550 [OptionsResolver] Fix force prepend normalizer (hason)
31+
* bug #37520 [Form] silently ignore uninitialized properties when mapping data to forms (ph-fritsche)
32+
* bug #37526 [Cache][Config] ensure compatibility with PHP 8 stack traces (xabbuh)
33+
* bug #37513 [PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 (gennadigennadigennadi)
34+
* bug #37461 [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
35+
* bug #37505 [Form] fix handling null as empty data (xabbuh)
36+
* bug #37385 [Console] Fixes question input encoding on Windows (YaFou)
37+
* bug #37491 [HttpClient] Fix promise behavior in HttplugClient (brentybh)
38+
* bug #37469 [Console] always use stty when possible to ask hidden questions (nicolas-grekas)
39+
* bug #37486 [HttpClient] fix parsing response headers in CurlResponse (nicolas-grekas)
40+
* bug #37484 [HttpClient][CurlHttpClient] Fix http_version option usage (fancyweb)
41+
* bug #37447 [Validator] fix validating lazy properties that evaluate to null (xabbuh)
42+
* bug #37464 [ErrorHandler] fix throwing from __toString() (nicolas-grekas)
43+
* bug #37449 [Translation] Fix caching of parent locales file in translator (jvasseur)
44+
* bug #37418 [PhpUnitBridge] Fix compatibility with phpunit 9.3 (Gennadi Janzen)
45+
* bug #37441 [DoctrineBridge] work around Connection::ping() deprecation (nicolas-grekas)
46+
* bug #37291 [MimeType] Duplicated MimeType due to PHP Bug (juanmrad)
47+
* bug #37429 [DI] fix parsing of argument type=binary in xml (Tobion)
48+
* bug #37425 [Form] fix guessing form types for DateTime types (xabbuh)
49+
* bug #37392 [Validator] fix handling typed properties as constraint options (xabbuh)
50+
* bug #37358 Directly use the driverConnection executeUpdate method (TristanPouliquen)
51+
* bug #37389 [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (YaFou)
52+
* bug #37379 [HttpClient] Support for cURL handler objects (derrabus)
53+
* bug #37383 [VarDumper] Support for cURL handler objects (derrabus)
54+
* bug #37395 add .body wrapper element (Nemo64)
55+
* bug #37400 [HttpClient] unset activity list when creating CurlResponse (nicolas-grekas)
56+
* bug #36304 Check whether path is file in DataPart::fromPath() (freiondrej)
57+
* bug #37345 [Form] collect all transformation failures (xabbuh)
58+
* bug #37362 [SecurityBundle] Drop cache.security_expression_language service if invalid (chalasr)
59+
* bug #37353 [DI] disable preload.php on the CLI (nicolas-grekas)
60+
* bug #37268 [Messenger] Fix precedence of DSN options for 4.4 (jderusse)
61+
* bug #37341 Fix support for PHP8 union types (nicolas-grekas)
62+
* bug #37271 [FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
63+
* bug #37340 Fix support for PHP8 union types (nicolas-grekas)
64+
* bug #37275 [DI] tighten detection of local dirs to prevent false positives (nicolas-grekas)
65+
* bug #37090 [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (kick-the-bucket)
66+
* bug #36230 [VarDumper] Fix CliDumper coloration on light arrays (l-vo)
67+
* bug #37270 [FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
68+
* bug #37319 [HttpClient] Convert CurlHttpClient::handlePush() to instance method (mpesari)
69+
* bug #37342 [Cache] fix compat with DBAL v3 (nicolas-grekas)
70+
* bug #37286 [Console] Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
71+
* bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)
72+
* bug #36975 [PropertyInfo] Make PhpDocExtractor compatible with phpDocumentor v5 (DerManoMann)
73+
1074
* 4.4.10 (2020-06-12)
1175

1276
* bug #37227 [DependencyInjection][CheckTypeDeclarationsPass] Handle unresolved parameters pointing to environment variables (fancyweb)

CHANGELOG-5.1.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,85 @@ in 5.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/v5.1.0...v5.1.1
99

10+
* 5.1.3 (2020-07-24)
11+
12+
* bug #37590 Allows RedisClusterProxy instance in Lock RedisStore (jderusse)
13+
* bug #37583 [Mime] Fix EmailHeaderSame to make use of decoded value (evertharmeling)
14+
* bug #37569 [Messenger] Allow same middleware to be used multiple times with different arguments (HypeMC)
15+
* bug #37624 [Cache] Connect to RedisCluster with password auth (mforbak)
16+
* bug #37635 [Cache] fix catching auth errors (nicolas-grekas)
17+
* bug #37628 [Serializer] Support multiple levels of discriminator mapping (jeroennoten)
18+
* bug #37629 [Messenger] fix ignored account & endpoint options amazon sqs connection (surikman)
19+
* bug #37572 [FrameworkBundle] set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
20+
* bug #37558 Removed @internal from Composite (vudaltsov)
21+
* bug #37607 Fix checks for phpunit releases on Composer 2 (colinodell)
22+
* bug #37611 [Mailer] Fix failover transport (fabpot)
23+
* bug #37594 Use hexadecimal numerals instead of hexadecimals in strings to repres… (arekzb)
24+
* bug #37576 [WebProfilerBundle] modified url generation to use absolute urls (smatyas)
25+
* bug #36888 [Mailer] Fix mandrill raw http request setting from email/name (JohJohan)
26+
* bug #37527 [Mailer] Fix reply-to functionality in the SendgridApiTransport (jt2k)
27+
* bug #37581 [Mime] Fix compat with HTTP requests (fabpot)
28+
* bug #37580 [Mime] Keep Sender full address when used by non-SMTP transports (fabpot)
29+
* bug #37511 [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
30+
* bug #37562 [Cache] Use the default expiry when saving (not when creating) items (philipp-kolesnikov)
31+
* bug #37563 Fix DBAL deprecation (nicolas-grekas)
32+
* bug #37521 [Form] Fix ChoiceType translation domain (VincentLanglet)
33+
* bug #37550 [OptionsResolver] Fix force prepend normalizer (hason)
34+
* bug #37520 [Form] silently ignore uninitialized properties when mapping data to forms (ph-fritsche)
35+
* bug #37543 [PhpUnitBridge] consider traits imported in parent classes (xabbuh)
36+
* bug #37515 [PhpUnitBridge] Fix expectDeprecation() in isolation (alexpott)
37+
* bug #37526 [Cache][Config] ensure compatibility with PHP 8 stack traces (xabbuh)
38+
* bug #37513 [PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 (gennadigennadigennadi)
39+
* bug #37514 [String] throw when Alpine is used and translit fails (nicolas-grekas)
40+
* bug #37504 [Security\Http] Skip remember-me logout on empty token (chalasr)
41+
* bug #37461 [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
42+
* bug #37505 [Form] fix handling null as empty data (xabbuh)
43+
* bug #37385 [Console] Fixes question input encoding on Windows (YaFou)
44+
* bug #37499 [Form] Missing return in loadValuesForChoices method (yceruto)
45+
* bug #37491 [HttpClient] Fix promise behavior in HttplugClient (brentybh)
46+
* bug #37469 [Console] always use stty when possible to ask hidden questions (nicolas-grekas)
47+
* bug #37486 [HttpClient] fix parsing response headers in CurlResponse (nicolas-grekas)
48+
* bug #37484 [HttpClient][CurlHttpClient] Fix http_version option usage (fancyweb)
49+
* bug #37447 [Validator] fix validating lazy properties that evaluate to null (xabbuh)
50+
* bug #37464 [ErrorHandler] fix throwing from __toString() (nicolas-grekas)
51+
* bug #37449 [Translation] Fix caching of parent locales file in translator (jvasseur)
52+
* bug #37440 [HttpClient] fix casting TraceableResponse to php streams (nicolas-grekas)
53+
* bug #37418 [PhpUnitBridge] Fix compatibility with phpunit 9.3 (Gennadi Janzen)
54+
* bug #37441 [DoctrineBridge] work around Connection::ping() deprecation (nicolas-grekas)
55+
* bug #37291 [MimeType] Duplicated MimeType due to PHP Bug (juanmrad)
56+
* bug #37435 [DI] fix minor perf regression when creating non-shared services (nicolas-grekas)
57+
* bug #37429 [DI] fix parsing of argument type=binary in xml (Tobion)
58+
* bug #37425 [Form] fix guessing form types for DateTime types (xabbuh)
59+
* bug #37392 [Validator] fix handling typed properties as constraint options (xabbuh)
60+
* bug #37325 Fix the supports() method argument type of the security voter (francoispluchino)
61+
* bug #37358 Directly use the driverConnection executeUpdate method (TristanPouliquen)
62+
* bug #37389 [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (YaFou)
63+
* bug #37379 [HttpClient] Support for cURL handler objects (derrabus)
64+
* bug #37383 [VarDumper] Support for cURL handler objects (derrabus)
65+
* bug #37395 add .body wrapper element (Nemo64)
66+
* bug #37400 [HttpClient] unset activity list when creating CurlResponse (nicolas-grekas)
67+
* bug #37396 [DI] Fix call to sprintf in ServicesConfigurator::stack() (dunglas)
68+
* bug #37368 [Security] Resolve event bubbling of logout + new events in a compiler pass (wouterj)
69+
* bug #36304 Check whether path is file in DataPart::fromPath() (freiondrej)
70+
* bug #37366 [SecurityBundle] Fix UserCheckerListener registration with custom user checker (wouterj)
71+
* bug #37364 [Messenger] fixed queue_name option on amazon sqs connection (ck-developer)
72+
* bug #37345 [Form] collect all transformation failures (xabbuh)
73+
* bug #37362 [SecurityBundle] Drop cache.security_expression_language service if invalid (chalasr)
74+
* bug #37353 [DI] disable preload.php on the CLI (nicolas-grekas)
75+
* bug #37268 [Messenger] Fix precedence of DSN options for 4.4 (jderusse)
76+
* bug #37269 [Lock][Messenger] Fix precedence of DSN options for 5.1 (jderusse)
77+
* bug #37341 Fix support for PHP8 union types (nicolas-grekas)
78+
* bug #37271 [FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
79+
* bug #37340 Fix support for PHP8 union types (nicolas-grekas)
80+
* bug #37275 [DI] tighten detection of local dirs to prevent false positives (nicolas-grekas)
81+
* bug #37090 [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (kick-the-bucket)
82+
* bug #36230 [VarDumper] Fix CliDumper coloration on light arrays (l-vo)
83+
* bug #37270 [FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
84+
* bug #37312 Fix package rename when releasing (94noni)
85+
* bug #37319 [HttpClient] Convert CurlHttpClient::handlePush() to instance method (mpesari)
86+
* bug #37342 [Cache] fix compat with DBAL v3 (nicolas-grekas)
87+
* bug #37327 [HttpFoundation] Allow `null` in InputBag@set (taylorotwell)
88+
1089
* 5.1.2 (2020-06-15)
1190

1291
* bug #37265 [HttpFoundation] use InputBag for Request::$request only if data is coming from a form (nicolas-grekas)

0 commit comments

Comments
 (0)