diff --git a/.changeset/resolve-loopback-caller.md b/.changeset/resolve-loopback-caller.md deleted file mode 100644 index c2b7e1f..0000000 --- a/.changeset/resolve-loopback-caller.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Add `ActorContainer.resolveLoopback()` so in-realm actor bindings use the raw instance only for exact self-calls. Other calls enter the target gate and resume through the exact current, transformed, or structurally supplied caller, including separately bundled runtime copies. - -Verify await-transform coverage against final build modules and warn on development fail-open paths. Reject failed critical sections with `BrokenActorError`, expose queued-entry cancellation, align the `cloudflare-workers` declaration path with its JavaScript entry, and remove the ineffective scheduler WAL pragma. diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e7750..9d7fc15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.5 + +### Patch Changes + +- 28366a5: Add `ActorContainer.resolveLoopback()` so in-realm actor bindings use the raw instance only for exact self-calls. Other calls enter the target gate and resume through the exact current, transformed, or structurally supplied caller, including separately bundled runtime copies. + + Verify await-transform coverage against final build modules and warn on development fail-open paths. Reject failed critical sections with `BrokenActorError`, expose queued-entry cancellation, align the `cloudflare-workers` declaration path with its JavaScript entry, and remove the ineffective scheduler WAL pragma. + ## 0.3.4 ### Patch Changes diff --git a/package.json b/package.json index 1592c3a..0e2e0b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.3.4", + "version": "0.3.5", "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",