Skip to content

Releases: poolifier/poolifier-web-worker

v0.1.5

18 Dec 18:17
afd8ec3

Choose a tag to compare

v0.1.5 Pre-release
Pre-release

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

18 Dec 10:18
67fc2a8

Choose a tag to compare

v0.1.4 Pre-release
Pre-release

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

17 Dec 21:43
da2bc96

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

What's Changed

Fixed

  • Fix possible null exception at handling task execution response.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Dec 20:06
02dba01

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

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

16 Dec 21:41
840f9fa

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

What's Changed

Changed

  • Cleanup default module exports.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Dec 14:59
8a58d7b

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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

13 Dec 15:21
fc3db8a

Choose a tag to compare

v0.0.15 Pre-release
Pre-release

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

08 Dec 18:13
4722c78

Choose a tag to compare

v0.0.14 Pre-release
Pre-release

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

27 Nov 13:11
fa87647

Choose a tag to compare

v0.0.13 Pre-release
Pre-release

What's Changed

Fixed

  • Remove all pool events listener at pool destroying.

Full Changelog: v0.0.12...v0.0.13

v0.0.12

25 Nov 13:00
13e9279

Choose a tag to compare

v0.0.12 Pre-release
Pre-release

What's Changed

Fixed

  • Fix task function usage statistics handling for sequentially stolen tasks.

Full Changelog: v0.0.11...v0.0.12