Releases: TanStack/query
Releases · TanStack/query
v5.71.7
Version 5.71.7 - 4/2/25, 9:35 PM
Changes
Fix
Chore
- solid-query: update docs (#8942) (509dbd5) by Birk Skyum
- solid-query: update examples, integration, docs (#8941) (5f9eaef) by Birk Skyum
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.6
Version 5.71.6 - 4/2/25, 7:10 PM
Changes
Fix
Chore
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.5
Version 5.71.5 - 4/2/25, 6:39 PM
Changes
Fix
- solid-query: add
useQuery
,useInfiniteQuery
,useQueries
,useMutation
as alternative syntax to align with react and ease maintenance (#8938) (1202ba0) by Birk Skyum
Chore
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.4
Version 5.71.4 - 4/2/25, 1:33 PM
Changes
Refactor
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.3
Version 5.71.3 - 4/2/25, 9:47 AM
Changes
Fix
- query-core: Rename defaultshouldRedactErrors to defaultShouldRedactErrors (#8933) (e73d5b4) by MINSEONG KIM
Chore
- allow Preview Bundle Size to fail (24dd7c7) by TkDodo
Test
- query-core: resolve ESLint typescript-eslint/require-await warnings (#8900) (67ab070) by MINSEONG KIM
- query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for createPersister.test.tsx (#8915) (12762a3) by MINSEONG KIM
- query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for persist.test.tsx (#8914) (15ebad8) by MINSEONG KIM
- react-query-devtools: resolve ESLint typescript-eslint/require-await warnings (#8912) (b1a2fef) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8908) (4be5740) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8907) (78c8a0c) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8905) (815ff24) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8904) (4117d68) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8903) (3799d87) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8902) (4779747) by MINSEONG KIM
- query-core: resolve ESLint typescript-eslint/require-await warnings (#8901) (f4aa6e3) by MINSEONG KIM
- query-core: resolve ESLint typescript-eslint/require-await warnings (#8899) (a8beb4a) by MINSEONG KIM
Docs
- typo (#8932) (7cb634b) by MINSEONG KIM
- ✏️ Fix typo in
docs/framework/react/overview.md
, "React Query" to "TanStack Query" (#8934) (bab9165) by @tiangolo - react-guides: fixed link typo (#8923) (d3cf479) by novice0840
Other
- (8e27629) by Birk Skyum
- (4a3c2fc) by Birk Skyum
- (96a8c1d) by Birk Skyum
- (069cf07) by MINSEONG KIM
- (0c463bc) by Birk Skyum
- (aa382e9) by Birk Skyum
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.2
Version 5.71.2 - 4/1/25, 11:57 AM
Changes
Fix
- solid-query,query-devtools: bump solid (1.9.5) and vite-plugin-solid (2.11.6) (#8922) (1e2b12e) by Birk Skyum
Chore
Docs
- react-reference: fixed cancellation typo (#8883) (24c8055) by Clarence
- react-guides: fixed cancellation typo (#8882) (f174386) by Clarence
- react-guides: fixed cancelMutations typo (#8881) (ee5dc1a) by Clarence
Other
- (d2d9084) by Birk Skyum
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.1
Version 5.71.1 - 3/31/25, 8:35 AM
Changes
Fix
Test
- react-query: fix async to promise (#8889) (cf7b375) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8888) (bd4c8d1) by MINSEONG KIM
- react-query: fix async to promise and remove unnecessary await (#8887) (517c490) by MINSEONG KIM
- react-query: resolve ESLint typescript-eslint/require-await warnings (#8886) (627062b) by MINSEONG KIM
- react-query: fix queryFn to use Promise.resolve to match TypeScript requirements (#8885) (5acf8e6) by MINSEONG KIM
- react-query: use fake timers for useQuery.promise.test.tsx (#8890) (cd6c8c0) by MINSEONG KIM
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.71.0
Version 5.71.0 - 3/30/25, 12:53 PM
Changes
Feat
Test
- query-core: fix mutationFn to use Promise.resolve to match TypeScript requirements (#8875) (1fa539a) by MINSEONG KIM
Ci
- apply automated fixes (747eea8) by autofix-ci[bot]
Docs
- react-community: fixed typescript typo (#8879) (62b8720) by Clarence
- queryClient: JSDoc hint for queryClient.getQueryData (#8862) (e5ef275) by Tyler
Other
- (cea2d58) by Dominik Dorfmeister
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.70.0
Version 5.70.0 - 3/28/25, 3:06 PM
Changes
Feat
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v5.69.3
Version 5.69.3 - 3/28/25, 10:53 AM
Changes
Refactor
Test
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]