Skip to content

Releases: TanStack/query

v5.87.2

05 Sep 14:37
Compare
Choose a tag to compare

Version 5.87.2 - 9/5/25, 2:37 PM

Changes

Fix

  • solid-query-devtools: fix typing issue (#9621) (3af530d) by Alem Tuzlak

Packages

v5.87.1

05 Sep 14:16
Compare
Choose a tag to compare

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix

  • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

05 Sep 11:56
Compare
Choose a tag to compare

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat

Docs

  • angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud

Packages

v5.86.0

04 Sep 09:28
Compare
Choose a tag to compare

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore

  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#9547) (7306474) by @sukvvon

Test

  • react-query/useMutationState: clarify assertions and improve code formatting (#9611) (43049c5) by @sukvvon

Other

Packages

v5.85.9

02 Sep 12:18
Compare
Choose a tag to compare

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix

  • query-core: ensure combine re-executes after cache restoration with memoized combine (#9592) (564a4f6) by Kim YoungHoon

Test

  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#9605) (5221029) by @sukvvon

Packages

v5.85.8

02 Sep 07:59
Compare
Choose a tag to compare

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor

  • react-query: replace magic number with named constant in suspense timers (#9607) (ef0c16e) by Minha Kang

Ci

  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

02 Sep 07:23
Compare
Choose a tag to compare

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor

Docs

Packages

v5.85.6

30 Aug 12:22
Compare
Choose a tag to compare

Version 5.85.6 - 8/30/25, 12:21 PM

Changes

Fix

  • core: make sure queries revert synchronously (#9601) (379670d) by Dominik Dorfmeister

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#9473) (7c464e3) by renovate[bot]

Test

  • react-query/useMutation: remove "@testing-library/jest-dom/vitest" import (#9569) (a1b1279) by @sukvvon

Docs

  • update mutation status type (#9595) (428c19f) by @wo-o29
  • remove unnecessary trailing comma (#9594) (2a8ba49) by @wo-o29
  • fix type definitions in useQuery options (union, parameters, extra parentheses) (#9596) (54efe22) by @wo-o29
  • fix missing comma in useMutation example to prevent syntax errors (#9593) (ad0ca9f) by @wo-o29
  • Updates examples for invalidation from mutations (#9261) (1b0346f) by Kier Borromeo
  • Add not-prose class to browser logo images in devtools documentation (#9556) (9a3f683) by Dmytro Borysov

Packages

v5.85.5

19 Aug 09:42
Compare
Choose a tag to compare

Version 5.85.5 - 8/19/25, 9:41 AM

Changes

Fix

  • core: only reject when promise gets used (#9576) (abab082) by Dominik Dorfmeister

Packages

v5.85.4

19 Aug 09:12
Compare
Choose a tag to compare

Version 5.85.4 - 8/19/25, 9:10 AM

Changes

Fix

  • core: never revert to undefined data (#9577) (e4f5ce8) by Dominik Dorfmeister

Docs

  • react-query: recommend defaultError = unknown instead of AxiosError (#9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo

Packages