what stackpulse tracks
TanStack Query releases from GitHub
StackPulse watches TanStack Query release notes and keeps the original source link close to every summary.
Powerful asynchronous state management for TS/JS StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches TanStack Query release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release focuses on fixes and refactoring for solid-query, particularly addressing SSR rendering, Solid 2.0 compatibility, and test improvements. It also includes various dependency upgrades and chore updates.
Developers using solid-query with Solid 2.0 or SSR may be affected by the fixes and refactoring.
This release focuses on fixing deprecated 'isServer' usage across various integrations and improving ESLint plugin capabilities for custom query hooks.
Developers using 'isServer' in Next.js, Vue, or React integrations are affected.
Update your code to use 'environmentManager.isServer()' instead of 'isServer'.
This release primarily updates dependencies to align with the latest versions of @tanstack/query-devtools and @tanstack/vue-query.
Users of @tanstack/vue-query-devtools may need to ensure compatibility with updated dependencies.
Update to this version to maintain compatibility with the latest @tanstack/query-devtools and @tanstack/vue-query.
This release includes a patch to replace the deprecated `isServer` function with `environmentManager.isServer()`.
Users relying on the deprecated `isServer` function are affected.
Update your code to use `environmentManager.isServer()` instead of `isServer`.