Skip to content

Commit 24a558f

Browse files
committed
chore: publish v10.0.0
1 parent a782c02 commit 24a558f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

HISTORY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
https://github.com/josdejong/workerpool
33

44

5-
## not yet published, version 10.0.0
5+
## 2025-10-21, version 10.0.0
66

77
BREAKING CHANGES:
88

9+
- Feat: implement `queueStrategy` option (FIFO / LIFO / custom) (#518, #517).
10+
This is a new feature without changes in the public API, but the internal
11+
property `pool.tasks` is changed into `pool.taskQueue`. So, changes are
12+
required if you rely on this internal property. Thanks @amaneru55
913
- Feat: introduce a new `TerminateError` class to differentiate between a
1014
crash and a regular error (see #519, #520). The `TerminateError` class
1115
extends from the class `Error` so no breaking changes in that regard.
1216
But some of the error messages are changed so if you have code that depends
1317
on the exact error messages you may need to change your code accordingly.
14-
Thanks @amaneru55.
18+
Thanks @Julusian.
1519

1620
## 2025-09-10, version 9.3.4
1721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workerpool",
33
"license": "Apache-2.0",
4-
"version": "9.3.4",
4+
"version": "10.0.0",
55
"description": "Offload tasks to a pool of workers on node.js and in the browser",
66
"homepage": "https://github.com/josdejong/workerpool",
77
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",

0 commit comments

Comments
 (0)