Skip to content

Commit 792aca2

Browse files
committed
0.3.1
1 parent 7216bd6 commit 792aca2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

3-
## 0.3.1 alpha
3+
## 0.3.1
44

55
- Only warn if the limit is set to >100
66
- Allow setting maxParallelism to 0 to pause the workpool
77
- Allow updating configs like maxParallelism directly via function calls, and
88
allow enqueueing without specifying maxParallelism, to inherit the current
9-
config. For best results, either specify maxParallelism directly in the
10-
config, or only via config.update calls, but not both.
9+
config. Note: if configs are specified on the Workpool class, each call will
10+
overwrite the current config.
1111

1212
## 0.3.0
1313

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
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "https://github.com/get-convex/workpool/issues"
99
},
10-
"version": "0.3.1-alpha.0",
10+
"version": "0.3.1",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

0 commit comments

Comments
 (0)