Skip to content

Releases: TanStack/query

v5.80.6

05 Jun 13:11
Compare
Choose a tag to compare

Version 5.80.6 - 6/5/25, 1:09 PM

Changes

Refactor

  • types: revert narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#9202)" (#9251) (dfbda9d) by Braden Wong

Packages

v5.80.5

04 Jun 18:44
Compare
Choose a tag to compare

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix

  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#9230) (9e0e60c) by René Klomp

Packages

v5.80.4

04 Jun 18:20
Compare
Choose a tag to compare

Version 5.80.4 - 6/4/25, 6:20 PM

Changes

Fix

  • vue-query: make vue-query client compatible with query-core (#9250) (fc92ef9) by Damian Osipiuk

Docs

Packages

v5.80.3

04 Jun 09:49
Compare
Choose a tag to compare

Version 5.80.3 - 6/4/25, 9:48 AM

Changes

Fix

  • react-query: move hydrationQueue from state to a derived value (#9247) (0d2c2e0) by Fredrik Höglund

Docs

Packages

v5.80.2

03 Jun 12:10
Compare
Choose a tag to compare

Version 5.80.2 - 6/3/25, 12:08 PM

Changes

Fix

Packages

v5.80.1

03 Jun 11:24
Compare
Choose a tag to compare

Version 5.80.1 - 6/3/25, 11:23 AM

Changes

Perf

  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#9201) (57c6ce1) by novice0840

Packages

v5.80.0

03 Jun 09:37
Compare
Choose a tag to compare

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat

  • query-devtools: add indicator for staleTime: "static" (#9215) (3e7d715) by MINSEONG KIM

Refactor

  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#9221) (4bf169e) by novice0840

Chore

  • consolidate noop function usage across framework packages (#9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#9218) (3a89ec9) by Braden Wong

Packages

v5.79.2

02 Jun 16:30
Compare
Choose a tag to compare

Version 5.79.2 - 6/2/25, 4:29 PM

Changes

Refactor

  • react-query: change the order of const variables (#9211) (0e083c6) by novice0840
  • query-core: extract context creation to functions and move type assertions (#9210) (0cbfc5e) by Braden Wong

Packages

v5.79.1

02 Jun 16:19
Compare
Choose a tag to compare

Version 5.79.1 - 6/2/25, 4:17 PM

Changes

Refactor

  • types: narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#9202) (982f6ca) by Braden Wong

Docs

  • Mention query keys needs to be serializable using JSON.stringify (#9204) (ff2b51a) by Zentrik

Packages

v4.39.1

31 May 13:10
Compare
Choose a tag to compare

Version 4.39.1 - 5/31/25, 1:09 PM (Manual Release)

Changes

Fix

  • v4: ensure packages are built during CI (#9227) (4f93b86) by Lachlan Collins

Ci

  • v4: fix Nx commands (52f93a5) by Lachlan Collins

Packages