Skip to content

v0.7.0

Choose a tag to compare

@fahchen fahchen released this 31 May 01:24
· 7 commits to main since this release
87f544f

Changed (breaking — wire protocol)

  • Transport / @musubi/client — Connection roots are now identified
    by (module, caller id); the server composes and assigns the wire
    root_id, which the client treats as opaque. Fixes silent state
    corruption when two roots shared a caller id. Duplicate (module, id)
    on one connection is rejected with :already_mounted. Client-side
    dedup removed. Tooling that pinned literal root_id values must
    update. See spec/domains/runtime/features/connection-root-identity.feature (#65).