Skip to content

Commit 6782ac7

Browse files
committed
0.3.6
1 parent ef27304 commit 6782ac7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## 0.3.6
4+
5+
- Allow restarting a workflow from a given step with `workflow.restart`
6+
- Tightens the types to not allow passing `runAfter` and `runAt` at the same
7+
time
8+
39
## 0.3.5
410

511
- Uses getConvexSize instead of bespoke sizing logic (requires convex ^1.31.7)
612
- Improves error messaging for journal entry mismatches
713
- Supports the latest Workpool (peer dep semver - no code changes needed)
14+
- Fix: cleans up nested workflows and events
815

916
## 0.3.4
1017

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,6 +1,6 @@
11
{
22
"name": "@convex-dev/workflow",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)