Skip to content

🦋 New version release#8

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jun 13, 2026
Merged

🦋 New version release#8
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

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

@smooai/smooth-operator@0.5.0

Minor Changes

  • e6d9dbe: Connection backplane (SMOODEV-1891): a pluggable Backplane trait + default InMemoryBackplane in the OSS server — the scale-out + event-delivery seam. Each connection's outbound sink is attached on connect and associated with its session/agent; publish(Target, event) delivers to every connection for a target. This is the foundation for running >1 replica (a Redis/NATS impl makes delivery cross-pod) and the plug point for non-AI realtime: any service can publish(Target::Session(...), event) and reach the connected client over WebSocket. Wired into AppState (with_backplane) + the connection lifecycle. Runtime-agnostic (the sink is a closure, no tokio dep added to the lib).

@brentrager brentrager force-pushed the changeset-release/main branch from 783277f to 50bd0cc Compare June 13, 2026 22:13
@brentrager brentrager merged commit 4c7fdde into main Jun 13, 2026
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