X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=d4ccfd5f64926e25c91a633e792e3d8118ff6e3f;hb=5543cb1ca8011b99a67fcd5fd3a7a5c2b1c4a85e;hp=ad5bfde0f264bd84b5719d8dba1b635e1ff033f0;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5bfde0..d4ccfd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.1] - 2023-09-20 + +### Fixed + +- Ensure worker message listener used one time are removed after usage. + +## [2.7.0] - 2023-09-19 + ### Fixed - Fix task stealing related tasks queue options handling at runtime. ### Changed +- Rename `listTaskFunctions()` to `listTaskFunctionNames()` in pool and worker API. + +### Added + +- Add `hasTaskFunction()`, `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API: [PR #1148](https://github.com/poolifier/poolifier/pull/1148). - Stricter worker constructor arguments validation. ## [2.6.45] - 2023-09-17