Skip to content

Releases: TanStack/query

v5.87.4

10 Sep 14:11
Compare
Choose a tag to compare

Version 5.87.4 - 9/10/25, 2:09 PM

Changes

Fix

  • query-core: infinite re-renders in useQueries (#9639) (19445a0) by Minha Kang

Test

  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#9630) (ccedf33) by @sukvvon

Packages

v4.41.0

09 Sep 07:22
Compare
Choose a tag to compare

Version 4.41.0 - 9/9/25, 7:21 AM

Changes

Feat

Packages

v4.40.2

09 Sep 06:36
Compare
Choose a tag to compare

Version 4.40.2 - 9/9/25, 6:35 AM

Changes

Fix

  • ci: resolve v4 CI timeout by disabling Nx Cloud distributed execution (#9623) (3ef06cf) by Kim YoungHoon

Ci

Other

Packages

v5.87.3

08 Sep 12:52
Compare
Choose a tag to compare

Version 5.87.3 - 9/8/25, 12:51 PM

Changes

Fix

  • query-devtools: add work break to code element to prevent DevPanel from expanding (#9625) (af50368) by Ji-hoon Choi

Docs

  • update fetchNextPage condition in Example component (#9626) (f023881) by amir hossein Agha alikhani
  • Remove fragment in disabling-queries guide (#9619) (f49cc75) by Zakaria Abu Sarah ザカリヤ

Packages

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