T

TanStack Query

T
TanStack Query Web v6.2.0

@tanstack/svelte-query@6.2.0

Minor Changes #11356 f6ae1cc - feat(svelte-query): add 'DefinedInitialDataInfiniteOptions' overload for 'createInfiniteQuery'/'infiniteQueryOptions' Patch Changes Updated dependencies [e57f816, fdae2ce, a1119e5, cbf77bf]: @tanstack/query-core@5.103.0

T
TanStack Query Web v5.103.0

@tanstack/vue-query@5.103.0

Patch Changes #11439 12027ef - fix(vue-query): make sure useQuery can accept queryOptions on type level #11287 2bc8ecf - Re-export core query and mutation filter types without shadowing them with Vue-specific filter types. Updated dependencies [e57f816, fdae2ce, a1119e5, cbf77bf]: @tanstack/query-core@5.103.0

T
TanStack Query Web

Release 2026-09-04 22:28

Release 2026-09-04 22:28 Changes Features solid-query: sweep X-Revalidate keys in the single-flight consumer (#11394) (f41ac71) by @ryansolid Packages @tanstack/solid-query@6.0.0-rc.3 @tanstack/solid-query-devtools@6.0.0-rc.3 @tanstack/solid-query-persist-client@6.0.0-rc.3

T
TanStack Query Web v6.0.0-rc

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

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…

T
TanStack Query Web

Release 2026-09-02 22:20

Release 2026-09-02 22:20 Changes Features solid-query: built-in single-flight consumer via FLIGHT_DATA_SOURCE (#11326) (72f8185) by @ryansolid Fix solid-query: scope useMutation's cache subscription to the flight (#11325) (209f9f5) by @ryansolid Packages @tanstack/solid-query@6.0.0-rc.2 @tanstack/solid-query-devtools@6.0.0-rc.2 @tanstack/solid-query-persist-client@6.0.0-rc.2

T
TanStack Query Web v6.0.0-rc

@tanstack/solid-query-devtools@6.0.0-rc.2

Patch Changes #11326 72f8185 - Require solid-js and @solidjs/web 2.0.0-rc.6+. rc.6 ships the named flight-data source API the single-flight consumer uses, plus the async settle fix the adapter depends on (rc.5's settle-walk regression breaks query hydration). Updated dependencies [72f8185, 72f8185, 209f9f5, 72f8185]: @tanstack/solid-query@6.0.0-rc.2

T
TanStack Query Web v6.0.0-rc

@tanstack/solid-query-persist-client@6.0.0-rc.2

Patch Changes #11326 72f8185 - Require solid-js and @solidjs/web 2.0.0-rc.6+. rc.6 ships the named flight-data source API the single-flight consumer uses, plus the async settle fix the adapter depends on (rc.5's settle-walk regression breaks query hydration). Updated dependencies [72f8185, 72f8185, 209f9f5, 72f8185]: @tanstack/solid-query@6.0.0-rc.2

T
TanStack Query Web v6.0.0-rc

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

Minor Changes #11326 72f8185 - SSR lifecycle utilities: new dehydrateSettled awaits in-flight queries before dehydrating so streamed HTML carries settled data; QueryClientProvider tears the client down after server render disposal (cancelQueries + clear, preventing cross-request leaks) and dehydration now respects defaultOptions.dehydrate.shouldDehydrateQuery filtering. #11326 72f8185 - Built-in s…

T
TanStack Query Web

Release 2026-08-28 23:43

Release 2026-08-28 23:43 Changes Features solid-query: rewrite the adapter onto Solid 2.0's native async model (#11308) (c809e09) by @ryansolid Fix eslint-plugin-query: ignore call targets in exhaustive-deps (#11067) (7ac45ed) by @Newbie012 query-devtools: set window.nonce in setupStyleSheet (#10736) (49012db) by @842u devtools: add transform: translateZ(0) for Safari overflow rendering (#10638) (…

T
TanStack Query Web v6.0.0-rc

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

Major Changes #11308 c809e09 - feat: rewrite the adapter onto Solid 2.0's native async model. Query reads are now a single async computation (suspends into <Loading>, holds previous data through refetches, routes rejections to <Errored>, serializes settled values for streaming hydration) served through an auto-reconciling store projection — deep reads are fine-grained and item identity survives ac…