Skip to content

Commit b068646

Browse files
authored
Merge pull request symfony#46780 from fabpot/release-4.4.43
released v4.4.43
2 parents 1b2ab75 + 18b5142 commit b068646

File tree

3 files changed

+1233
-1169
lines changed

3 files changed

+1233
-1169
lines changed

CHANGELOG-4.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.43 (2022-06-26)
11+
12+
* bug #46765 [Serializer] Fix denormalization union types with constructor (Gwemox)
13+
* bug #46769 [HttpKernel] Fix a PHP 8.1 deprecation notice in HttpCache (mpdude)
14+
* bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
15+
* bug #46730 [Intl] Fix the IntlDateFormatter::formatObject signature (damienalexandre)
16+
* bug #46668 [FrameworkBundle] Lower JsonSerializableNormalizer priority (aprat84)
17+
* bug #46678 [HttpFoundation] Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
18+
* bug #45861 [Serializer] Try all possible denormalization route with union types when ALLOW_EXTRA_ATTRIBUTES=false (T-bond)
19+
* bug #46676 [DoctrineBridge] Extend type guessing on enum fields (Gigino Chianese)
20+
* bug #46699 [Cache] Respect $save option in all adapters (jrjohnson)
21+
* bug #46697 [HttpKernel] Disable session tracking while collecting profiler data (nicolas-grekas)
22+
* bug #46684 [MonologBridge] Fixed support of elasticsearch 7.+ in ElasticsearchLogstashHandler (lyrixx)
23+
* bug #46368 [Mailer] Fix for missing sender name in case with usage of the EnvelopeListener (bobahvas)
24+
* bug #46548 [Mime] Allow url as a path in the DataPart::fromPath (wkania)
25+
* bug #46594 [FrameworkBundle] Fix XML cache config (HeahDude)
26+
* bug #46595 [Console] Escape in command name & description from getDefaultName() (ogizanagi)
27+
* bug #46565 [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars (ogizanagi)
28+
* bug #46535 [Mime] Check that the path is a file in the DataPart::fromPath (wkania)
29+
* bug #46543 [Cache] do not pass null to strlen() (xabbuh)
30+
* bug #46478 [Contracts] remove static cache from `ServiceSubscriberTrait` (kbond)
31+
1032
* 4.4.42 (2022-05-27)
1133

1234
* bug #46448 [DependencyInjection] Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)

0 commit comments

Comments
 (0)