From: Jérôme Benoit Date: Tue, 27 Jun 2023 15:20:21 +0000 (+0200) Subject: docs: update CHANGELOG.md X-Git-Tag: v2.6.5~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c72f69871322a5f5e0033932368e42cfcad92657;p=poolifier.git docs: update CHANGELOG.md Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 588487ba..62f51c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ 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 + +- Artificial version bump to 2.6.5 to workaround publication issue. +- 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.4] - 2023-06-27 ### Known issues