From: Jérôme Benoit Date: Mon, 3 Apr 2023 18:22:13 +0000 (+0200) Subject: docs: update changelog entries X-Git-Tag: v2.4.0-2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=698f4bbc5b60fc910321e4d5784f10683481e2b1;p=poolifier.git docs: update changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fd19b0..c23e098d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add `LESS_BUSY` worker choice strategy. + +### Changed + +- Optimize worker storage in pool. +- Optimize worker alive status check. +- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`. +- Optimize `LESS_USED` worker choice strategy. + +### Fixed + +- Ensure trimmable characters are checked at pool initialization. +- Fix message id integer overflow. +- Fix pool worker removal in worker choice strategy internals. +- Fix package publication with pnpm. + ## [2.4.0-1] - 2023-04-03 ### Added