refactor: sensible defaults for worker choice strategy policy
[poolifier.git] / CHANGELOG.md
index 3a5cac156d0b6d21aa8afa5465f87a3157db23d2..2fcf3b222d91f50c7280d99fd09ed69445b7b7e0 100644 (file)
@@ -9,8 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Fix worker choice strategy retries mechanism in some edge cases.
+
+### Changed
+
+- Make orthogonal worker choice strategies tasks distribution and dynamic worker creation usage.
+
+## [2.6.30] - 2023-08-19
+
+### Fixed
+
 - Ensure pool event `backPressure` is emitted.
 - Ensure pool event `full` is emitted only once.
+- Ensure worker node cannot be instantiated without proper arguments.
 
 ## [2.6.29] - 2023-08-18