Skip to content

Release v6.4.17 #59336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG-6.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ in 6.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.4.0...v6.4.1

* 6.4.17 (2024-12-31)

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

* 6.4.16 (2024-11-27)

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