what stackpulse tracks
Redux Toolkit releases from GitHub
StackPulse watches Redux Toolkit release notes and keeps the original source link close to every summary.
The official, batteries-included toolset for Redux StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Redux Toolkit 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 introduces RTK usage skills files, exports RTK Query hook options types for reusability, fixes issues with infinite query status flags and batching handling, and includes TypeScript improvements.
Developers using RTK Query hooks and infinite queries may benefit from the fixes and improvements.
Update to version 2.12.0 to take advantage of the new features and fixes.
This release fixes `AbortSignal` handling to fall back to a plain `Error` when `DOMException` is unavailable (e.g., React Native environments) and corrects the `TypedUseInfiniteQueryHookResult` type to include `fetchNextPage/fetchPreviousPage` fields.
Users in environments like React Native or those relying on `TypedUseInfiniteQueryHookResult` are affected.
Update to v2.11.2 to ensure compatibility and correct type definitions.
This release fixes a rare edge case with `AbortSignal` handling, updates the TypeScript support matrix to TS 5.4+, and transitions to NPM Trusted Publishing for enhanced security.
Users relying on older TypeScript versions or encountering rare `AbortSignal` issues may be affected.
Upgrade to TypeScript 5.4+ if using older versions and ensure your CI setup aligns with NPM Trusted Publishing.
This release introduces new RTKQ codegen config options, including support for outputting regex constants for schema patterns and explicit tag overrides on a per-endpoint basis.
Developers using RTK Query codegen for OpenAPI schemas will benefit from enhanced customization options.
Update to version 2.2.0 to take advantage of new codegen features.
This release upgrades Immer to v11 for significant performance improvements, introduces a new `refetchCachedPages` option for RTK Query infinite queries, and fixes an issue with regex ignore paths in the immutability middleware.
Users leveraging Immer for state management or RTK Query infinite queries will benefit from performance improvements and new functionality.
Upgrade to version 2.11.0 to take advantage of performance improvements and new features.