X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=2b3e90d86e7ed5363f890c910b6a63f58c20e0b2;hb=116ca64b7b4589104a3621711cb9ad762e90ee48;hp=5f5bda97d82de1e7cf6666d1b1ca181af06e4bdd;hpb=619e0f0417560f44a99f4508a8f314db54173c0c;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5bda97..2b3e90d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Add source maps to npm package to ease debugging. + +## [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. @@ -17,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API. +- 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