X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=5ac36cccf365c49ac064ffc70e9885711509cf3f;hb=82ea6492d3318a170559bb57501dc16023bb18d8;hp=d4295cd40daf3886c63b7ab58529f42f02a9ec36;hpb=4e377863ebacc8cead467297d0365e93dec491c3;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index d4295cd4..5ac36ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.20] - 2023-07-21 + ### Fixed - Fix queued tasks redistribution on error task execution starvation. @@ -296,7 +298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix typescript type definition for worker function: ensure the input data is optional. +- Fix typescript type definition for task function: ensure the input data is optional. - Fix typescript type definition for pool execute(): ensure the input data is optional. ## [2.4.9] - 2023-04-15 @@ -313,7 +315,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix worker function type definition and validation. +- Fix task function type definition and validation. - Fix worker choice strategy options handling. ## [2.4.8] - 2023-04-12