X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=a17ce59e2938ed21fa58c1a2763d0a1aeb5c184c;hb=64dbad20c6a7f8bd3330e378bb3a5ac5e31f08fa;hp=38255d7fc54158d994ad3627940706ba9aee39d7;hpb=910416386b4f7d0da4e6f0d8551cefa2539c5ced;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 38255d7f..a17ce59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.10] - 2024-05-20 + +### Fixed + +- Ensure tasks stealing dynamic worker node is not destroyed on inactivity. + +## [4.0.9] - 2024-05-19 + +### Changed + +- Add ELU `utilization` statistics to pool information. + +## [4.0.8] - 2024-05-15 + ### Fixed - Fix default task function worker choice strategy and priority handling.