Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaelGSS <rafael.nunu@hotmail.com>2022-05-10 16:10:45 +0300
committerRafaelGSS <rafael.nunu@hotmail.com>2022-05-16 18:40:02 +0300
commit1531ef1c0c30b35b764981683383187261c97779 (patch)
tree12d5a7301b7f80b76fe058250d2cf74f1be65b92 /doc/api/https.md
parent0670843b24a0bc03137c504512a12487b5ba269c (diff)
2022-05-17, Version 18.2.0 (Current)v18.2.0
Notable changes: OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. - deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) https://github.com/nodejs/node/pull/43022 - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) https://github.com/nodejs/node/pull/43022 Other notable changes: - _Revert_ "deps: add template for generated headers" (Daniel Bevenius) https://github.com/nodejs/node/pull/42978 - deps: update undici to 5.2.0 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/43059 - deps: upgrade npm to 8.9.0 (npm team) https://github.com/nodejs/node/pull/42968 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) https://github.com/nodejs/node/pull/42768 - (SEMVER-MINOR) http: added connection closing methods (Shogun) https://github.com/nodejs/node/pull/42812 - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) https://github.com/nodejs/node/pull/43039 - doc: add release key for Juan Arboleda (Juan José) https://github.com/nodejs/node/pull/42961 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) https://github.com/nodejs/node/pull/42768 - (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) https://github.com/nodejs/node/pull/42812 - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) https://github.com/nodejs/node/pull/42725 PR-URL: https://github.com/nodejs/node/pull/43036
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 7e233b00fe7..00d5e8b3edf 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -138,7 +138,7 @@ See [`server.close()`][] in the `node:http` module.
### `server.closeAllConnections()`
<!-- YAML
-added: REPLACEME
+added: v18.2.0
-->
See [`server.closeAllConnections()`][] in the `node:http` module.
@@ -146,7 +146,7 @@ See [`server.closeAllConnections()`][] in the `node:http` module.
### `server.closeIdleConnections()`
<!-- YAML
-added: REPLACEME
+added: v18.2.0
-->
See [`server.closeIdleConnections()`][] in the `node:http` module.