From bdb68cab5bbba4d0e18ebda076aafab8593130c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:13:25 +0000 Subject: [PATCH] Version Packages --- .changeset/kernel-async-context.md | 5 ----- .changeset/ninety-parrots-act.md | 5 ----- .changeset/silent-otters-jump.md | 5 ----- .changeset/tidy-errors-passthrough.md | 5 ----- packages/durable-isolates/CHANGELOG.md | 13 +++++++++++++ packages/durable-isolates/package.json | 2 +- 6 files changed, 14 insertions(+), 21 deletions(-) delete mode 100644 .changeset/kernel-async-context.md delete mode 100644 .changeset/ninety-parrots-act.md delete mode 100644 .changeset/silent-otters-jump.md delete mode 100644 .changeset/tidy-errors-passthrough.md create mode 100644 packages/durable-isolates/CHANGELOG.md diff --git a/.changeset/kernel-async-context.md b/.changeset/kernel-async-context.md deleted file mode 100644 index e65c6ad..0000000 --- a/.changeset/kernel-async-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"durable-isolates": minor ---- - -feat: async-context boundary prefix (parallel-safe nesting), split bridge globals, reserved-specifier guard diff --git a/.changeset/ninety-parrots-act.md b/.changeset/ninety-parrots-act.md deleted file mode 100644 index 9584196..0000000 --- a/.changeset/ninety-parrots-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"durable-isolates": patch ---- - -feat: durable isolates diff --git a/.changeset/silent-otters-jump.md b/.changeset/silent-otters-jump.md deleted file mode 100644 index bdd0556..0000000 --- a/.changeset/silent-otters-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"durable-isolates": patch ---- - -chore: bump `@iso4/sandbox` to `^0.4.0` diff --git a/.changeset/tidy-errors-passthrough.md b/.changeset/tidy-errors-passthrough.md deleted file mode 100644 index 96bf71a..0000000 --- a/.changeset/tidy-errors-passthrough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"durable-isolates": patch ---- - -Faithful durable-call error propagation on iso4 >=0.2.2. A failed durable call now REJECTS the bridge with the recorded error instead of returning an `{ ok: false }` envelope: iso4 (>=0.2.2, which closed schplitt/iso4#22) delivers a rejecting bridge into the sandbox `catch` as a real `Error` with its `name`/`message`/own fields intact, and surfaces a structured `RunError` (`name`/`message`/`fields`) on the host for uncaught failures. This removes the hand-rolled `serializeError`/`__di_reconstruct` workaround and the exported `SerializedError` type — `FailedResult.error` and `FailedBoundary.error` are now `unknown` (the thrown value recorded as plain, persistable data, with the host `stack` stripped). Bumps the `@iso4/sandbox` floor to `^0.2.2`. diff --git a/packages/durable-isolates/CHANGELOG.md b/packages/durable-isolates/CHANGELOG.md new file mode 100644 index 0000000..5726214 --- /dev/null +++ b/packages/durable-isolates/CHANGELOG.md @@ -0,0 +1,13 @@ +# durable-isolates + +## 0.1.0 + +### Minor Changes + +- de4f12d: feat: async-context boundary prefix (parallel-safe nesting), split bridge globals, reserved-specifier guard + +### Patch Changes + +- 43fbd92: feat: durable isolates +- 5827d5f: chore: bump `@iso4/sandbox` to `^0.4.0` +- 7ce225a: Faithful durable-call error propagation on iso4 >=0.2.2. A failed durable call now REJECTS the bridge with the recorded error instead of returning an `{ ok: false }` envelope: iso4 (>=0.2.2, which closed schplitt/iso4#22) delivers a rejecting bridge into the sandbox `catch` as a real `Error` with its `name`/`message`/own fields intact, and surfaces a structured `RunError` (`name`/`message`/`fields`) on the host for uncaught failures. This removes the hand-rolled `serializeError`/`__di_reconstruct` workaround and the exported `SerializedError` type — `FailedResult.error` and `FailedBoundary.error` are now `unknown` (the thrown value recorded as plain, persistable data, with the host `stack` stripped). Bumps the `@iso4/sandbox` floor to `^0.2.2`. diff --git a/packages/durable-isolates/package.json b/packages/durable-isolates/package.json index 2e34752..b392cf3 100644 --- a/packages/durable-isolates/package.json +++ b/packages/durable-isolates/package.json @@ -1,6 +1,6 @@ { "name": "durable-isolates", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "description": "The replay kernel for durable-workflows: durably execute one isolate program over a log, built on top of iso4", "keywords": [