X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=a17ce59e2938ed21fa58c1a2763d0a1aeb5c184c;hb=f48170aa0c8d2c5555b973ae2e040d04435ace47;hp=1cecddc68287d27bd42e4efc941cdf463ddf1f5d;hpb=a19a4833d91947f660eace57d2d5782f909912c1;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cecddc6..a17ce59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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