Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:26
· 8 commits to main since this release

Minor Changes

  • fa462df Thanks @Torsten85! - Add React-aware createClient that wraps live query push updates in startTransition. This prevents live query pushes from triggering Suspense fallbacks while a useTransition is pending. The base createClient gains a wrapLiveQueryUpdate option for custom wrapping.

Patch Changes

  • ee4df1e Thanks @Torsten85! - Retry live query subscription on revision mismatch instead of throwing.