node/doc/api
Antoine du Hamel c836bd6746
2025-07-31, Version 24.5.0 (Current)
Notable changes:

cli:
  * (SEMVER-MINOR) support `${pid}` placeholder in `--cpu-prof-name` (Haram Jeong) https://github.com/nodejs/node/pull/59072
crypto:
  * (SEMVER-MINOR) add `tls.setDefaultCACertificates()` (Joyee Cheung) https://github.com/nodejs/node/pull/58822
deps:
  * upgrade to openssl-3.5.1 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/59234
dns:
  * (SEMVER-MINOR) support max timeout (theanarkh) https://github.com/nodejs/node/pull/58440
doc:
  * update the instruction on how to verify releases (Antoine du Hamel) https://github.com/nodejs/node/pull/59113
esm:
  * (SEMVER-MINOR) unflag `--experimental-wasm-modules` (Guy Bedford) https://github.com/nodejs/node/pull/57038
http,https:
  * (SEMVER-MINOR) add built-in proxy support in http/https.request and `Agent` (Joyee Cheung) https://github.com/nodejs/node/pull/58980
net:
  * (SEMVER-MINOR) update net.blocklist to allow file save and file management (alphaleadership) https://github.com/nodejs/node/pull/58087
test:
  * (SEMVER-MINOR) move http proxy tests to test/client-proxy (Joyee Cheung) https://github.com/nodejs/node/pull/58980
worker:
  * (SEMVER-MINOR) add web locks api (ishabi) https://github.com/nodejs/node/pull/58666

PR-URL: https://github.com/nodejs/node/pull/59257
2025-07-31 23:44:19 +02:00
..
addons.md doc: fix c++ addon hello world sample 2024-12-09 17:43:50 +00:00
assert.md doc: add missing <code> blocks 2025-07-10 18:02:06 +00:00
async_context.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
async_hooks.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
buffer.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
child_process.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
cli.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
cluster.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
console.md doc: add a note on console stream behavior 2024-11-02 12:37:09 +00:00
corepack.md doc: clarify future Corepack removal in v25+ 2025-04-14 03:25:03 +00:00
crypto.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
debugger.md inspector: introduce the --inspect-wait flag 2024-05-11 18:48:30 +00:00
deprecations.md 2025-07-31, Version 22.18.0 'Jod' (LTS) 2025-07-31 23:43:30 +02:00
dgram.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 23:45:29 +02:00
diagnostics_channel.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
dns.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
documentation.md doc: clarify removal of experimental API does not require a deprecation 2024-11-08 13:02:49 +00:00
domain.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
embedding.md doc: improve c++ embedder API doc 2024-11-01 03:43:53 +00:00
environment_variables.md doc: add new environment variables doc page 2025-07-20 20:53:54 +00:00
errors.md cli: add --use-env-proxy 2025-07-26 20:43:10 +00:00
esm.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
events.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
fs.md fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
globals.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
http.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
http2.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
https.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
index.md doc: add new environment variables doc page 2025-07-20 20:53:54 +00:00
inspector.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
modules.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
n-api.md node-api,doc: update links to ecma262 with section names 2025-07-18 12:45:52 +00:00
net.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
os.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
packages.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
path.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
perf_hooks.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
permissions.md doc: remove broken link to permission model source code 2025-07-08 05:22:36 +00:00
process.md doc: add note on process memoryUsage 2025-07-28 14:24:37 -07: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 doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
readline.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
repl.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
report.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-07 14:36:47 -05:00
single-executable-applications.md doc: make MDN links to global classes more consistent 2025-02-07 14:33:06 +00:00
sqlite.md 2025-07-31, Version 22.18.0 'Jod' (LTS) 2025-07-31 23:43:30 +02:00
stream.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-10-26 20:36:25 +00:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
timers.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 23:45:29 +02:00
tls.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02: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-07-31, Version 22.18.0 'Jod' (LTS) 2025-07-31 23:43:30 +02:00
url.md 2025-07-31, Version 22.18.0 'Jod' (LTS) 2025-07-31 23:43:30 +02:00
util.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
v8.md 2025-06-24, Version 22.17.0 'Jod' (LTS) 2025-06-25 02:08:38 +02:00
vm.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
wasi.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00
webcrypto.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
webstreams.md doc: format safely for doc-kit 2025-07-28 20:03:37 +00:00
worker_threads.md 2025-07-31, Version 24.5.0 (Current) 2025-07-31 23:44:19 +02:00
zlib.md doc: fix typed list formatting 2025-07-15 17:18:42 +00:00