Skip to content

ci: Version Packages#1475

Merged
kevin-dp merged 1 commit intomainfrom
changeset-release/main
Apr 14, 2026
Merged

ci: Version Packages#1475
kevin-dp merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/angular-db@0.1.65

Patch Changes

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@tanstack/db@0.6.5

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

Patch Changes

@tanstack/electric-db-collection@0.3.3

Patch Changes

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@tanstack/offline-transactions@1.0.30

Patch Changes

@tanstack/powersync-db-collection@0.1.43

Patch Changes

@tanstack/query-db-collection@1.0.36

Patch Changes

@tanstack/react-db@0.1.83

Patch Changes

@tanstack/react-native-db-sqlite-persistence@0.1.9

Patch Changes

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

@tanstack/rxdb-db-collection@0.1.71

Patch Changes

@tanstack/solid-db@0.2.19

Patch Changes

@tanstack/svelte-db@0.1.82

Patch Changes

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

Patch Changes

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

@tanstack/trailbase-db-collection@0.1.83

Patch Changes

@tanstack/vue-db@0.0.116

Patch Changes

@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.9

Patch Changes

  • Updated dependencies [232f228, 232f228]:
    • @tanstack/db@0.6.5
    • @tanstack/capacitor-db-sqlite-persistence@0.1.9

@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.9

Patch Changes

  • Updated dependencies [232f228, 232f228]:
    • @tanstack/db@0.6.5
    • @tanstack/expo-db-sqlite-persistence@0.1.9

@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.9

Patch Changes

  • Updated dependencies [232f228, 232f228]:
    • @tanstack/db@0.6.5
    • @tanstack/tauri-db-sqlite-persistence@0.1.9

@kevin-dp kevin-dp merged commit 29cf7ce into main Apr 14, 2026
@kevin-dp kevin-dp deleted the changeset-release/main branch April 14, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant