Releases: poolifier/poolifier-web-worker
Releases · poolifier/poolifier-web-worker
v0.1.5
What's Changed
Added
- Add queued tasks end timeout support to worker node termination.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
Fixed
- Make more robust the fix for possible null exception at handling task
execution response.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
Fixed
- Fix possible null exception at handling task execution response.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Fixed
- Wait for queued tasks to end at worker node termination.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
Fixed
- Ensure worker node is removed on worker error.
Changed
- TypeScript breaking change: merge ThreadPoolOptions type into PoolOptions
type. - build(deps): Bump github/codeql-action from 2 to 3 by @dependabot in #37
Full Changelog: v0.0.15...v0.1.0
v0.0.15
What's Changed
Fixed
- Ensure worker choice strategy wait for worker nodes readiness.
Changed
- build(deps): Bump sonarsource/sonarcloud-github-action from 2.0.2 to 2.1.0 by @dependabot in #35
- build(deps): Bump sonarsource/sonarcloud-github-action from 2.1.0 to 2.1.1 by @dependabot in #36
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
Changed
- Add a fastpath when tasks stealing or redistribution is impossible
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
Fixed
- Remove all pool events listener at pool destroying.
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
Fixed
- Fix task function usage statistics handling for sequentially stolen tasks.
Full Changelog: v0.0.11...v0.0.12