Skip to content

@tanstack/db@0.8.4

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:31
Immutable release. Only release title and notes can be modified.
afbacf7

Patch Changes

  • Preserve parent-specific include results through nested includes, subqueries, unions, joins, ordering, projections, aggregates, and having clauses. (#1761)

  • Report incremental subset-load failures through subscriptions, live-query utilities, and effects while keeping cached source rows available. Recover cleanly from failed or overlapping must-refetch replays, collection cleanup, effect teardown errors, and cooperative adapter cancellation. Electric's shared-stream snapshot path still depends on upstream request identity or cancellation support to prevent rows from an aborted request from arriving before the request Promise settles. (#1756)