diff --git a/.changeset/quiet-awaits-resume.md b/.changeset/quiet-awaits-resume.md deleted file mode 100644 index d4e6f42..0000000 --- a/.changeset/quiet-awaits-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Restore actor context at the first instruction after each transformed await so delayed continuations cannot outlive their captured input lock. diff --git a/CHANGELOG.md b/CHANGELOG.md index d15d78e..b6e7750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.4 + +### Patch Changes + +- 6616bcb: Restore actor context at the first instruction after each transformed await so delayed continuations cannot outlive their captured input lock. + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index 9159154..20e98a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.3.3", + "version": "0.3.4", "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",