X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=6fc51a923075a414b763c8d727d6fd5666c11b27;hb=b84939fe9d58fad558fe33eb08ab99ce0b9bb5c7;hp=db0b99af5e6e6fbe3c51e07d18015088769a61b8;hpb=b947a3c07cfccf3bbb1a8a52ac0274bbd3084e6a;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index db0b99af..6fc51a92 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.11] - 2024-05-21 + +### Changed + +- Switch to optimized circular buffer implementation to store task execution measurements. + +## [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.