@tanstack/solid-query@6.0.0-rc.3
Pre-release
Pre-release
·
154 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- #11394
f41ac71- SweepX-Revalidatekeys in the single-flight consumer. A mutation can declare its invalidation scope with Solid'sreload/redirectrevalidateoption; 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.