Skip to content

Commit af0c45d

Browse files
chore: release packages (#30)
1 parent 67def3c commit af0c45d

5 files changed

Lines changed: 22 additions & 12 deletions

File tree

.changeset/tame-bags-work.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/redis/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @workflow-worlds/redis
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/mizzle-dev/workflow-worlds/pull/29) [`67def3c`](https://github.com/mizzle-dev/workflow-worlds/commit/67def3c1468d0df1b8c46336bfd4459f7f065f59) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Fix webhook e2e regressions where webhook endpoints could return 404 in Redis and Turso worlds.
8+
9+
- Redis: avoid closing stream readers before final persisted chunks are drained.
10+
- Turso: avoid closing stream readers during initial replay before buffered chunks are delivered.
11+
- Turso: normalize hook metadata nulls to undefined to preserve expected hydration behavior.
12+
313
## 0.2.1
414

515
### Patch Changes

packages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/redis",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Redis World implementation for Workflow DevKit using BullMQ",
55
"author": "Dustin Townsend",
66
"license": "MIT",

packages/turso/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @workflow-worlds/turso
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/mizzle-dev/workflow-worlds/pull/29) [`67def3c`](https://github.com/mizzle-dev/workflow-worlds/commit/67def3c1468d0df1b8c46336bfd4459f7f065f59) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Fix webhook e2e regressions where webhook endpoints could return 404 in Redis and Turso worlds.
8+
9+
- Redis: avoid closing stream readers before final persisted chunks are drained.
10+
- Turso: avoid closing stream readers during initial replay before buffered chunks are delivered.
11+
- Turso: normalize hook metadata nulls to undefined to preserve expected hydration behavior.
12+
313
## 0.2.1
414

515
### Patch Changes

packages/turso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/turso",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Turso/libSQL World implementation for Workflow DevKit",
55
"author": "Dustin Townsend",
66
"license": "MIT",

0 commit comments

Comments
 (0)