Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2025

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.34

Patch Changes

@tanstack/db@0.5.8

Patch Changes

  • Fix pagination with Date orderBy values when backend has higher precision than JavaScript's millisecond precision. When loading duplicate values during cursor-based pagination, Date values now use a 1ms range query (gte/lt) instead of exact equality (eq) to correctly match all rows that fall within the same millisecond, even if the backend (e.g., PostgreSQL) stores them with microsecond precision. (#913)

  • Fixed incorrect deduplication of limited queries with different where clauses. Previously, a query like {where: searchFilter, limit: 10} could be incorrectly deduplicated against a prior query {where: undefined, limit: 10}, causing search/filter results to only show cached data. Now, limited queries are only deduplicated when their where clauses are structurally equal. (#914)

@tanstack/electric-db-collection@0.2.8

Patch Changes

@tanstack/powersync-db-collection@0.1.12

Patch Changes

@tanstack/react-db@0.1.52

Patch Changes

@tanstack/rxdb-db-collection@0.1.40

Patch Changes

@tanstack/solid-db@0.1.51

Patch Changes

@tanstack/svelte-db@0.1.51

Patch Changes

@tanstack/trailbase-db-collection@0.1.52

Patch Changes

@tanstack/vue-db@0.0.84

Patch Changes

@tanstack/db-collection-e2e@0.0.10

Patch Changes

  • Updated dependencies [954c8fe, 51c73aa]:
    • @tanstack/db@0.5.8
    • @tanstack/electric-db-collection@0.2.8
    • @tanstack/query-db-collection@1.0.5

@github-actions github-actions bot force-pushed the changeset-release/main branch from 79a01f5 to 948938b Compare November 26, 2025 19:01
@KyleAMathews KyleAMathews merged commit 4eb7671 into main Nov 26, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch November 26, 2025 19:06
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.

2 participants