X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=2fcf3b222d91f50c7280d99fd09ed69445b7b7e0;hb=fd13902fd959335e2c0f95d1b464317a2da8b6cf;hp=292bba15cd8cdf5f111a9bf8f3bfc7e565903318;hpb=33e6bb4c6f1061542693dbd996ffc08c62e8beeb;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 292bba15..2fcf3b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -214,7 +225,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add safe helper `availableParallelism` to help sizing the pool. +- Add safe helper `availableParallelism()` to help sizing the pool. ### Fixed @@ -229,7 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Artificial version bump to 2.6.5 to workaround publication issue. -- Ensure cluster pool destroy() gracefully shutdowns worker's server. +- Ensure cluster pool `destroy()` gracefully shutdowns worker's server. - Ensure pool event is emitted before task error promise rejection. - Fix queued tasks count computation. @@ -245,7 +256,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Ensure cluster pool destroy() gracefully shutdowns worker's server. +- Ensure cluster pool `destroy()` gracefully shutdowns worker's server. - Ensure pool event is emitted before task error promise rejection. - Fix queued tasks count computation.