feat: add less busy worker choice strategy
[poolifier.git] / CHANGELOG.md
index 36db7f829fa91065b5fda757ae6753ed32faf0a6..ad3c3cf79297ead2cdfcd18aff80da571fab8c4f 100644 (file)
@@ -7,14 +7,21 @@ 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.
+- 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.
 
 ## [2.3.10] - 2023-03-18