node/doc/api
Myles Borins 1a34e9c24b
2021-04-06, Version 15.14.0 (Current)
Notable Changes:

This is a security release.

Vulnerabilities fixed:

- **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)
- **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High)
- **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High)

Other Notable changes:

fs:
  * (SEMVER-MINOR) add support for async iterators to `fsPromises.writeFile` (HiroyukiYagihashi) https://github.com/nodejs/node/pull/37490
net:
  * (SEMVER-MINOR) allow net.BlockList to use net.SocketAddress objects (James M Snell) https://github.com/nodejs/node/pull/37917
  * (SEMVER-MINOR) add SocketAddress class (James M Snell) https://github.com/nodejs/node/pull/37917
  * (SEMVER-MINOR) make net.BlockList cloneable (James M Snell) https://github.com/nodejs/node/pull/37917
net,tls:
  * (SEMVER-MINOR) add abort signal support to connect (Nitzan Uziely) https://github.com/nodejs/node/pull/37735
readline:
  * (SEMVER-MINOR) add AbortSignal support to interface (Nitzan Uziely) https://github.com/nodejs/node/pull/37932

PR-URL: https://github.com/nodejs/node/pull/38084
2021-04-06 09:28:26 -04:00
..
addons.md doc: use HEAD for links in api docs 2021-02-28 14:40:03 +01:00
assert.md doc: fix linter issue 2021-03-16 08:55:25 -04:00
async_hooks.md doc: fix asyncLocalStorage.run() description 2021-04-05 12:57:25 -04:00
buffer.md doc: improve Buffer's encoding documentation 2021-04-04 15:24:04 -04:00
child_process.md doc: add Windows-specific info to subprocess.kill() 2021-04-04 15:22:55 -04:00
cli.md doc: document that NODE_EXTRA_CA_CERTS is read only once 2021-03-16 08:55:14 -04:00
cluster.md doc: use **Default:** more consistently 2021-02-28 14:39:54 +01:00
console.md doc: fix typo in console.md 2021-02-16 09:12:51 -05:00
crypto.md 2021-03-17, Version 15.12.0 (Current) 2021-03-17 13:02:44 -04:00
debugger.md doc: fix typo in debugger.md 2020-11-22 11:30:51 -08:00
deprecations.md 2021-03-31, Version 15.13.0 (Current) 2021-03-30 22:19:19 -04:00
dgram.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 18:07:48 +01:00
diagnostics_channel.md doc: fix description of hasSubscribers 2021-02-16 09:13:35 -05:00
dns.md doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
documentation.md doc: fix legacy stability indicator display 2021-03-23 21:15:09 -04:00
domain.md doc: fix missing PR-URLs in YAML comments 2020-10-09 18:46:45 +00:00
embedding.md doc: use HEAD for links in api docs 2021-02-28 14:40:03 +01:00
errors.md 2021-04-06, Version 15.14.0 (Current) 2021-04-06 09:28:26 -04:00
esm.md deps: update to cjs-module-lexer@1.1.1 2021-04-04 15:27:02 -04:00
events.md doc: add missing events.on metadata 2021-04-04 15:27:03 -04:00
fs.md 2021-04-06, Version 15.14.0 (Current) 2021-04-06 09:28:26 -04:00
globals.md 2021-03-17, Version 15.12.0 (Current) 2021-03-17 13:02:44 -04:00
http.md doc: improve Buffer's encoding documentation 2021-04-04 15:24:04 -04:00
http2.md doc: fix typo in doc/api/http2/md 2021-02-28 14:40:16 +01:00
https.md doc: document return value of https.request 2021-01-12 07:09:26 -05:00
index.md doc: rename N-API to Node-API 2021-02-16 09:12:49 -05:00
inspector.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
intl.md doc: spell out ICU acronym on first occurrence 2021-03-29 20:17:18 -04:00
module.md tools: add support for mjs and cjs JS snippet linting 2021-03-16 08:55:20 -04:00
modules.md doc: link PACKAGE_EXPORTS_RESOLVE to ESM section 2021-02-16 09:16:16 -05:00
n-api.md doc: add gyp maintain info 2021-03-20 14:57:14 -04:00
net.md 2021-04-06, Version 15.14.0 (Current) 2021-04-06 09:28:26 -04:00
os.md doc: use HEAD for links in api docs 2021-02-28 14:40:03 +01:00
packages.md doc: fix typo in doc/api/packages.md 2021-03-02 14:08:54 +01:00
path.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 04:45:05 -08:00
perf_hooks.md doc: use **Default:** more consistently 2021-02-28 14:39:54 +01:00
policy.md doc: revise dependency redirection text in policy.md 2020-09-24 04:30:35 -07:00
process.md doc: recommend queueMicrotask over process.nextTick 2021-02-28 14:43:41 +01:00
punycode.md docs: add references to punycode.md 2021-01-12 07:10:52 -05:00
querystring.md lib: support BigInt in querystring.stringify 2020-12-21 18:24:30 +01:00
readline.md 2021-04-06, Version 15.14.0 (Current) 2021-04-06 09:28:26 -04:00
repl.md doc: clarify repl exception conditions 2021-02-02 10:51:00 +01:00
report.md src: add loop idle time in diagnostic report 2020-11-22 11:30:47 -08:00
stream.md doc: improve Buffer's encoding documentation 2021-04-04 15:24:04 -04:00
string_decoder.md doc: update list styles for remark-parse@9 rendering 2020-11-22 11:11:43 -08:00
synopsis.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
timers.md doc: fix AbortError example for timers 2021-03-23 21:15:00 -04:00
tls.md doc: document x509 error codes 2021-02-28 14:40:01 +01:00
tracing.md doc: simplify wording in tracing APIs doc 2020-10-10 05:55:04 -07:00
tty.md doc: add missing comma in tty 2021-02-02 10:41:57 +01:00
url.md 2021-03-31, Version 15.13.0 (Current) 2021-03-30 22:19:19 -04:00
util.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 04:45:05 -08:00
v8.md doc: fix punctuation in v8.md 2020-11-22 13:20:18 -08:00
vm.md doc: document that module.evaluate fulfills as undefined 2021-03-16 08:55:29 -04:00
wasi.md tools,doc: add support for several flavors of JS code snippets 2021-03-16 08:55:21 -04:00
webcrypto.md doc: fix typo in webcrypto.md 2021-02-28 14:46:24 +01:00
worker_threads.md 2021-04-06, Version 15.14.0 (Current) 2021-04-06 09:28:26 -04:00
zlib.md doc: fix YAML syntax errors 2020-10-06 15:52:10 -07:00