Skip to content

Commit fe34099

Browse files
authored
Merge pull request #35414 from fabpot/release-5.0.3
released v5.0.3
2 parents 1038e70 + f8c7fe8 commit fe34099

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

CHANGELOG-5.0.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,70 @@ in 5.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/v5.0.0...v5.0.1
99

10+
* 5.0.3 (2020-01-21)
11+
12+
* bug #35364 [Yaml] Throw on unquoted exclamation mark (fancyweb)
13+
* bug #35065 [Security] Use supportsClass in addition to UnsupportedUserException (linaori)
14+
* bug #35351 Revert #34797 "Fixed translations file dumper behavior" and fix #34713 (yceruto)
15+
* bug #35356 [Filesystem] chown and chgrp should also accept int as owner and group (Slamdunk)
16+
* bug #35335 [Security] Fix RememberMe with null password (jderusse)
17+
* bug #35339 [String] add missing encoding when calling mb_ord() (nicolas-grekas)
18+
* bug #35355 [DI] Fix EnvVar not loaded when Loader requires an env var (jderusse)
19+
* bug #35343 [Security] Fix RememberMe with null password (jderusse)
20+
* bug #34223 [DI] Suggest typed argument when binding fails with untyped argument (gudfar)
21+
* bug #35323 [FrameworkBundle] Set booted flag to false when test kernel is unset (thiagocordeiro)
22+
* bug #35324 [HttpClient] Fix strict parsing of response status codes (Armando-Walmeric)
23+
* bug #35318 [Yaml] fix PHP const mapping keys using the inline notation (xabbuh)
24+
* bug #35306 [FrameworkBundle] Make sure one can use fragments.hinclude_default_template (Nyholm)
25+
* bug #35304 [HttpKernel] Fix that no-cache MUST revalidate with the origin (mpdude)
26+
* bug #35299 Avoid `stale-if-error` in FrameworkBundle's HttpCache if kernel.debug = true (mpdude)
27+
* bug #35240 [SecurityBundle] Fix collecting traceable listeners info on lazy firewalls (chalasr)
28+
* bug #35151 [DI] deferred exceptions in ResolveParameterPlaceHoldersPass (Islam93)
29+
* bug #35290 [Filesystem][FilesystemCommonTrait] Use a dedicated directory when there are no namespace (fancyweb)
30+
* bug #35099 [FrameworkBundle] Do not throw exception on value generate key (jderusse)
31+
* bug #35278 [EventDispatcher] expand listener in place (xabbuh)
32+
* bug #35269 [HttpKernel][FileLocator] Fix deprecation message (fancyweb)
33+
* bug #35254 [PHPUnit-Bridge] Fail-fast in simple-phpunit if one of the passthru() commands fails (mpdude)
34+
* bug #35261 [Routing] Fix using a custom matcher & generator dumper class (fancyweb)
35+
* bug #34643 [Dotenv] Fixed infinite loop with missing quote followed by quoted value (naitsirch)
36+
* bug #35239 [Security\Http] Prevent canceled remember-me cookie from being accepted (chalasr)
37+
* bug #35267 [Debug] fix ClassNotFoundFatalErrorHandler (nicolas-grekas)
38+
* bug #35252 [Serializer] Fix cache in MetadataAwareNameConverter (bastnic)
39+
* bug #35200 [TwigBridge] do not render preferred choices as selected (xabbuh)
40+
* bug #35243 [HttpKernel] release lock explicitly (nicolas-grekas)
41+
* bug #35193 [TwigBridge] button_widget now has its title attr translated even if its label = null or false (stephen-lewis)
42+
* bug #35219 [PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script (oleg-andreyev)
43+
* bug #35150 [Messenger] Added check if json_encode succeeded (toooni)
44+
* bug #35137 [Messenger] Added check if json_encode succeeded (toooni)
45+
* bug #35170 [FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr (fancyweb)
46+
* bug #35245 [HttpClient] fix exception in case of PSR17 discovery failure (nicolas-grekas)
47+
* bug #35244 [Cache] fix processing chain adapter based cache pool (xabbuh)
48+
* bug #35247 [FrameworkBundle][ContainerLintCommand] Only skip .errored. services (fancyweb)
49+
* bug #35225 [DependencyInjection] Handle ServiceClosureArgument for callable in container linting (shieldo)
50+
* bug #35223 [HttpClient] Don't read from the network faster than the CPU can deal with (nicolas-grekas)
51+
* bug #35214 [DI] DecoratorServicePass should keep container.service_locator on the decorated definition (malarzm)
52+
* bug #35209 [HttpClient] fix support for non-blocking resource streams (nicolas-grekas)
53+
* bug #35210 [HttpClient] NativeHttpClient should not send >1.1 protocol version (nicolas-grekas)
54+
* bug #35162 [Mailer] Make sure you can pass custom headers to Mailgun (Nyholm)
55+
* bug #33672 [Mailer] Remove line breaks in email attachment content (Stuart Fyfe)
56+
* bug #35101 [Routing] Fix i18n routing when the url contains the locale (fancyweb)
57+
* bug #35124 [TwigBridge][Form] Added missing help messages in form themes (cmen)
58+
* bug #35195 [HttpClient] fix casting responses to PHP streams (nicolas-grekas)
59+
* bug #35168 [HttpClient] fix capturing SSL certificates with NativeHttpClient (nicolas-grekas)
60+
* bug #35134 [PropertyInfo] Fix BC issue in phpDoc Reflection library (jaapio)
61+
* bug #35184 [Mailer] Payload sent to Sendgrid doesn't include names (versgui)
62+
* bug #35173 [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API (vilius-g)
63+
* bug #35172 [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name (vilius-g)
64+
* bug #35125 [Translator] fix performance issue in MessageCatalogue and catalogue operations (ArtemBrovko)
65+
* bug #35120 [HttpClient] fix scheduling pending NativeResponse (nicolas-grekas)
66+
* bug #35117 [Cache] do not overwrite variable value (xabbuh)
67+
* bug #35113 [VarDumper] Fix "Undefined index: argv" when using CliContextProvider (xepozz)
68+
* bug #34673 Migrate server:log command away from WebServerBundle (jderusse)
69+
* bug #35103 [Translation] Use `locale_parse` for computing fallback locales (alanpoulain)
70+
* bug #35060 [Security] Fix missing defaults for auto-migrating encoders (chalasr)
71+
* bug #35067 [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable (fancyweb)
72+
* bug #35094 [Console] Fix filtering out identical alternatives when there is a command loader (fancyweb)
73+
1074
* 5.0.2 (2019-12-19)
1175

1276
* bug #35051 [DependencyInjection] Fix binding tagged services to containers (nicolas-grekas)

src/Symfony/Component/HttpKernel/Kernel.php

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

6969
private static $freshCache = [];
7070

71-
const VERSION = '5.0.3-DEV';
71+
const VERSION = '5.0.3';
7272
const VERSION_ID = 50003;
7373
const MAJOR_VERSION = 5;
7474
const MINOR_VERSION = 0;
7575
const RELEASE_VERSION = 3;
76-
const EXTRA_VERSION = 'DEV';
76+
const EXTRA_VERSION = '';
7777

7878
const END_OF_MAINTENANCE = '07/2020';
7979
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy