- Added explicit Dir resource management and URL support for fs.glob's cwd option (SEMVER minor feature).
- Enhanced async hooks isolation, gave names to Buffer.write, child_process exec/execFile, http/https functions, and added http2 diagnostics channels.
- Fixed crypto handling for missing OpenSSL TLS security level and updated numerous documentation and tooling files.
No matching updates in this bucket.
Backend updates in 2025-w21
- Graduated multiple experimental APIs to stable, including import.meta properties, top‑level Wasm, SQLite StatementSync.columns(), and default node.config.json support;
- Added several new utility and worker APIs such as util.types.isFloat16Array(), worker.getHeapStatistics(), and AsyncLocalStorage context preservation in streams;
- Delivered numerous performance improvements and bug fixes across assert deep‑equality checks, buffer handling, crypto validation, HTTP/2 handling, and updated documentation alongside deprecations (e.g., repl.builtinModules).