From 1aaa4eb8886fb77a0e1a25de28dbf13188df4fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 26 Nov 2021 15:56:21 +0100 Subject: 2021-11-30, Version 17.2.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: async_hooks: * (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) https://github.com/nodejs/node/pull/40760 deps: * (SEMVER-MINOR) update V8 to 9.6.180.14 (Michaël Zasso) https://github.com/nodejs/node/pull/40488 lib: * (SEMVER-MINOR) add reason to AbortSignal (James M Snell) https://github.com/nodejs/node/pull/40807 src: * (SEMVER-MINOR) add x509.fingerprint512 to crypto module (3nprob) https://github.com/nodejs/node/pull/39809 stream: * deprecate thenable support (Antoine du Hamel) https://github.com/nodejs/node/pull/40860 * fix finished regression when working with legacy Stream (Matteo Collina) https://github.com/nodejs/node/pull/40858 PR-URL: https://github.com/nodejs/node/pull/40983 --- CHANGELOG.md | 3 +- doc/api/async_hooks.md | 2 +- doc/api/crypto.md | 2 +- doc/api/deprecations.md | 2 +- doc/api/globals.md | 6 +- doc/api/n-api.md | 4 +- doc/api/tls.md | 2 +- doc/changelogs/CHANGELOG_V17.md | 126 ++++++++++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 9 files changed, 140 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b71b4460398..6e977da1671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. -17.1.0
+17.2.0
+17.1.0
17.0.1
17.0.0
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index f8d50f66d4c..99ff6c2ece4 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -761,7 +761,7 @@ the section on [promise execution tracking][]. ### `async_hooks.asyncWrapProviders` * Returns: A map of provider types to the corresponding numeric id. diff --git a/doc/api/crypto.md b/doc/api/crypto.md index b07c4bcf1c8..593e469952a 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2567,7 +2567,7 @@ The SHA-256 fingerprint of this certificate. ### `x509.fingerprint512` * Type: {string} diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index e5e6b1c1521..61dd855d87f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3021,7 +3021,7 @@ it was an aborted or graceful destroy. diff --git a/doc/api/globals.md b/doc/api/globals.md index 88e9aad9df2..15f82eff482 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -53,7 +53,7 @@ added: - v15.0.0 - v14.17.0 changes: - - version: REPLACEME + - version: v17.2.0 pr-url: https://github.com/nodejs/node/pull/40807 description: Added the new optional reason argument. --> @@ -94,7 +94,7 @@ added: - v15.12.0 - v14.17.0 changes: - - version: REPLACEME + - version: v17.2.0 pr-url: https://github.com/nodejs/node/pull/40807 description: Added the new optional reason argument. --> @@ -167,7 +167,7 @@ when the `abortController.abort()` function has been called. #### `abortSignal.reason` * Type: {any} diff --git a/doc/api/n-api.md b/doc/api/n-api.md index dc1aee0d458..3a624934a94 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1182,7 +1182,7 @@ This API throws a JavaScript `RangeError` with the text provided. #### `node_api_throw_syntax_error` ````c @@ -1298,7 +1298,7 @@ This API returns a JavaScript `RangeError` with the text provided. #### `node_api_create_syntax_error` ```c diff --git a/doc/api/tls.md b/doc/api/tls.md index 50cce2c83c9..dffefa03842 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1133,7 +1133,7 @@ certificate.