X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=083f81797d9962e7e24355a8e3a09b56a2064383;hb=5ee29ca61ee790da371ad3a83fc7b9c79fb02de2;hp=ad5bfde0f264bd84b5719d8dba1b635e1ff033f0;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5bfde0..083f8179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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