- Deprecate instantiating node:http classes without new, passing an empty string to options.shell, and HTTP/2 priority signaling; future versions may error or remove them.
- Stabilize assert.partialDeepStrictEqual() and add numerous new web‑stream utilities (e.g., readableWebStream, Dir resource management, duplex/web conversions) plus http2 diagnostics channels and implicit read permission for entrypoints.
- Introduce minor ergonomics such as autoClose option for FileHandle readableWebStream, Dir explicit close handling, util.styleText('none'), and URL.createObjectURL()/revokeObjectURL() APIs.
Docker changelog digest
Jun 23 - Jun 29, 2025. Useful releases, risky migrations, and noisy updates from the Docker channel.
No matching updates in this bucket.
Docker updates in 2025-w26
- Added async iterator handling for burst file system events and introduced the fileURLToPathBuffer API in the URL module.
- Enhanced the test runner with object property mocking support and refined automatic subtest waiting behavior.
- Updated documentation, removed experimental warnings from type stripping, and performed numerous dependency upgrades and internal refactors.
- Graduated WebCryptoAPI Ed25519 and X25519 algorithms to stable and added support for zero‑length HKDF/PBKDF2 and non‑byte‑aligned deriveBits in SubtleCrypto
- Updated root certificates to NSS 3.108 and refreshed timezone, ICU, V8, simdutf and corepack dependencies
- Fixed several source and HTTP/HTTP2 issues (e.g., kill‑signal handling on Windows, graceful session close) and added extensive documentation improvements