node/doc/api
RafaelGSS 71f8c3be1f
Some checks are pending
Coverage Linux (without intl) / coverage-linux-without-intl (push) Waiting to run
Coverage Linux / coverage-linux (push) Waiting to run
Coverage Windows / coverage-windows (push) Waiting to run
Test and upload documentation to artifacts / build-docs (push) Waiting to run
Linters / lint-addon-docs (push) Waiting to run
Linters / lint-cpp (push) Waiting to run
Linters / format-cpp (push) Waiting to run
Linters / lint-js-and-md (push) Waiting to run
Linters / lint-py (push) Waiting to run
Linters / lint-yaml (push) Waiting to run
Linters / lint-sh (push) Waiting to run
Linters / lint-codeowners (push) Waiting to run
Linters / lint-pr-url (push) Waiting to run
Linters / lint-readme (push) Waiting to run
Notify on Push / Notify on Force Push on `main` (push) Waiting to run
Notify on Push / Notify on Push on `main` that lacks metadata (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
2025-04-23, Version 22.15.0 'Jod' (LTS)
Notable changes:

assert:
  * (SEMVER-MINOR) implement partial error comparison (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370
  * (SEMVER-MINOR) improve partialDeepStrictEqual (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370
cli:
  * (SEMVER-MINOR) allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) https://github.com/nodejs/node/pull/57018
crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/57381
  * (SEMVER-MINOR) support --use-system-ca on Windows (Joyee Cheung) https://github.com/nodejs/node/pull/56833
  * (SEMVER-MINOR) added support for reading certificates from macOS system store (Tim Jacomb) https://github.com/nodejs/node/pull/56599
deps:
  * update timezone to 2025a (Node.js GitHub Bot) https://github.com/nodejs/node/pull/56876
deps,tools:
  * (SEMVER-MINOR) add zstd 1.5.6 (Jan Martin) https://github.com/nodejs/node/pull/52100
dns:
  * (SEMVER-MINOR) add TLSA record query and parsing (Rithvik Vibhu) https://github.com/nodejs/node/pull/52983
doc:
  * add @geeksilva97 to collaborators (Edy Silva) https://github.com/nodejs/node/pull/57241
module:
  * (SEMVER-MINOR) use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) https://github.com/nodejs/node/pull/55698
  * (SEMVER-MINOR) implement module.registerHooks() (Joyee Cheung) https://github.com/nodejs/node/pull/55698
process:
  * (SEMVER-MINOR) add execve (Paolo Insogna) https://github.com/nodejs/node/pull/56496
  * (SEMVER-MINOR) add threadCpuUsage (Paolo Insogna) https://github.com/nodejs/node/pull/56467
sqlite:
  * (SEMVER-MINOR) add StatementSync.prototype.columns() (Colin Ihrig) https://github.com/nodejs/node/pull/57490
  * (SEMVER-MINOR) allow returning `ArrayBufferView`s from user-defined functions (René) https://github.com/nodejs/node/pull/56790
src:
  * set signal inspector io thread name (RafaelGSS) https://github.com/nodejs/node/pull/56416
  * set thread name for main thread and v8 worker (RafaelGSS) https://github.com/nodejs/node/pull/56416
  * set worker thread name using worker.name (RafaelGSS) https://github.com/nodejs/node/pull/56416
  * use a default thread name for inspector (RafaelGSS) https://github.com/nodejs/node/pull/56416
tls:
  * (SEMVER-MINOR) implement tls.getCACertificates() (Joyee Cheung) https://github.com/nodejs/node/pull/57107
util:
  * (SEMVER-MINOR) expose diff function used by the assertion errors (Giovanni Bucci) https://github.com/nodejs/node/pull/57462
v8:
  * (SEMVER-MINOR) add v8.getCppHeapStatistics() method (Aditi) https://github.com/nodejs/node/pull/57146
zlib:
  * (SEMVER-MINOR) add zstd support (Jan Martin) https://github.com/nodejs/node/pull/52100

PR-URL: https://github.com/nodejs/node/pull/57840
2025-04-23 09:11:57 +02:00
..
addons.md doc: fix c++ addon hello world sample 2024-12-09 17:43:50 +00:00
assert.md Revert "assert,util: revert recursive breaking change" 2025-04-02 23:37:44 +00:00
async_context.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
async_hooks.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
buffer.md doc: make stability labels more consistent 2025-03-23 15:58:20 +00:00
child_process.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
cli.md test_runner: add global setup and teardown functionality 2025-04-16 17:51:06 +00:00
cluster.md doc: move numCPUs require to top of file in cluster CJS example 2024-07-30 06:13:52 +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 2025-04-01, Version 23.11.0 (Current) 2025-04-01 16:24:05 +02:00
debugger.md inspector: introduce the --inspect-wait flag 2024-05-11 18:48:30 +00:00
deprecations.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
dgram.md dgram: support blocklist in udp 2024-12-15 14:19:27 +00:00
diagnostics_channel.md doc: make stability labels more consistent 2025-03-23 15:58:20 +00:00
dns.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02: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 typos 2023-04-23 13:34:08 +00:00
embedding.md doc: improve c++ embedder API doc 2024-11-01 03:43:53 +00:00
errors.md doc: list DOMException as a potential error raised by Node.js 2025-04-09 10:50:40 +00:00
esm.md doc: make stability labels more consistent 2025-03-23 15:58:20 +00:00
events.md doc: graduate multiple experimental apis 2025-04-07 12:51:30 -07:00
fs.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
globals.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
http2.md doc: add streamResetBurst and streamResetRate 2025-02-26 15:47:23 +00:00
http.md doc: update websocket link to avoid linking to self 2025-02-05 11:01:18 +00:00
https.md doc: add esm examples to node:https 2024-08-19 13:52:40 +00:00
index.md doc: remove link to QUIC.md 2025-04-04 12:53:31 +00:00
inspector.md doc: mark devtools integration section as active development 2025-04-17 19:38:57 +00:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
modules.md doc: module resolution pseudocode corrections 2025-03-22 16:34:29 +00:00
n-api.md doc: clarify behaviour of node-api adjust function 2025-03-28 15:17:07 +00:00
net.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-07 14:36:47 -05:00
os.md build: remove support for ppc 32-bit 2025-01-31 12:47:09 +01:00
packages.md doc: remove Corepack documentation 2025-03-28 14:49:59 +01:00
path.md doc: clarify path.isAbsolute is not path traversal mitigation 2025-03-02 18:48:59 +01:00
perf_hooks.md doc: remove buffered flag from performance hooks examples 2025-02-23 00:14:56 +00:00
permissions.md doc: make stability labels more consistent 2025-03-23 15:58:20 +00:00
process.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
punycode.md tools: lint js in doc/**/*.md 2024-11-20 10:10:38 +00:00
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
quic.md 2025-02-13, Version 23.8.0 (Current) 2025-02-13 18:28:25 +01:00
readline.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
repl.md repl: add support for multiline history 2025-04-13 11:58:01 +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-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
stream.md doc: mark multiple vm module APIS stable 2025-03-21 08:22:02 -07: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 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
timers.md doc: add esm examples to node:timers 2024-11-20 23:26:30 +00:00
tls.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
tracing.md doc: add esm examples to node:trace_events 2025-01-10 01:33:57 +00:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-07-19 10:53:24 +00:00
typescript.md doc: mark type stripping as release candidate 2025-04-03 12:15:40 +00:00
url.md doc: make stability labels more consistent 2025-03-23 15:58:20 +00:00
util.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
v8.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
vm.md esm: support source phase imports for WebAssembly 2025-02-28 09:52:47 -08:00
wasi.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
webcrypto.md doc: revise webcrypto.md types, interfaces, and added versions 2025-03-10 20:13:04 +00:00
webstreams.md doc: add node.js streams references to Web Streams doc 2025-03-18 19:22:10 +00:00
worker_threads.md worker: add ESM version examples to worker docs 2025-04-19 17:26:38 +00:00
zlib.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00