Skip to content

Commit 3d7b107

Browse files
committed
0.2.8-alpha.4
1 parent f015e2a commit 3d7b107

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Reduces read bandwidth when reading the journal after running many steps in parallel.
1313
- Simplifies the onComplete type requirement so you can accept a workflowId as a string.
1414
This helps when you have statically generated types which can't do branded strings.
15+
- Adds a /test entrypoint to make testing easier
1516

1617
## 0.2.7
1718

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@convex-dev/workflow",
3-
"version": "0.2.8-alpha.3",
3+
"version": "0.2.8-alpha.4",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",
@@ -52,15 +52,14 @@
5252
}
5353
},
5454
"peerDependencies": {
55-
"@convex-dev/workpool": "^0.2.18",
55+
"@convex-dev/workpool": "^0.2.19",
5656
"convex": ">=1.25.0 <1.35.0",
5757
"convex-helpers": "^0.1.99"
5858
},
5959
"dependencies": {
6060
"async-channel": "^0.2.0"
6161
},
6262
"devDependencies": {
63-
"@convex-dev/workpool": "^0.2.19-alpha.2",
6463
"@edge-runtime/vm": "5.0.0",
6564
"@eslint/eslintrc": "3.3.1",
6665
"@eslint/js": "9.37.0",

0 commit comments

Comments
 (0)