feat: remove the experimental status of LEAST_ELU WCS
[poolifier.git] / CHANGELOG.md
index ccd7e49f4fdbccf0e0afaaab1bc16a24199425b5..ec60d67a8e90b2158bb0efa44674fdf655ad2c37 100644 (file)
@@ -9,6 +9,17 @@ 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.
+- Remove the experimental status of the `LEAST_ELU` worker choice strategy.
+
+## [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.