Skip to content

chore(release): version package - #38

Merged
MiguelsPizza merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

chore(release): version package#38
MiguelsPizza merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

@mcp-b/do-runtime@0.6.0

Minor Changes

  • 0821d6e: Replace the fail-closed Durable Object WebSocket stubs with workerd-compatible hibernatable WebSockets.

    WebSocketPair, WebSocketRequestResponsePair, all eight DurableObjectState WebSocket methods, tags, structured-clone attachments, auto-responses, event timeouts, close state, and webSocketMessage/webSocketClose/webSocketError dispatch now run through actor input and output gates. installActorScope() installs the three WebSocket globals alongside the existing actor-scoped primitives.

    Embedders that evict live actors can mirror socket state through the new optional ports.hibernation callbacks and rehydrate it through ActorContainerOptions.webSockets before the next constructor runs. container.quiescence() exposes the non-blocking eviction signals, and gateHooks makes both gates observable.

    This is a breaking replacement for the exported hibernation-unavailable error and the previous never-typed methods. Hosts should remove reconnect-only fallbacks; applications can use the Agents SDK and PartyServer hibernation defaults.

@MiguelsPizza MiguelsPizza reopened this Aug 28, 2026
@MiguelsPizza
MiguelsPizza merged commit 3c7dad0 into main Aug 28, 2026
2 checks passed
@MiguelsPizza
MiguelsPizza deleted the changeset-release/main branch August 28, 2026 22:30
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.

1 participant