Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f58b61

Browse files
authored
Merge pull request #37999 from fabpot/release-5.1.4
released v5.1.4
2 parents 96151f3 + 94ca568 commit 8f58b61

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

CHANGELOG-5.1.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,64 @@ 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.4 (2020-08-31)
11+
12+
* bug #37966 [HttpClient][MockHttpClient][DX] Throw when the response factory callable does not return a valid response (fancyweb)
13+
* bug #37971 [PropertyInfo] Backport support for typed properties (PHP 7.4) (dunglas)
14+
* bug #37970 [PhpUnitBridge] Polyfill new phpunit 9.1 assertions (phpfour)
15+
* bug #37960 [PhpUnit] Add polyfill for assertMatchesRegularExpression() (dunglas)
16+
* bug #37941 [TwigBridge] allow null for $message of filter method `trans` (Flinsch)
17+
* bug #37622 [PropertyAccess] Fix accessing dynamic properties (andreyserdjuk)
18+
* bug #37927 [HttpClient] fix chaining promises returned by HttplugClient (CthulhuDen)
19+
* bug #37953 [DI] fix dumping lazy non-shared services (nicolas-grekas)
20+
* bug #37949 [Yaml] fix more numeric cases changing in PHP 8 (xabbuh)
21+
* bug #37943 [Security] Fixed RememberMeAuthenticator::autoLogin() logic in the authenticator (wouterj)
22+
* bug #37921 [Yaml] account for is_numeric() behavior changes in PHP 8 (xabbuh)
23+
* bug #37913 [Mailer] Support Return-Path in SesApiAsyncAwsTransport (cvmiert)
24+
* bug #37912 [ExpressionLanguage] fix passing arguments to call_user_func_array() on PHP 8 (xabbuh)
25+
* bug #37907 [Messenger] stop using the deprecated schema synchronizer API (xabbuh)
26+
* bug #37899 [Mailer] Support reply-to in SesApiAsyncAwsTransport (cvmiert)
27+
* bug #37900 [Mailer] Fixed mandrill api header structure (wulff)
28+
* bug #37890 [Notifier] Fixed base_uri while call auth/time API (leblanc-simon)
29+
* bug #37888 [Mailer] Reorder headers used to determine Sender (cvmiert)
30+
* bug #37857 [PropertyInfo] Fix ReflectionExtractor + minor tweaks (ogizanagi)
31+
* bug #37868 [Lock] MongoDbStore handle duplicate querystring keys in mongodb uri when stripping (kralos)
32+
* bug #37872 [Sendgrid-Mailer] Fixed envelope recipients on sendgridApiTransport (arendjantetteroo)
33+
* bug #37860 [Serializer][ClassDiscriminatorMapping] Fix getMappedObjectType() when a discriminator child extends another one (fancyweb)
34+
* bug #37826 [Messenger] Fix BC layer for stamps moved into separate packages (ogizanagi)
35+
* bug #37853 [Validator] ensure that the validator is a mock object for backwards-compatibility (xabbuh)
36+
* bug #36340 [Serializer] Fix configuration of the cache key (dunglas)
37+
* bug #36810 [Messenger] Do not stack retry stamp (jderusse)
38+
* bug #37849 [FrameworkBundle] Add missing mailer transports in xsd (l-vo)
39+
* bug #37218 [Lock] MongoDbStore skim non-standard options from uri (kralos)
40+
* bug #37586 [ErrorHandler][DebugClassLoader] Add mixed and static return types support (fancyweb)
41+
* bug #37845 [Serializer] Fix variadic support when using type hints (fabpot)
42+
* bug #37841 [VarDumper] Backport handler lock when using VAR_DUMPER_FORMAT (ogizanagi)
43+
* bug #37821 Postpone Range BC layer removal to 6.0. (l-vo)
44+
* bug #37725 [Form] Fix Guess phpdoc return type (franmomu)
45+
* bug #37771 Use PHPUnit 9.3 on php 8 (derrabus)
46+
* bug #36140 [Validator] Add BC layer for notInRangeMessage when min and max are set (l-vo)
47+
* bug #35843 [Validator] Add target guards for Composite nested constraints (ogizanagi)
48+
* bug #37803 Fix for issue #37681 (Rav)
49+
* bug #37744 [Yaml] Fix for #36624; Allow PHP constant as first key in block (jnye)
50+
* bug #37767 [Form] fix mapping errors from unmapped forms (xabbuh)
51+
* bug #37731 [Console] Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
52+
* bug #37791 Fix redis connect with empty password (alexander-schranz)
53+
* bug #37790 Fix deprecated libxml_disable_entity_loader (fabpot)
54+
* bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)
55+
* bug #37774 [Console] Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
56+
* bug #37770 [String] We cannot have a "provides" function in test cases (derrabus)
57+
* bug #37729 [FrameworkBundle] fail properly when the required service is not defined (xabbuh)
58+
* bug #37701 [Serializer] Fix that it will never reach DOMNode (TNAJanssen)
59+
* bug #37671 [Cache] fix saving no-expiry items with ArrayAdapter (philipp-kolesnikov)
60+
* bug #37102 [WebProfilerBundle] Fix error with custom function and web profiler routing tab (JakeFr)
61+
* bug #37560 [Finder] Fix GitIgnore parser when dealing with (sub)directories and take order of lines into account (Jeroeny)
62+
* bug #37700 [VarDumper] Improve previous fix on light array coloration (l-vo)
63+
* bug #37654 [Messenger] Fix invalid option sslmode in AmazonSqs bridge (jderusse)
64+
* bug #37705 [Mailer] Added the missing reset tag to mailer.logger_message_listener (vudaltsov)
65+
* bug #37697 [Messenger] reduce column length for MySQL 5.6 compatibility (xabbuh)
66+
* bug #37690 HttpClient profiler error (noniagriconomie)
67+
1068
* 5.1.3 (2020-07-24)
1169

1270
* bug #37590 Allows RedisClusterProxy instance in Lock RedisStore (jderusse)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7373

7474
private static $freshCache = [];
7575

76-
const VERSION = '5.1.4-DEV';
76+
const VERSION = '5.1.4';
7777
const VERSION_ID = 50104;
7878
const MAJOR_VERSION = 5;
7979
const MINOR_VERSION = 1;
8080
const RELEASE_VERSION = 4;
81-
const EXTRA_VERSION = 'DEV';
81+
const EXTRA_VERSION = '';
8282

8383
const END_OF_MAINTENANCE = '01/2021';
8484
const END_OF_LIFE = '01/2021';

0 commit comments

Comments
 (0)