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 8df2da8

Browse filesBrowse files
authored
Merge pull request #41913 from fabpot/release-4.4.26
released v4.4.26
2 parents 43733f7 + 689e296 commit 8df2da8
Copy full SHA for 8df2da8

File tree

3 files changed

+63
-22
lines changed
Filter options

3 files changed

+63
-22
lines changed

‎CHANGELOG-4.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.4.md
+28Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ 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.26 (2021-06-30)
11+
12+
* bug #41893 [Filesystem] Workaround cannot dumpFile into "protected" folders on Windows (arnegroskurth)
13+
* bug #41665 [HttpKernel] Keep max lifetime also when part of the responses don't set it (mpdude)
14+
* bug #41760 [ErrorHandler] fix handling buffered SilencedErrorContext (nicolas-grekas)
15+
* bug #41807 [HttpClient] fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)
16+
* bug #40857 [DependencyInjection] Add support of PHP enumerations (alexandre-daubois)
17+
* bug #41767 [Config] fix tracking default values that reference the parent class (nicolas-grekas)
18+
* bug #41768 [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL (nicolas-grekas)
19+
* bug #41793 [Cache] handle prefixed redis connections when clearing pools (nicolas-grekas)
20+
* bug #41804 [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster (nicolas-grekas)
21+
* bug #41773 [Cache] Disable locking on Windows by default (nicolas-grekas)
22+
* bug #41655 [Mailer] fix encoding of addresses using SmtpTransport (dmaicher)
23+
* bug #41663 [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses (mpdude)
24+
* bug #41701 [VarDumper] Fix tests for PHP 8.1 (alexandre-daubois)
25+
* bug #41795 [FrameworkBundle] Replace var_export with VarExporter to use array short syntax in secrets list files (alexandre-daubois)
26+
* bug #41779 [DependencyInjection] throw proper exception when decorating a synthetic service (nicolas-grekas)
27+
* bug #41776 [ErrorHandler] [DebugClassLoader] Do not check Phake mocks classes (adoy)
28+
* bug #41780 [PhpUnitBridge] fix handling the COMPOSER_BINARY env var when using simple-phpunit (Taluu)
29+
* bug #41670 [HttpFoundation] allow savePath of NativeFileSessionHandler to be null (simon.chrzanowski)
30+
* bug #41644 [Config] fix tracking attributes in ReflectionClassResource (nicolas-grekas)
31+
* bug #41621 [Process] Fix incorrect parameter type (bch36)
32+
* bug #41624 [HttpClient] Revert bindto workaround for unaffected PHP versions (derrabus)
33+
* bug #41549 [Security] Fix opcache preload with alias classes (jderusse)
34+
* bug #41491 [Serializer] Do not allow to denormalize string with spaces only to valid a DateTime object (sidz)
35+
* bug #41386 [Console] Escape synopsis output (jschaedl)
36+
* bug #41495 [HttpFoundation] Add ReturnTypeWillChange to SessionHandlers (nikic)
37+
1038
* 4.4.25 (2021-06-01)
1139

1240
* bug #41000 [Form] Use !isset for checks cause this doesn't falsely include 0 (Kai Dederichs)

0 commit comments

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