node/doc/api
Antoine du Hamel 9f5a2c9292
2026-04-01, Version 25.9.0 (Current)
Notable changes:

async_hooks:
  * (SEMVER-MINOR) add using scopes to `AsyncLocalStorage` (Stephen Belanger) https://github.com/nodejs/node/pull/61674
cli:
  * (SEMVER-MINOR) add `--max-heap-size` option (tannal) https://github.com/nodejs/node/pull/58708
crypto:
  * (SEMVER-MINOR) add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) https://github.com/nodejs/node/pull/62183
repl:
  * (SEMVER-MINOR) add customizable error handling (Anna Henningsen) https://github.com/nodejs/node/pull/62188
  * (SEMVER-MINOR) remove dependency on `node:domain` (Matteo Collina) https://github.com/nodejs/node/pull/61227
sea:
  * (SEMVER-MINOR) support code cache for ESM entrypoint in SEA (Joyee Cheung) https://github.com/nodejs/node/pull/62158
stream:
  * (SEMVER-MINOR) add stream/iter Implementation (James M Snell) https://github.com/nodejs/node/pull/62066
test_runner:
  * add exports option for module mocks (sangwook) https://github.com/nodejs/node/pull/61727

PR-URL: https://github.com/nodejs/node/pull/62522
2026-03-31 23:45:56 +02:00
..
addons.md doc: copyedit addons.md 2026-03-10 20:20:07 +01:00
assert.md doc: mention constructor comparison in assert.deepStrictEqual 2026-01-25 00:07:52 +01:00
async_context.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
async_hooks.md async_hooks: add trackPromises option to createHook() 2026-01-28 19:35:56 +01:00
buffer.md test: check stability block position in API markdown 2026-02-19 11:14:04 +01:00
child_process.md doc: remove spawn with shell example from bat/cmd section 2026-03-30 17:20:26 +02:00
cli.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
cluster.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
console.md 2025-10-08, Version 24.10.0 (Current) 2025-10-08 19:44:10 -03:00
corepack.md doc: clarify future Corepack removal in v25+ 2025-04-14 03:25:03 +00:00
crypto.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
debugger.md doc: remove outdated Chrome 66 and ndb references from debugger 2026-03-28 18:14:05 +01:00
deprecations.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
dgram.md doc: add reusePort error behavior to net module 2026-01-14 17:21:28 -03:00
diagnostics_channel.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
dns.md doc: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() 2025-10-24 00:49:55 +02:00
documentation.md doc: clarify release candidate stability index 2025-08-02 10:58:21 +00:00
domain.md doc: domain.add() does not accept timer objects 2026-01-13 10:04:01 -03: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-03-30 17:20:25 +02:00
errors.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
esm.md wasm: support js string constant esm import 2026-03-28 18:14:05 +01:00
events.md doc: simplify addAbortListener example 2026-02-19 11:14:05 +01:00
fs.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
globals.md doc: clean up globals.md 2026-02-19 11:14:04 +01:00
http.md doc: fix overstated Date header requirement in response.sendDate 2026-03-30 17:20:27 +02:00
http2.md 2026-02-24, Version 25.7.0 (Current) 2026-02-23 20:31:15 +01:00
https.md doc: fix linter issues 2025-11-10 13:30:11 +01:00
index.md stream: add stream/iter Implementation 2026-03-30 17:20:29 +02:00
inspector.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
intl.md doc: update MDN links 2026-01-13 10:04:48 -03:00
module.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
modules.md 2026-01-19, Version 25.4.0 (Current) 2026-01-16 09:15:10 -05:00
n-api.md node-api: fix node_api_create_object_with_properties name 2026-01-25 00:07:50 +01:00
net.md doc: fix broken links of net.md 2026-02-19 11:13:44 +01:00
os.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
packages.md doc: enhance clarification about the main field 2026-03-30 17:20:27 +02:00
path.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-24 13:04:16 +00:00
perf_hooks.md tools: bump eslint to v10, babel to v8.0.0-rc.2 2026-03-10 14:48:51 +01:00
permissions.md src: implicitly enable namespace in config 2026-01-13 10:04:21 -03:00
process.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
punycode.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
quic.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
readline.md doc: document error event on readline InterfaceConstructor 2026-01-13 10:04:54 -03:00
repl.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
report.md tools: fix small inconsistencies in JSON doc output 2026-02-19 11:13:45 +01:00
single-executable-applications.md sea: support code cache for ESM entrypoint in SEA 2026-03-25 10:40:15 +01:00
sqlite.md doc: move sqlite type conversion section to correct level 2026-03-31 10:46:06 +02:00
stream.md 2026-02-24, Version 25.7.0 (Current) 2026-02-23 20:31:15 +01:00
stream_iter.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-10-26 20:36:25 +00:00
synopsis.md tools: fix small inconsistencies in JSON doc output 2026-02-19 11:13:45 +01:00
test.md test_runner: add exports option for module mocks 2026-03-30 17:20:28 +02:00
timers.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 23:45:29 +02:00
tls.md doc: added requestOCSP option to tls.connect 2026-01-28 19:35:55 +01:00
tracing.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
tty.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
typescript.md doc: remove incorrect mention of module in typescript.md 2026-02-19 11:14:05 +01:00
url.md doc: include url.resolve() in DEP0169 application deprecation 2026-03-10 14:48:49 +01:00
util.md doc: correct util.convertProcessSignalToExitCode validation behavior 2026-03-10 20:20:06 +01:00
v8.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
vm.md doc: minor typo fix 2026-03-30 17:20:26 +02:00
wasi.md doc: update MDN links 2026-01-13 10:04:48 -03:00
webcrypto.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00
webstreams.md 2026-02-03, Version 25.6.0 (Current) 2026-02-02 17:18:59 +01:00
worker_threads.md buffer: disallow ArrayBuffer transfer on pooled buffer 2026-01-28 19:35:57 +01:00
zlib.md doc: add missing zstd to mjs example of zlib 2026-01-13 10:04:38 -03:00
zlib_iter.md 2026-04-01, Version 25.9.0 (Current) 2026-03-31 23:45:56 +02:00