Radar — September 2025
Selected release notes for 2025-09-01 → 2025-10-01. The version links lead to the full release notes.
Node.js
Version 24.9.0 (Current) — Sep 25, 2025
http.shouldUpgradeCallbacklets servers control HTTP upgrades.sqlite: tagged-template support, plus ERM cleanup and an exportedSessionclass.worker: new heap profile API.
Version 22.20.0 ‘Jod’ (LTS) — Sep 24, 2025
- Brotli lands in
CompressionStream/DecompressionStreamon the LTS line. test_runner: object property mocking.http: newAgent.agentKeepAliveTimeoutBufferoption;http2gains raw header arrays inh2Stream.respond.- SEA (single executable apps):
execArgv/execArgvExtensionin the config.
Version 24.8.0 (Current) — Sep 10, 2025
- Post-quantum crypto wave: SLH-DSA KeyObject/sign/verify, Ed448 and
ML-DSA context parameters in both
node:cryptoand Web Cryptography. - Argon2 and KMAC algorithms added to Web Cryptography.
worker: CPU profile APIs.
CSS / Web platform
v3.2.0 — Sep 30, 2025
- New feature:
highlightsFromPoint(split out of the CSS highlight API). 1084 features tracked, 88% BCD coverage.
v3.1.0 — Sep 24, 2025
- New features:
input-color-alpha(alpha/colorspace oninput type=color) andMap.prototype.getOrInsert.
v3.0.0 — Sep 17, 2025
- ⚠ Feature IDs can now redirect (moves and splits) — looking up an ID may return redirect data instead of regular feature data.
- ⚠
caniuse,group,snapshot, andspecvalues are now always arrays of strings (previouslystring | string[]).
v2.49.0 — Sep 17, 2025
- New feature:
corner-shape.target-withinmarked as discouraged.
v2.47.0 — Sep 5, 2025
- New features:
heading-selectors,periodic-background-sync,viewport-segments,webauthn-signals.
Browsers
v7.1.9 — Sep 30, 2025
Element.scrollIntoViewoptions gain compat data for the newcontaineroption; Chrome 144 release data added.
v7.1.8 — Sep 26, 2025
- Safari 26.1 release data;
position-areagainsspan-left/span-rightvalues.
v7.1.5 — Sep 12, 2025
Document.ariaNotify/Element.ariaNotifytracked (screen-reader notifications without live regions).
v7.1.3 — Sep 5, 2025
- IndexedDB
getAllRecords(IDBIndex,IDBObjectStore, newIDBRecord) and CSS@scopesupport in selector nesting tracked.
Storybook
v9.1.5 — Sep 6, 2025
- CSF: support
satisfies x as ysyntax.
v9.1.4 — Sep 2, 2025
- Svelte:
@sveltejs/vite-plugin-sveltev6 support; Svelte & Vue get a framework-specificdocgenoption to disable docgen processing.
Material UI
v7.3.2 — Sep 2, 2025
- Drawer:
temporaryvariant now renders withdialogrole andaria-modal. - New codemod converts top-level imports to path imports.
Jotai
v2.15.0 — Sep 25, 2025
- External building blocks surface for library authors.
- ⚠ Drops
atom.unstable_is.
v2.14.0 — Sep 8, 2025
- Atoms with a default update function can now return reset.
Axios
v1.12.0 — Sep 11, 2025
- Adapter surfaces low-level network error details, attaching the original
error via
cause. - Fetch adapter:
fetch,Request,Responseenv config variables. JSON.parsereviver support;AxiosResponseallows custom headers types.
Sentry JS
10.17.0 — Sep 30, 2025
- Nuxt: server middleware instrumentation.
- Node: http integration split into composable parts.
10.15.0 — Sep 24, 2025
- Hono instrumentation (Node handler + Cloudflare
honoIntegrationwith error filtering). - AWS: Lambda extension enabled by default when using the Lambda layer.
- Browser:
setActiveSpanInBrowserto set an active span.
10.13.0 — Sep 22, 2025
- Browser: explicitly end the pageload span via
reportPageLoaded. GoogleGenerativeAIinstrumentation (core + node).- ⚠ Node no longer drops 300 and 304 status codes by default.
10.10.0 — Sep 4, 2025
- Browser:
propagateTraceparentSDK option. - Next.js: Turbopack source maps auto-generated and uploaded via compiler hook.
Playwright
v1.55.1 — Sep 23, 2025
- Browser roll: Chromium 140, Firefox 141, WebKit 26.0.
Turborepo
Turborepo v2.5.7 — Sep 23, 2025
$TURBO_EXTENDS$— extend config from non-rootturbo.jsonfiles.create-turbo:--no-gitflag; TUI shortcut for clearing task logs.
TanStack CLI
v0.24.0 — Sep 30, 2025
create-tsrouter-appadds Storybook support.
TanStack Form
v1.21.0 — Sep 17, 2025
- Form Devtools land in core.
v1.20.0 — Sep 13, 2025
- React:
onChangeListenTo/onBlurListenToinwithFieldGroupfields.
TanStack Query
v5.90.0 — Sep 20, 2025
- Angular: integrates with Angular v19+
PendingTasksforwhenStablesupport.
v5.89.0 — Sep 16, 2025
contextpassed tomutationFnand mutation callbacks.
v5.87.0 — Sep 5, 2025
timeoutManagerallows swappingsetTimeout/setIntervalimplementations.
v5.86.0 — Sep 4, 2025
streamedQuery: custom reducer support; ⚠ itsqueryFnoption renamed tostreamFn.
TanStack Router
v1.132.0 — Sep 23, 2025
- TanStack Start reaches RC.
v1.132.1 — Sep 23, 2025
- ⚠ Start overhaul: middleware reworked,
registerGlobalMiddlewareremoved.
v1.132.21 — Sep 28, 2025
- React Router: API middlewares added.
v1.131.33 — Sep 3, 2025
- Start: environment functions for
createIsomorphicFnandenvOnly.