Skip to content

Conversation

@github-actions
Copy link
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/query-db-collection@0.2.37

Patch Changes

  • Behavior change: utils.refetch() now uses exact query key targeting (previously used prefix matching). This prevents unintended cascading refetches of related queries. For example, refetching ['todos', 'project-1'] will no longer trigger refetches of ['todos'] or ['todos', 'project-2']. (#552)

    Additionally, utils.refetch() now bypasses enabled: false to support manual/imperative refetch patterns (matching TanStack Query hook behavior) and returns QueryObserverResult instead of void for better DX.

@tanstack/db-example-react-todo@0.1.16

Patch Changes

  • Updated dependencies [c2a5c28]:
    • @tanstack/query-db-collection@0.2.37

@KyleAMathews KyleAMathews merged commit 2d4d5e1 into main Oct 27, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch October 27, 2025 23:36
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