Skip to content

@tanstack/solid-query@6.0.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:28
· 154 commits to main since this release
Immutable release. Only release title and notes can be modified.
3cfb45d

Patch Changes

  • #11394 f41ac71 - Sweep X-Revalidate keys in the single-flight consumer. A mutation can declare its invalidation scope with Solid's reload/redirect revalidate option; the flight payload covers what the server recomputed, and whatever a declared key matches beyond it (parameterized instances only the client holds, queries no loader owns) is now invalidated client-side — active queries refetch in the background, inactive ones are marked stale. Keys match by queryKey prefix, mirroring Solid Router's consumption of the same header.