main
doc: fix grammar and editorial issues in addons documentation
doc: mention constructor check in deepStrictEqual
2026-05-07, Version 26.1.0 (Current)
async_hooks: add trackPromises option to createHook()
doc: fix broken link
doc: fix broken internal links
doc: clarify OpenSSL FIPS configuration
doc: fix inconsistencies in CJS code snippets
doc: remove unnecessary `<!-- eslint-` magic comments
crypto: add mgf1Hash for RSA-OAEP
2026-08-03, Version 26.6.0 (Current)
buffer: support aligned allocations
doc: fix grammar and punctuation in dgram documentation
diagnostics_channel: mark TracingChannel as stable
dns: do not consult hosts file in reverse lookups
doc: clarify release candidate stability index
doc: `domain.add()` does not accept timer objects
net: improve dtls cert verification
doc: fix typo in embedding.md
doc: fix small environment_variables typo
doc: fix typos in documentation
esm: add `--experimental-import-text` flag
2026-02-24, Version 24.14.0 'Krypton' (LTS)
ffi: reuse the callable created per symbol
src: expose Windows-only fs open flags
doc: update a Dispatcher undici doc link
2026-08-05, Version 26.7.0 (Current)
http2: increase default window sizes
https: bind identity checks to session reuse
vfs: add minimal node:vfs subsystem
inspector: fix inspector.close() documented behavior
doc: update MDN links
module: implement Symbol.dispose in ModuleHooks
lib,tools: add `node-core/func-name-matching` lint rule
net: improve performance of net.BlockList
2026-06-24, Version 26.4.0 (Current)
2025-09-24, Version 22.20.0 'Jod' (LTS)
2026-08-03, Version 24.19.0 'Krypton' (LTS)
doc: fix permission documentation examples
doc: get rid of unnecessary `eslint-skip` comments
quic: convert incoming :status header to number
doc: document error event on readline InterfaceConstructor
repl: use inspector over vm
tools: fix small inconsistencies in JSON doc output
doc: update sea example by fixing wrong code example
sqlite: reject statement-less SQL in prepare()
doc: remove usage of `util.inherits`
doc: remove unsupported syntax from `stream_iter.md`
doc: add esm examples to node:string_decoder
doc: formalize fn/name as part of TestOptions API
2025-06-09, Version 24.2.0 (Current)
doc: clarify tty raw mode applies to input processing only
2026-05-05, Version 26.0.0 (Current)
doc: report proper return type on urlPattern.test
util: add non-throwing MIMEType.parse
lib: insert argv[0] at argv[1] in setDeserializeMainFunction
vfs: make lchown update symlink metadata
doc: fix import.meta example for vm.SourceTextModule
doc: fix grammar in worker_threads.md