Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/stream-callback-actor-gates.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down