1.2.13StashSync.app team1 min read

v1.2.13 — Yjs: WebSocket Reconnect & Token Cache Bypass

Adds manual reconnect support to the Yjs WebSocket provider and bypasses the Clerk token cache on reconnect to ensure fresh authentication.

Added

  • Reconnect functionality in YjsProvider: the WebSocket sync provider can now be manually reconnected, enabling recovery from dropped connections without a full page reload.
  • Token cache bypass on reconnect: when reconnecting, the Clerk JWT token is fetched fresh (bypassing the local cache) to prevent authentication failures due to expired or stale tokens.