Changes.Watch

Node.js changelog digest

Feb 24 - Mar 2, 2025. Useful releases, risky migrations, and noisy updates from the Node.js channel.

No matching updates in this bucket.

Node.js updates in 2025-w09

TypeScript 5.8

  • Fixed query issues in TypeScript 5.8.0 (Beta)
  • Resolved query bugs in TypeScript 5.8.1 (RC)
  • Addressed query problems in TypeScript 5.8.2 (Stable)

TypeScript 5.8 RC

  • Release Candidate for TypeScript 5.8 is published
  • Fixes issues from the 5.8.0 Beta and 5.8.1 RC builds
  • Artifacts are distributed via npm

Sentry's GitHub Action has Improved Runtime Compatibility

  • Added Linux runtime support and improved compatibility for GitHub Action runners
  • Maintains existing support for macOS and Windows runners
  • Enhances overall stability on Linux-based runners

Compare Queries in Trace Explorer (Early Adopters)

  • Added ability to compare multiple queries simultaneously in Trace Explorer.
  • Enables correlation of span metrics across queries.

2025-02-26, Version 23.9.0 (Current), @targos

  • - Added TLSA record query and parsing support in the dns module (new feature).
  • - Introduced process.threadCpuUsage API to retrieve CPU usage per thread.
  • - Core enhancements include system CA support on non‑Windows/macOS, OPENSSL_NO_ENGINE guard fix, root certificate cleanup, QUIC build gating, and various deps and docs updates.