Skip to content

Commit 2ed6875

Browse files
committed
0.4.0
1 parent 3910d2c commit 2ed6875

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
- Stores args & onComplete.context separately in "payloads" when they are
6+
> 8kb, and enforces < 1MB for args+context storage.
7+
- Breaks up batch enqueue calls based on args & context sizes.
8+
- Iterates through completions, recovery, cancelation, etc. to avoid reading too
9+
much data.
10+
- Lazily loads args before executing functions, if they were >8kb.
11+
- Note: the schema is backwards-compatible, but if you want to go back to an
12+
older version of the code, you'll need to either use 0.3.2 or clear out any
13+
work items that are using "payloads"
14+
315
## 0.3.2
416

517
- Adds forwards-compatible schema for upcoming args storage in "payloads"

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.2",
10+
"version": "0.4.0",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

0 commit comments

Comments
 (0)