8000 Merge pull request #59336 from fabpot/release-6.4.17 · symfony/symfony@98f89aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 98f89aa

Browse files
authored
Merge pull request #59336 from fabpot/release-6.4.17
released v6.4.17
2 parents 52d2ab9 + 3bf11cb commit 98f89aa

File tree

3 files changed

+54
-25
lines changed

3 files changed

+54
-25
lines changed

CHANGELOG-6.4.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ in 6.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/v6.4.0...v6.4.1
99

10+
* 6.4.17 (2024-12-31)
11+
12+
* bug #59304 [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` (Dario Guarracino)
13+
* bug #59318 [Finder] Fix using `==` as default operator in `DateComparator` (MatTheCat)
14+
* bug #59321 [HtmlSanitizer] reject URLs containing whitespaces (xabbuh)
15+
* bug #59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (Jontsa)
16+
* bug #59103 [Messenger] ensure exception on rollback does not hide previous exception (nikophil)
17+
* bug #59226 [FrameworkBundle] require the writer to implement getFormats() in the translation:extract (xabbuh)
18+
* bug #59213 [FrameworkBundle] don't require fake notifier transports to be installed as non-dev dependencies (xabbuh)
19+
* bug #59160 [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning (plantas)
20+
* bug #59012 [PropertyInfo] Fix interface handling in `PhpStanTypeHelper` (janedbal)
21+
* bug #59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (ovidiuenache)
22+
* bug #59140 [WebProfilerBundle] fix: white-space in highlighted code (chr-hertel)
23+
* bug #59124 [FrameworkBundle] fix: notifier push channel bus abstract arg (raphael-geffroy)
24+
* bug #59069 [Console] Fix division by 0 error (Rindula)
25+
* bug #59070 [PropertyInfo] evaluate access flags for properties with asymmetric visibility (xabbuh)
26+
* bug #59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (KurtThiemann)
27+
* bug #59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)
28+
1029
* 6.4.16 (2024-11-27)
1130

1231
* bug #59013 [HttpClient] Fix checking for private IPs before connecting (nicolas-grekas)

0 commit comments

Comments
 (0)
0