Skip to content

Version Packages - #5

Merged
schplitt merged 1 commit into
mainfrom
changeset-release/main
Jul 30, 2026
Merged

Version Packages#5
schplitt merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

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 Propagate host-handler error name/stack/data across the bridge (BridgeResponse), not just message 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.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 065bfb7 to 628766d Compare July 15, 2026 17:30
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 4a2d3a3 to c03b98f Compare July 25, 2026 20:23
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c03b98f to bdb68ca Compare July 30, 2026 11:13
@schplitt
schplitt merged commit 3cbf9f3 into main Jul 30, 2026
1 check passed
@schplitt
schplitt deleted the changeset-release/main branch July 30, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Propagate host-handler error name/stack/data across the bridge (BridgeResponse), not just message

1 participant