Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 05:41
· 25 commits to main since this release

7.0.0 (2026-09-21)

⚠ BREAKING CHANGES

  • core: MeshTransport.connectHub and disconnectHub are replaced by joinHub, and
    MeshStore contacts no hub unless given a hubUrl.

Features

  • core: connect every store to the relay hub itself (8802722)

Bug Fixes

  • core: hold a hub session only while the store has something to say (6cf2fa7)

Documentation

  • core: describe the hub connection as per store, not per coordinator (ba41852)