diff --git a/.changeset/calm-actors-resume.md b/.changeset/calm-actors-resume.md deleted file mode 100644 index 2ed304a..0000000 --- a/.changeset/calm-actors-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Serialize transformed await publication until the owning continuation resumes so overlapping actors cannot overwrite each other's ambient identity. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7fc15..b9fe5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.6 + +### Patch Changes + +- 059433a: Serialize transformed await publication until the owning continuation resumes so overlapping actors cannot overwrite each other's ambient identity. + ## 0.3.5 ### Patch Changes diff --git a/package.json b/package.json index 0e2e0b5..c5d8d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.3.5", + "version": "0.3.6", "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",