Changes.Watch

Open Source changelog digest

Mar 10 - Mar 16, 2025. Useful releases, risky migrations, and noisy updates from the Open Source channel.

No matching updates in this bucket.

Open Source updates in 2025-w11

2025-03-13, Version 23.10.0 (Current), @aduh95

  • Added experimental node.config.json support for default flag configuration in test runner and other features
  • Implemented new APIs: tls.getCACertificates() and v8.getCppHeapStatistics()
  • Updated crypto root certificates to NSS 3.108 and upgraded OpenSSL to 3.0.16, improving security

2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito

  • Enabled require(esm) and module syntax detection by default, removing experimental flags and warnings (can be disabled with no‑experimental options).
  • Added worker.postMessageToThread API and implemented the "module sync" exports condition for improved CJS/ESM interop.
  • Updated crypto root certificates, added process.features.require_module, and made numerous module loader refinements.