Skip to content

Commit d032c8f

Browse files
committed
0.2.8-alpha.0
1 parent 7bbf9f6 commit d032c8f

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,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.8 alpha
4+
5+
- Adds asynchronous events - wait for an event in a workflow, send
6+
events asynchronously - allows pause/resume, human-in-loop, etc.
7+
- Supports nested workflows with step.runWorkflow.
8+
- Reduces read bandwidth when reading the journal after running many steps in parallel.
9+
310
## 0.2.7
411

512
- Support for console logging & timing in workflows

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.2.7",
3+
"version": "0.2.8-alpha.0",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)