Skip to content

Commit 502c66a

Browse files
authored
Merge pull request symfony#45576 from fabpot/release-4.4.38
released v4.4.38
2 parents 65609d8 + 85e4a8f commit 502c66a

File tree

3 files changed

+93
-25
lines changed

3 files changed

+93
-25
lines changed

CHANGELOG-4.4.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.38 (2022-02-28)
11+
12+
* bug #44570 [WebProfilerBundle] add nonces to profiler (garak)
13+
* bug #44839 MailerInterface: failed exception contract when enabling messenger (Giorgio Premi)
14+
* bug #45529 [DependencyInjection] Don't reset env placeholders during compilation (nicolas-grekas)
15+
* bug #45527 [HttpClient] Fix overriding default options with null (nicolas-grekas)
16+
* bug #45531 [Serializer] Fix passing null to str_contains() (Erwin Dirks)
17+
* bug #42458 [Validator][Tests] Fix AssertingContextualValidator not throwing on remaining expectations (fancyweb)
18+
* bug #45496 [VarDumper] Fix dumping mysqli_driver instances (nicolas-grekas)
19+
* bug #45495 [HttpFoundation] Fix missing ReturnTypeWillChange attributes (luxemate)
20+
* bug #45482 [Cache] Add missing log when saving namespace (developer-av)
21+
* bug #45479 [HttpKernel] Reset services between requests performed by KernelBrowser (nicolas-grekas)
22+
* bug #44650 [Serializer] Make document type nodes ignorable (boenner)
23+
* bug #45469 [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface (nicolas-grekas)
24+
* bug #45414 [FrameworkBundle] KernelTestCase resets internal state on tearDown (core23)
25+
* bug #45460 [Intl] fix wrong offset timezone PHP 8.1 (Lenny4)
26+
* bug #45462 [HttpKernel] Fix extracting controller name from closures (nicolas-grekas)
27+
* bug #45424 [DependencyInjection] Fix type binding (sveneld)
28+
* bug #44259 [Security] AccountStatusException::$user should be nullable (Cantepie)
29+
* bug #45323 [Serializer] Fix ignored callbacks in denormalization (benjaminmal)
30+
* bug #45399 [FrameworkBundle] Fix sorting bug in sorting of tagged services by priority (Ahummeling)
31+
* bug #45338 [Mailer] Fix string-cast of exceptions thrown by authenticator in EsmtpTransport (wikando-ck)
32+
* bug #45339 [Cache] fix error handling when using Redis (nicolas-grekas)
33+
* bug #45281 [Cache] Fix connecting to Redis via a socket file (alebedev80)
34+
* bug #45289 [FrameworkBundle] Fix log channel of TagAwareAdapter (fancyweb)
35+
* bug #45306 [PropertyAccessor] Add missing TypeError catch (b1rdex)
36+
* bug #44868 [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters (ogizanagi)
37+
* bug #45261 [HttpClient] Fix Content-Length header when possible (nicolas-grekas)
38+
* bug #45258 [DependencyInjection] Don't dump polyfilled classes in preload script (nicolas-grekas)
39+
* bug #38534 [Serializer] make XmlEncoder stateless thus reentrant (connorhu)
40+
* bug #42253 [Form] Do not fix URL protocol for relative URLs (bogkonstantin)
41+
* bug #45256 [DomCrawler] ignore bad charsets (nicolas-grekas)
42+
* bug #45255 [PropertyAccess] Fix handling of uninitialized property of parent class (filiplikavcan)
43+
* bug #45204 [Validator] Fix minRatio and maxRatio when getting rounded (alexander-schranz)
44+
* bug #45240 [Console] Revert StringInput bc break from #45088 (bobthecow)
45+
1046
* 4.4.37 (2022-01-28)
1147

1248
* bug #44939 [Form] UrlType should not add protocol to emails (GromNaN)

0 commit comments

Comments
 (0)