From: Jérôme Benoit Date: Sun, 17 Sep 2023 16:29:59 +0000 (+0200) Subject: Merge branch 'master' into feature/task-functions X-Git-Tag: v2.7.0~1^2~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=18d5678258f31cff39813c412cb0bc12161120ae;p=poolifier.git Merge branch 'master' into feature/task-functions --- 18d5678258f31cff39813c412cb0bc12161120ae diff --cc CHANGELOG.md index bd9d9cc78,ad5bfde0f..5f5bda97d --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -13,11 -13,7 +13,12 @@@ and this project adheres to [Semantic V ### Changed +- Rename `listTaskFunctions()` to `listTaskFunctionNames()` in pool and worker API. + +### Added + +- Add `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API. + - Stricter worker constructor arguments validation. ## [2.6.45] - 2023-09-17