X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=3435faeb07a473b20c5f7047eab75e47308854bf;hb=2cb4ff45b1171d4978e7bfca62a04bb359042a68;hp=ab21a07781f819151919de0ce36a53bf9e7e638f;hpb=b7ca12ae3bfb54a42c0e9879067fc3a976685bb7;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ab21a077..3435faeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ 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. + +### Added + +- Support for continuous tasks stealing. + +## [2.6.34] - 2023-08-24 + +### Fixes + +- Avoid cascading tasks stealing under back pressure. + +### Changed + +- Add fastpath to queued tasks rescheduling. + ## [2.6.33] - 2023-08-24 ### Fixed