X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=47af726ebf76364d8aaa1d765411eda149d4afef;hb=213cbac68fa2edc0187b1f02b23532d6eedd5c74;hp=653c06a1211332991b1370b1644e4f74c0eeae04;hpb=68cbdc846878bc058323b757a68b4c83eedc6388;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 653c06a1..47af726e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.36] - 2023-08-27 + +### Fixed + +- Fix pool `execute()` arguments check. + +### Changed + +- Make continuous tasks stealing algorithm less aggressive. +- Fine tune tasks stealing algorithm under back pressure. + +## [2.6.35] - 2023-08-25 + ### Fixed - Don't account worker usage statistics for tasks that have failed.