Skip to content

🦋 New version release#10

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

🦋 New version release#10
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.6.0

Minor Changes

  • e9fa854: Distributed Backplane backends (SMOODEV-1892): RedisBackplane and NatsBackplane — the horizontal scale-out seam. Both implement the Backplane trait by wrapping a per-pod InMemoryBackplane for local registry + delivery and adding a pub/sub bus (Redis/Valkey channel or NATS subject) for cross-pod fan-out: publish(Target, event) delivers to local sockets immediately, then broadcasts a BackplaneEnvelope so every other pod re-resolves the target against its own registry and delivers to its sockets (the origin pod skips its own echo). This makes the same publish call reach a socket on any replica — required to run the WS service with >1 pod, and the cross-pod path for non-AI publishers. Selected at runtime via SMOOTH_AGENT_BACKPLANE (memory | redis/valkey | nats) + SMOOTH_AGENT_BACKPLANE_URL; default stays single-process in-memory. Target is now Serialize/Deserialize and a shared BackplaneEnvelope is exposed so a host's own transport adapter can speak the same wire format. New crates: adapters/backplane-redis, adapters/backplane-nats (cross-pod fan-out proven end-to-end over real Redis + NATS via testcontainers).

@brentrager brentrager force-pushed the changeset-release/main branch from 50bd0cc to 73a1d52 Compare June 14, 2026 05:06
@brentrager brentrager merged commit bb29a42 into main Jun 14, 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