Skip to content

Releases: TanStack/db

@tanstack/offline-transactions@1.0.30

14 Apr 11:19
29cf7ce

Choose a tag to compare

Patch Changes

@tanstack/node-db-sqlite-persistence@0.1.9

14 Apr 11:19
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9

@tanstack/expo-db-sqlite-persistence@0.1.9

14 Apr 11:19
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9

@tanstack/electron-db-sqlite-persistence@0.1.9

14 Apr 11:18
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9

@tanstack/electric-db-collection@0.3.3

14 Apr 11:18
29cf7ce

Choose a tag to compare

Patch Changes

@tanstack/db@0.6.5

14 Apr 11:19
29cf7ce

Choose a tag to compare

Patch Changes

  • fix: pass child where clauses to loadSubset in includes (#1471)

    Pure-child WHERE clauses on includes subqueries (e.g., .where(({ item }) => eq(item.status, 'active'))) are now passed through to the child collection's loadSubset/queryFn, enabling server-side filtering. Previously only the correlation filter reached the sync layer; additional child filters were applied client-side only.

  • fix: lazy load includes child collections in on-demand sync mode (#1471)

    Includes child collections now use the same lazy loading mechanism as regular joins. When a query uses includes with a correlation WHERE clause (e.g., .where(({ item }) => eq(item.rootId, r.id))), only matching child rows are loaded on-demand via requestSnapshot({ where: inArray(field, keys) }) instead of loading all data upfront. This ensures the sync layer's queryFn receives the correlation filter in loadSubsetOptions, enabling efficient server-side filtering.

@tanstack/db-sqlite-persistence-core@0.1.9

14 Apr 11:18
29cf7ce

Choose a tag to compare

Patch Changes

@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.1.9

14 Apr 11:19
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9

@tanstack/capacitor-db-sqlite-persistence@0.1.9

14 Apr 11:18
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9

@tanstack/browser-db-sqlite-persistence@0.1.9

14 Apr 11:18
29cf7ce

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.1.9