X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=0e8866ffd0b5096aec3d5ce5ab1900cd3f4af8ea;hb=120d0cdefce2deff289a1a3bc6af30e688302f18;hp=2b2a87416377aeaac5a3f089f8425dbd14133c8f;hpb=3f25036f6dab9916ac40916ca1dc5358ec1f88ba;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2a8741..0e8866ff 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] +### Fixed + +- Don't account worker usage statistics for tasks that have failed. +- Fix pool information runtime and wait time median computation. + +### Changed + +- Update simple moving average implementation to use a circular buffer. +- Update simple moving median implementation to use a circular buffer. + +## [2.6.34] - 2023-08-24 + ### Fixes - Avoid cascading tasks stealing under back pressure.