From: Jérôme Benoit Date: Tue, 27 Jun 2023 11:32:30 +0000 (+0200) Subject: docs: update CHANGELOG.md X-Git-Tag: v2.6.4~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=941f9a7cbda74fa78d4157299d2461f135edddbf;p=poolifier.git docs: update CHANGELOG.md Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9ab37f..7ecb871b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Known issues + +- Cluster pools tasks execution are not working: https://github.com/poolifier/poolifier/issues/782 + ### Fixed - Ensure cluster pool destroy() gracefully shutdowns worker's server. - Ensure pool event is emitted before task error promise rejection. - Fix queued tasks count computation. +### Removed + +- Remove unneeded worker-threads worker `MessageChannel` internal usage for IPC. + ## [2.6.3] - 2023-06-19 ### Fixed