Changes.Watch

Node.js changelog digest

Dec 8 - Dec 14, 2025. Useful releases, risky migrations, and noisy updates from the Node.js channel.

No matching updates in this bucket.

Node.js updates in 2025-w50

6.19.1

  • Patch release 6.19.1 fixes diffing bug introduced in 6.13.1 that reported empty diffs.
  • Implemented fix is based on PR #5706 in the Prisma engines repository.

2025-12-10, Version 24.12.0 'Krypton' (LTS), @targos

  • Added new runtime options such as http.optimizeEmptyRequests, watch config namespace, portable compile‑cache flag, sqlite defensive flag, and inspector inspection ability
  • Enhanced N‑API with napi.createObject properties support, added options to lib.util.deprecate, and marked type stripping as stable
  • Improved performance and reliability with faster buffer.concat via TypedArray, optimized console single‑string logging, fixed crypto.timingSafeEqual argument validation, and incorporated multiple V8/openssl updates