radar

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.shouldUpgradeCallback lets servers control HTTP upgrades.
  • sqlite: tagged-template support, plus ERM cleanup and an exported Session class.
  • worker: new heap profile API.

Version 22.20.0 ‘Jod’ (LTS) — Sep 24, 2025

  • Brotli lands in CompressionStream / DecompressionStream on the LTS line.
  • test_runner: object property mocking.
  • http: new Agent.agentKeepAliveTimeoutBuffer option; http2 gains raw header arrays in h2Stream.respond.
  • SEA (single executable apps): execArgv / execArgvExtension in 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:crypto and 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 on input type=color) and Map.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, and spec values are now always arrays of strings (previously string | string[]).

v2.49.0 — Sep 17, 2025

  • New feature: corner-shape. target-within marked 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.scrollIntoView options gain compat data for the new container option; Chrome 144 release data added.

v7.1.8 — Sep 26, 2025

  • Safari 26.1 release data; position-area gains span-left / span-right values.

v7.1.5 — Sep 12, 2025

  • Document.ariaNotify / Element.ariaNotify tracked (screen-reader notifications without live regions).

v7.1.3 — Sep 5, 2025

  • IndexedDB getAllRecords (IDBIndex, IDBObjectStore, new IDBRecord) and CSS @scope support in selector nesting tracked.

Storybook

v9.1.5 — Sep 6, 2025

  • CSF: support satisfies x as y syntax.

v9.1.4 — Sep 2, 2025

  • Svelte: @sveltejs/vite-plugin-svelte v6 support; Svelte & Vue get a framework-specific docgen option to disable docgen processing.

Material UI

v7.3.2 — Sep 2, 2025

  • Drawer: temporary variant now renders with dialog role and aria-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, Response env config variables.
  • JSON.parse reviver support; AxiosResponse allows 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 honoIntegration with error filtering).
  • AWS: Lambda extension enabled by default when using the Lambda layer.
  • Browser: setActiveSpanInBrowser to set an active span.

10.13.0 — Sep 22, 2025

  • Browser: explicitly end the pageload span via reportPageLoaded.
  • GoogleGenerativeAI instrumentation (core + node).
  • ⚠ Node no longer drops 300 and 304 status codes by default.

10.10.0 — Sep 4, 2025

  • Browser: propagateTraceparent SDK 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-root turbo.json files.
  • create-turbo: --no-git flag; TUI shortcut for clearing task logs.

TanStack CLI

v0.24.0 — Sep 30, 2025

  • create-tsrouter-app adds Storybook support.

TanStack Form

v1.21.0 — Sep 17, 2025

  • Form Devtools land in core.

v1.20.0 — Sep 13, 2025

  • React: onChangeListenTo / onBlurListenTo in withFieldGroup fields.

TanStack Query

v5.90.0 — Sep 20, 2025

  • Angular: integrates with Angular v19+ PendingTasks for whenStable support.

v5.89.0 — Sep 16, 2025

  • context passed to mutationFn and mutation callbacks.

v5.87.0 — Sep 5, 2025

  • timeoutManager allows swapping setTimeout / setInterval implementations.

v5.86.0 — Sep 4, 2025

  • streamedQuery: custom reducer support; ⚠ its queryFn option renamed to streamFn.

TanStack Router

v1.132.0 — Sep 23, 2025

  • TanStack Start reaches RC.

v1.132.1 — Sep 23, 2025

  • ⚠ Start overhaul: middleware reworked, registerGlobalMiddleware removed.

v1.132.21 — Sep 28, 2025

  • React Router: API middlewares added.

v1.131.33 — Sep 3, 2025

  • Start: environment functions for createIsomorphicFn and envOnly.