v20.19.6
📦 node-jsView on GitHub →
✨ 3 features🐛 4 fixes⚡ 1 deprecations🔧 7 symbols
Summary
This release focuses on security updates including root certificate renewals and OpenSSL 3.0.17, alongside the deprecation of HTTP/2 priority signaling and various dependency bumps.
Migration Steps
- Review HTTP/2 implementations to remove or replace reliance on priority signaling.
- Follow the updated instructions in the documentation for verifying Node.js releases.
✨ New Features
- Updated root certificates to NSS 3.116 and 3.114.
- Added security escalation policy and security incident response plan to documentation.
- Updated the instruction on how to verify releases.
🐛 Bug Fixes
- build: Fixed 'implicit-function-declaration' on OpenHarmony platform.
- http2: Fixed a crash occurring on mismatched ping buffer length.
- lib: Handled superscript variants on Windows devices.
- doc: Fixed various typos and missing links in child_process, microtask order, and http documentation.
Affected Symbols
⚡ Deprecations
- HTTP/2 priority signaling has been deprecated.