node/doc/api
Node.js GitHub Bot c7d10158bc
2026-05-21, Version 24.16.0 'Krypton' (LTS)
Notable changes:

crypto:
  * (SEMVER-MINOR) implement `randomUUIDv7()` (nabeel378) https://github.com/nodejs/node/pull/62553
debugger:
  * (SEMVER-MINOR) add edit-free runtime expression probes to `node inspect` (Joyee Cheung) https://github.com/nodejs/node/pull/62713
fs:
  * (SEMVER-MINOR) add `signal` option to `fs.stat()` (Mert Can Altin) https://github.com/nodejs/node/pull/57775
  * (SEMVER-MINOR) expose `frsize` field in `statfs` (Jinho Jang) https://github.com/nodejs/node/pull/62277
http:
  * (SEMVER-MINOR) harden `ClientRequest` options merge (Matteo Collina) https://github.com/nodejs/node/pull/63082
  * (SEMVER-MINOR) add `req.signal` to `IncomingMessage` (Akshat) https://github.com/nodejs/node/pull/62541
stream:
  * (SEMVER-MINOR) propagate destruction in `duplexPair` (Ahmed Elhor) https://github.com/nodejs/node/pull/61098
test_runner:
  * (SEMVER-MINOR) support test order randomization (Pietro Marchini) https://github.com/nodejs/node/pull/61747
  * (SEMVER-MINOR) align mock timeout api (sangwook) https://github.com/nodejs/node/pull/62820
  * (SEMVER-MINOR) add mock-timers support for `AbortSignal.timeout` (DeveloperViraj) https://github.com/nodejs/node/pull/60751
util:
  * (SEMVER-MINOR) colorize text with hex colors (Guilherme Araújo) https://github.com/nodejs/node/pull/61556

PR-URL: https://github.com/nodejs/node/pull/63263
2026-05-20 15:16:17 +02:00
..
addons.md doc: copyedit addons.md 2026-04-10 14:52:20 +02:00
assert.md doc: mention constructor comparison in assert.deepStrictEqual 2026-01-28 16:29:46 +01:00
async_context.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
async_hooks.md async_hooks: add trackPromises option to createHook() 2026-02-22 23:16:12 +01:00
buffer.md test: check stability block position in API markdown 2026-04-08 23:53:05 +02:00
child_process.md doc: remove spawn with shell example from bat/cmd section 2026-04-10 16:18:35 +02:00
cli.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
cluster.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
console.md 2025-10-08, Version 24.10.0 (Current) 2025-10-08 10:24:11 -03:00
corepack.md doc: clarify future Corepack removal in v25+ 2025-05-08 09:59:50 +02:00
crypto.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
debugger.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
deprecations.md 2026-04-15, Version 24.15.0 'Krypton' (LTS) 2026-04-10 16:55:10 -04:00
dgram.md doc: add reusePort error behavior to net module 2026-01-19 19:19:34 +01:00
diagnostics_channel.md doc: correct diagnostics_channel built-in channel names 2026-05-07 15:41:49 +02:00
dns.md doc: fix typo in dns.lookup options description 2026-05-07 15:41:46 +02:00
documentation.md doc: clarify release candidate stability index 2025-08-12 09:19:59 -03:00
domain.md doc: domain.add() does not accept timer objects 2026-01-19 19:19:03 +01:00
embedding.md doc: improve c++ embedder API doc 2024-11-01 03:43:53 +00:00
environment_variables.md doc: fix small environment_variables typo 2026-04-10 14:52:25 +02:00
errors.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
esm.md wasm: support js string constant esm import 2026-04-10 14:52:23 +02:00
events.md doc: simplify addAbortListener example 2026-04-08 23:53:05 +02:00
fs.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
globals.md doc: clean up globals.md 2026-04-08 23:53:05 +02:00
http.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
http2.md 2026-04-15, Version 24.15.0 'Krypton' (LTS) 2026-04-10 16:55:10 -04:00
https.md doc: fix linter issues 2025-11-13 22:44:24 +01:00
index.md doc: add new environment variables doc page 2025-07-21 10:59:02 +02:00
inspector.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
intl.md doc: update MDN links 2026-01-27 22:50:36 +01:00
module.md doc: fix duplicate word "for for" in compile cache 2026-05-07 15:41:46 +02:00
modules.md 2026-04-15, Version 24.15.0 'Krypton' (LTS) 2026-04-10 16:55:10 -04:00
n-api.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
net.md 2026-04-15, Version 24.15.0 'Krypton' (LTS) 2026-04-10 16:55:10 -04:00
os.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
packages.md doc: enhance clarification about the main field 2026-04-10 14:52:26 +02:00
path.md 2025-09-10, Version 24.8.0 (Current) 2025-09-10 15:38:56 +02:00
perf_hooks.md tools: bump eslint to v10, babel to v8.0.0-rc.2 2026-04-10 14:52:17 +02:00
permissions.md src: add permission support to config file 2026-05-07 17:39:11 +02:00
process.md doc: fix methods being documented as properties in process.md 2026-04-08 23:53:02 +02:00
punycode.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
querystring.md
quic.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
readline.md doc: document error event on readline InterfaceConstructor 2026-01-19 19:19:30 +01:00
repl.md doc: add additional codemods for deprecation 2026-01-19 19:19:11 +01:00
report.md tools: fix small inconsistencies in JSON doc output 2026-04-08 23:53:02 +02:00
single-executable-applications.md tools: bump eslint to v10, babel to v8.0.0-rc.2 2026-04-10 14:52:17 +02:00
sqlite.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
stream.md 2026-04-15, Version 24.15.0 'Krypton' (LTS) 2026-04-10 16:55:10 -04:00
string_decoder.md
synopsis.md tools: fix small inconsistencies in JSON doc output 2026-04-08 23:53:02 +02:00
test.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
timers.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 15:36:15 +02:00
tls.md doc: added requestOCSP option to tls.connect 2026-02-04 15:32:49 +01:00
tracing.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
tty.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
typescript.md doc: fix the TypeScript Execute (tsx) project link 2026-05-07 15:41:51 +02:00
url.md doc: include url.resolve() in DEP0169 application deprecation 2026-04-10 14:52:16 +02:00
util.md 2026-05-21, Version 24.16.0 'Krypton' (LTS) 2026-05-20 15:16:17 +02:00
v8.md 2026-02-10, Version 24.13.1 'Krypton' (LTS) 2026-02-06 17:46:34 +01:00
vm.md doc: minor typo fix 2026-04-10 14:52:26 +02:00
wasi.md doc: update MDN links 2026-01-27 22:50:36 +01:00
webcrypto.md doc: fix typos and inconsistencies in crypto.md and webcrypto.md 2026-05-09 09:27:32 +02:00
webstreams.md doc: document TransformStream transformer.cancel option 2026-05-07 15:41:33 +02:00
worker_threads.md doc: fix duplicate word "of of" in postMessageToThread 2026-05-07 15:41:46 +02:00
zlib.md doc: add missing zstd to mjs example of zlib 2026-01-19 19:19:17 +01:00