From 1ce180c6d9d4e380fbda75929b6b927f952bec70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:46:47 +0000 Subject: [PATCH] chore(release): version package --- .changeset/stream-callback-actor-gates.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/stream-callback-actor-gates.md diff --git a/.changeset/stream-callback-actor-gates.md b/.changeset/stream-callback-actor-gates.md deleted file mode 100644 index 4f917f6..0000000 --- a/.changeset/stream-callback-actor-gates.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Preserve the creating actor's input gate and async context in ReadableStream -and TransformStream callbacks. Delayed input and stream demand previously entered -provider callbacks or tool execution without their creating scope, causing -valid model turns, title actions, and routine actions to fail at storage access. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebfaf0..94cea14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.8.3 + +### Patch Changes + +- a423fd2: Preserve the creating actor's input gate and async context in ReadableStream + and TransformStream callbacks. Delayed input and stream demand previously entered + provider callbacks or tool execution without their creating scope, causing + valid model turns, title actions, and routine actions to fail at storage access. + ## 0.8.2 ### Patch Changes diff --git a/package.json b/package.json index b5c567d..04bfeef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.8.2", + "version": "0.8.3", "description": "Cloudflare's Durable Object runtime (workerd), ported to TypeScript: actors with input/output gates, SQLite storage, facets and alarms, running in the browser and in Node.", "keywords": [ "actors",