docs: update CHANGELOG.md
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 27 Jun 2023 15:20:21 +0000 (17:20 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 27 Jun 2023 15:20:21 +0000 (17:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md

index 588487ba602fb03764609ebe676cf77369936d8f..62f51c45bbe595707b4ba1862302787bdfe4e442 100644 (file)
@@ -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