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 5973dac

Browse filesBrowse files
authored
Merge pull request #35053 from fabpot/release-4.4.2
released v4.4.2
2 parents 1dc833d + 7fe9115 commit 5973dac
Copy full SHA for 5973dac

File tree

2 files changed

+77
-2
lines changed
Filter options

2 files changed

+77
-2
lines changed

‎CHANGELOG-4.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.4.md
+75Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,81 @@ 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.2 (2019-12-19)
11+
12+
* bug #35051 [DependencyInjection] Fix binding tagged services to containers (nicolas-grekas)
13+
* bug #35039 [DI] skip looking for config class when the extension class is anonymous (nicolas-grekas)
14+
* bug #35049 [ProxyManager] fix generating proxies for root-namespaced classes (nicolas-grekas)
15+
* bug #35022 [Dotenv] FIX missing getenv (mccullagh)
16+
* bug #35023 [HttpKernel] ignore failures generated by opcache.restrict_api (nicolas-grekas)
17+
* bug #35024 [HttpFoundation] fix pdo session handler for sqlsrv (azjezz)
18+
* bug #35025 [HttpClient][Psr18Client] Remove Psr18ExceptionTrait (fancyweb)
19+
* bug #35015 [Config] fix perf of glob discovery when GLOB_BRACE is not available (nicolas-grekas)
20+
* bug #35014 [HttpClient] make pushed responses retry-able (nicolas-grekas)
21+
* bug #35010 [VarDumper] ignore failing __debugInfo() (nicolas-grekas)
22+
* bug #34998 [DI] fix auto-binding service providers to their service subscribers (nicolas-grekas)
23+
* bug #34954 [Mailer] Fixed undefined index when sending via Mandrill API (wulff)
24+
* bug #33670 [DI] Service locators can't be decorated (malarzm)
25+
* bug #35000 [Console][SymfonyQuestionHelper] Handle multibytes question choices keys and custom prompt (fancyweb)
26+
* bug #35005 [HttpClient] force HTTP/1.1 when NTLM auth is used (nicolas-grekas)
27+
* bug #34707 [Validation][FrameworkBundle] Allow EnableAutoMapping to work without auto-mapping namespaces (ogizanagi)
28+
* bug #34996 Fix displaying anonymous classes on PHP 7.4 (nicolas-grekas)
29+
* bug #29839 [Validator] fix comparisons with null values at property paths (xabbuh)
30+
* bug #34900 [DoctrineBridge] Fixed submitting invalid ids when using queries with limit (HeahDude)
31+
* bug #34791 [Serializer] Skip uninitialized (PHP 7.4) properties in PropertyNormalizer and ObjectNormalizer (vudaltsov)
32+
* bug #34956 [Messenger][AMQP] Use delivery_mode=2 by default (lyrixx)
33+
* bug #34915 [FrameworkBundle] Fix invalid Windows path normalization in TemplateNameParser (mvorisek)
34+
* bug #34981 stop using deprecated Doctrine persistence classes (xabbuh)
35+
* bug #34904 [Validator][ConstraintValidator] Safe fail on invalid timezones (fancyweb)
36+
* bug #34935 [FrameworkBundle][DependencyInjection] Skip removed ids in the lint container command and its associated pass (fancyweb)
37+
* bug #34957 [Security] Revert "AbstractAuthenticationListener.php error instead info" (larzuk91)
38+
* bug #34922 [FrameworkBundle][Secrets] Hook configured local dotenv file (fancyweb)
39+
* bug #34967 [HttpFoundation] fix redis multi host dsn not recognized (Jan Christoph Beyer)
40+
* bug #34963 [Lock] fix constructor argument type declaration (xabbuh)
41+
* bug #34955 Require doctrine/persistence ^1.3 (nicolas-grekas)
42+
* bug #34923 [DI] Fix support for immutable setters in CallTrait (Lctrs)
43+
* bug #34878 [TwigBundle] fix broken FilesystemLoader::exists() with Twig 3 (dpesch)
44+
* bug #34921 [HttpFoundation] Removed "Content-Type" from the preferred format guessing mechanism (yceruto)
45+
* bug #34886 [HttpKernel] fix triggering deprecation in file locator (xabbuh)
46+
* bug #34918 [Translation] fix memoryleak in PhpFileLoader (nicolas-grekas)
47+
* bug #34920 [Routing] fix memoryleak when loading compiled routes (nicolas-grekas)
48+
* bug #34787 [Cache] Propagate expiry when syncing items in ChainAdapter (trvrnrth)
49+
* bug #34694 [Validator] Fix auto-mapping constraints should not be validated (ogizanagi)
50+
* bug #34848 [Process] change the syntax of portable command lines (nicolas-grekas)
51+
* bug #34862 [FrameworkBundle][ContainerLintCommand] Reinitialize bundles when the container is reprepared (fancyweb)
52+
* bug #34896 [Cache] fix memory leak when using PhpFilesAdapter (nicolas-grekas)
53+
* bug #34438 [HttpFoundation] Use `Cache-Control: must-revalidate` only if explicit lifetime has been given (mpdude)
54+
* bug #34449 [Yaml] Implement multiline string as scalar block for tagged values (natepage)
55+
* bug #34601 [MonologBridge] Fix debug processor datetime type (mRoca)
56+
* bug #34842 [ExpressionLanguage] Process division by zero (tigr1991)
57+
* bug #34902 [PropertyAccess] forward caught exception (xabbuh)
58+
* bug #34903 Fixing bad order of operations with null coalescing operator (weaverryan)
59+
* bug #34888 [TwigBundle] add tags before processing them (xabbuh)
60+
* bug #34760 [Mailer] Fix SMTP Authentication when using STARTTLS (DjLeChuck)
61+
* bug #34762 [Config] never try loading failed classes twice with ClassExistenceResource (nicolas-grekas)
62+
* bug #34783 [DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass (fancyweb)
63+
* bug #34839 [Cache] fix memory leak when using PhpArrayAdapter (nicolas-grekas)
64+
* bug #34812 [Yaml] fix parsing negative octal numbers (xabbuh)
65+
* bug #34854 [Messenger] gracefully handle missing event dispatchers (xabbuh)
66+
* bug #34802 [Security] Check UserInterface::getPassword is not null before calling needsRehash (dbrekelmans)
67+
* bug #34788 [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass (fancyweb)
68+
* bug #34859 [SecurityBundle] Fix TokenStorage::reset not called in stateless firewall (jderusse)
69+
* bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists (rafaeltovar)
70+
* bug #34755 [FrameworkBundle] resolve service locators in `debug:*` commands (nicolas-grekas)
71+
* bug #34832 [Validator] Allow underscore character "_" in URL username and password (romainneutron)
72+
* bug #34811 [TwigBridge] Update bootstrap_4_layout.html.twig missing switch-custom label (sabruss)
73+
* bug #34820 [FrameworkBundle][SodiumVault] Create secrets directory only when it is used (fancyweb)
74+
* bug #34776 [DI] fix resolving bindings for named TypedReference (nicolas-grekas)
75+
* bug #34794 [DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass (fancyweb)
76+
* bug #34797 [Translation] Fix FileDumper behavior (yceruto)
77+
* bug #34738 [SecurityBundle] Passwords are not encoded when algorithm set to "true" (nieuwenhuisen)
78+
* bug #34759 [SecurityBundle] Fix switch_user provider configuration handling (fancyweb)
79+
* bug #34779 [Security] do not validate passwords when the hash is null (xabbuh)
80+
* bug #34786 [SecurityBundle] Use config variable in AnonymousFactory (martijnboers)
81+
* bug #34784 [FrameworkBundle] Set the parameter bag as resolved in ContainerLintCommand (fancyweb)
82+
* bug #34763 [Security/Core] Fix checking for SHA256/SHA512 passwords (David Brooks)
83+
* bug #34757 [DI] Fix making the container path-independent when the app is in /app (nicolas-grekas)
84+
1085
* 4.4.1 (2019-12-01)
1186

1287
* bug #34732 [DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag (tienvx)

‎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.2-DEV';
79+
const VERSION = '4.4.2';
8080
const VERSION_ID = 40402;
8181
const MAJOR_VERSION = 4;
8282
const MINOR_VERSION = 4;
8383
const RELEASE_VERSION = 2;
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.