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 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 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`.