Skip to content

Commit 6334b46

Browse files
chore: openworkflow v0.8.0 & @openworkflow/cli v0.4.2 & @openworkflow/dashboard v0.1.7
1 parent bbacac4 commit 6334b46

7 files changed

Lines changed: 31 additions & 8 deletions

File tree

package-lock.json

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

packages/cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @openworkflow/cli
22

3+
## 0.4.2
4+
5+
- Stop the backend at the end of the default `hello-world.run` script template
6+
- Add `openworkflow/backend.db*` to generated `.gitignore` entries for SQLite
7+
38
## 0.4.1
49

510
- Add support for `openworkflow` v0.7.0

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openworkflow/cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"exports": {
66
".": {
@@ -39,6 +39,6 @@
3939
"vitest": "^4.0.18"
4040
},
4141
"peerDependencies": {
42-
"openworkflow": "^0.6.0 || ^0.7.0"
42+
"openworkflow": "^0.6.0 || ^0.7.0 || ^0.8.0"
4343
}
4444
}

packages/dashboard/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openworkflow/dashboard
22

3+
## 0.1.7
4+
5+
- Add child workflow visibility in run list and run details (#342)
6+
- Treat legacy `sleeping` runs as `running` in dashboard status displays (#347)
7+
- Merge legacy `sleeping` counts into `running` Prometheus metrics
8+
39
## 0.1.6
410

511
- Switch to global backend run stats

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openworkflow/dashboard",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"bin": "./bin.mjs",
66
"files": [

packages/openworkflow/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
- Add child workflow support with `step.runWorkflow` (#342, #349)
6+
- Add auto-indexing for duplicate step names (#344)
7+
- Various backend query improvements
8+
- Enforce a hard cap of 1000 step attempts per workflow run (#343)
9+
- Park workflow runs in `running` instead of legacy `sleeping` status (#347)
10+
- Fix invoke race handling for parked parent workflows and parent wakeups
11+
- Fix replay and parallel execution edge cases around retries and parked waits
12+
- Fix stale-write and worker-claim race conditions in workflow run transitions
13+
- Fix deadline-exceeded retry computation and workflow completion timeout logic
14+
315
## 0.7.3
416

517
- Add `run` metadata to workflows

packages/openworkflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openworkflow",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "Open-source TypeScript framework for building durable, resumable workflows",
55
"keywords": [
66
"durable execution",

0 commit comments

Comments
 (0)