Skip to content

v8.0.0

Choose a tag to compare

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

8.0.0 (2026-09-21)

⚠ BREAKING CHANGES

  • bridge: tryStartWebServer is removed in favour of tryStartBridgeWebServer(store, harness).

Features

  • bridge: serve each bridge's web UI from the bridge's own store (a60793a)
  • mesh-store: let several parties observe delivery events on one store (3576007)
  • mesh-store: let several parties observe state patches on one store (1433754)

Tests

  • mesh-store: cover patch listeners and bind a free port in the new tests (7d7ea32)