node/doc/api
Antoine du Hamel 1751d19447
2026-01-26, Version 25.5.0 (Current)
Notable changes:

crypto:
  * update root certificates to NSS 3.119 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/61419
deps:
  * (SEMVER-MINOR) add LIEF as a dependency (Joyee Cheung) https://github.com/nodejs/node/pull/61167
  * (SEMVER-MINOR) add tools and scripts to pull LIEF as a dependency (Joyee Cheung) https://github.com/nodejs/node/pull/61167
fs:
  * (SEMVER-MINOR) add ignore option to fs.watch (Matteo Collina) https://github.com/nodejs/node/pull/61433
sea:
  * (SEMVER-MINOR) add `--build-sea` to generate SEA directly with Node.js binary (Joyee Cheung) https://github.com/nodejs/node/pull/61167
  * (SEMVER-MINOR) split sea binary manipulation code (Joyee Cheung) https://github.com/nodejs/node/pull/61167
sqlite:
  * (SEMVER-MINOR) enable defensive mode by default (Bart Louwers) https://github.com/nodejs/node/pull/61266
  * (SEMVER-MINOR) add sqlite prepare options args (Guilherme Araújo) https://github.com/nodejs/node/pull/61311
src:
  * use node- prefix on thread names (Stewart X Addison) https://github.com/nodejs/node/pull/61307
test:
  * (SEMVER-MINOR) migrate to `--build-sea` in existing SEA tests (Joyee Cheung) https://github.com/nodejs/node/pull/61167
  * (SEMVER-MINOR) use fixture directories for sea tests (Joyee Cheung) https://github.com/nodejs/node/pull/61167
test_runner:
  * (SEMVER-MINOR) support expecting a test-case to fail (Jacob Smith) https://github.com/nodejs/node/pull/60669

PR-URL: https://github.com/nodejs/node/pull/61519
2026-01-26 13:45:30 +01:00
..
addons.md doc,src,test: replace use of deprecated GetIsolate 2025-10-04 18:48:35 +02:00
assert.md doc: mention constructor comparison in assert.deepStrictEqual 2026-01-25 00:07:52 +01:00
async_context.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
async_hooks.md
buffer.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
child_process.md util: add convertProcessSignalToExitCode utility 2026-01-13 10:04:47 -03:00
cli.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01: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
deprecations.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
dgram.md doc: add reusePort error behavior to net module 2026-01-14 17:21:28 -03:00
diagnostics_channel.md http2: add diagnostics channels for client stream request body 2025-11-05 23:05:53 +01: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 test: add some validation for JSON doc output 2026-01-25 00:07:51 +01:00
errors.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
esm.md doc: update MDN links 2026-01-13 10:04:48 -03:00
events.md 2026-01-19, Version 25.4.0 (Current) 2026-01-16 09:15:10 -05:00
fs.md fs: add ignore option to fs.watch 2026-01-25 00:07:50 +01:00
globals.md doc: update MDN links 2026-01-13 10:04:48 -03:00
http.md 2026-01-19, Version 25.4.0 (Current) 2026-01-16 09:15:10 -05:00
http2.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-24 13:04:16 +00:00
https.md doc: fix linter issues 2025-11-10 13:30:11 +01:00
index.md doc: add new environment variables doc page 2025-07-20 20:53:54 +00: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-01-19, Version 25.4.0 (Current) 2026-01-16 09:15:10 -05: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: add reusePort error behavior to net module 2026-01-14 17:21:28 -03:00
os.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
packages.md doc: packages: example of private import switch to internal 2026-01-20 14:35:59 +01:00
path.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-24 13:04:16 +00:00
perf_hooks.md 2025-11-11, Version 25.2.0 (Current) 2025-11-11 09:00:51 +00:00
permissions.md src: implicitly enable namespace in config 2026-01-13 10:04:21 -03:00
process.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
punycode.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
querystring.md
quic.md doc: fix quic session instance typo 2025-08-29 02:24:57 +00:00
readline.md doc: document error event on readline InterfaceConstructor 2026-01-13 10:04:54 -03:00
repl.md doc: add additional codemods for deprecation 2026-01-13 10:04:26 -03:00
report.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-07 14:36:47 -05:00
single-executable-applications.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
sqlite.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
stream.md 2026-01-19, Version 25.4.0 (Current) 2026-01-16 09:15:10 -05:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-10-26 20:36:25 +00:00
synopsis.md
test.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
timers.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 23:45:29 +02:00
tls.md doc: added 'secure' event to tls.TLSSocket 2026-01-20 14:35:59 +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 2025-11-11, Version 25.2.0 (Current) 2025-11-11 09:00:51 +00:00
url.md doc: add deprecation history for url.parse 2026-01-20 14:36:01 +01:00
util.md doc: remove v prefix for version references 2026-01-26 13:41:15 +01:00
v8.md 2026-01-26, Version 25.5.0 (Current) 2026-01-26 13:45:30 +01:00
vm.md vm: make vm.Module.evaluate() conditionally synchronous 2025-10-24 00:49:38 +02:00
wasi.md doc: update MDN links 2026-01-13 10:04:48 -03:00
webcrypto.md doc,crypto: update subtle.generateKey and subtle.importKey 2025-09-13 08:55:17 +00:00
webstreams.md lib: add support for readable byte streams to .toWeb() 2026-01-13 10:04:03 -03:00
worker_threads.md worker: update code examples for node:worker_threads module 2026-01-14 17:21:28 -03:00
zlib.md doc: add missing zstd to mjs example of zlib 2026-01-13 10:04:38 -03:00