Skip to content

Commit 8387fb0

Browse files
chore: openworkflow v0.8.1
1 parent fd9cd2e commit 8387fb0

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openworkflow/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
- Fix Postgres key transformation to only camel-case column names, preserving
6+
JSON value object keys in workflow inputs (#368)
7+
38
## 0.8.0
49

510
- Add child workflow support with `step.runWorkflow` (#342, #349)

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.8.0",
3+
"version": "0.8.1",
44
"description": "Open-source TypeScript framework for building durable, resumable workflows",
55
"keywords": [
66
"durable execution",

0 commit comments

Comments
 (0)