Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b24eb9

Browse filesBrowse files
authored
Merge pull request #35413 from fabpot/release-4.4.3
released v4.4.3
2 parents 5521d3d + e65c58a commit 7b24eb9
Copy full SHA for 7b24eb9

File tree

Expand file treeCollapse file tree

2 files changed

+63
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+63
-2
lines changed

‎CHANGELOG-4.4.md

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

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

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676

7777
private static $freshCache = [];
7878

79-
const VERSION = '4.4.3-DEV';
79+
const VERSION = '4.4.3';
8080
const VERSION_ID = 40403;
8181
const MAJOR_VERSION = 4;
8282
const MINOR_VERSION = 4;
8383
const RELEASE_VERSION = 3;
84-
const EXTRA_VERSION = 'DEV';
84+
const EXTRA_VERSION = '';
8585

8686
const END_OF_MAINTENANCE = '11/2022';
8787
const END_OF_LIFE = '11/2023';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.