stack.pulse
#stacks/redux-toolkit/state

Redux Toolkit release notes, breaking changes, and upgrade notes.

The official, batteries-included toolset for Redux StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
0
security
1
deprecated
1
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Redux Toolkit releases from GitHub

StackPulse watches Redux Toolkit release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v2.12.0mediumfeatureMay 15, 2026

v2.12.0

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.

affected

Developers using RTK Query hooks and infinite queries may benefit from the fixes and improvements.

action

Update to version 2.12.0 to take advantage of the new features and fixes.

release_signals
+Added RTK usage skills files via TanStack Intent
+Exported RTK Query hook options types for reusability
+Improved handling of infinite query status flags
+Added a 100ms timeout fallback to the `autoBatch` enhancer's `requestAnimationFrame` timer
+Switched to native `NoInfer` utility type for TypeScript
view source on github->
v2.11.2mediumfeatureDec 14, 2025

v2.11.2

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.

affected

Users in environments like React Native or those relying on `TypedUseInfiniteQueryHookResult` are affected.

action

Update to v2.11.2 to ensure compatibility and correct type definitions.

view source on github->
v2.11.1mediumdeprecationsecurityDec 8, 2025

v2.11.1

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.

affected

Users relying on older TypeScript versions or encountering rare `AbortSignal` issues may be affected.

action

Upgrade to TypeScript 5.4+ if using older versions and ensure your CI setup aligns with NPM Trusted Publishing.

release_signals
!Transitioned to NPM Trusted Publishing to enhance security and prevent potential NPM attacks.
!TypeScript versions older than 5.4 are no longer officially supported.
view source on github->
@rtk-query/codegen-openapi@2.2.0mediumfeatureDec 8, 2025

@rtk-query/codegen-openapi@2.2.0

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.

affected

Developers using RTK Query codegen for OpenAPI schemas will benefit from enhanced customization options.

action

Update to version 2.2.0 to take advantage of new codegen features.

release_signals
+Output regex constants for schema patterns when the `pattern` keyword is used in an OpenAPI definition.
+Support explicit tag overrides on a per-endpoint basis without altering defaults.
view source on github->
v2.11.0highfeatureNov 23, 2025

v2.11.0

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.

affected

Users leveraging Immer for state management or RTK Query infinite queries will benefit from performance improvements and new functionality.

action

Upgrade to version 2.11.0 to take advantage of performance improvements and new features.

release_signals
+Upgraded Immer to v11 for improved update performance
+Added `refetchCachedPages` option to RTK Query infinite queries to allow refetching only the first cached page
+Fixed regex ignore paths in the immutability middleware
view source on github->
Redux Toolkit release notes, breaking changes, and upgrade notes · StackPulse