Skip to content

Commit

Permalink
2021-11-30, Version 17.2.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

async_hooks:
  * (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) #40760
deps:
  * (SEMVER-MINOR) update V8 to 9.6.180.14 (Michaël Zasso) #40488
lib:
  * (SEMVER-MINOR) add reason to AbortSignal (James M Snell) #40807
src:
  * (SEMVER-MINOR) add x509.fingerprint512 to crypto module (3nprob) #39809
stream:
  * deprecate thenable support (Antoine du Hamel) #40860
  * fix finished regression when working with legacy Stream (Matteo Collina) #40858

PR-URL: #40983
  • Loading branch information
targos committed Nov 30, 2021
1 parent f01d30b commit 79731df
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -33,7 +33,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.1.0">17.1.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.2.0">17.2.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.1.0">17.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.0.1">17.0.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a><br/>
</td>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
Expand Up @@ -761,7 +761,7 @@ the section on [promise execution tracking][].
### `async_hooks.asyncWrapProviders`
<!-- YAML
added: REPLACEME
added: v17.2.0
-->
* Returns: A map of provider types to the corresponding numeric id.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Expand Up @@ -2567,7 +2567,7 @@ The SHA-256 fingerprint of this certificate.
### `x509.fingerprint512`

<!-- YAML
added: REPLACEME
added: v17.2.0
-->

* Type: {string}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -3023,7 +3023,7 @@ it was an aborted or graceful destroy.

<!-- YAML
changes:
- version: REPLACEME
- version: v17.2.0
pr-url: https://github.com/nodejs/node/pull/40860
description: Documentation-only deprecation.
-->
Expand Down
6 changes: 3 additions & 3 deletions doc/api/globals.md
Expand Up @@ -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.
-->
Expand Down Expand Up @@ -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.
-->
Expand Down Expand Up @@ -167,7 +167,7 @@ when the `abortController.abort()` function has been called.
#### `abortSignal.reason`

<!-- YAML
added: REPLACEME
added: v17.2.0
-->

* Type: {any}
Expand Down
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Expand Up @@ -1182,7 +1182,7 @@ This API throws a JavaScript `RangeError` with the text provided.
#### `node_api_throw_syntax_error`

<!-- YAML
added: REPLACEME
added: v17.2.0
-->

````c
Expand Down Expand Up @@ -1298,7 +1298,7 @@ This API returns a JavaScript `RangeError` with the text provided.
#### `node_api_create_syntax_error`
<!-- YAML
added: REPLACEME
added: v17.2.0
-->
```c
Expand Down
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -1133,7 +1133,7 @@ certificate.

<!-- YAML
changes:
- version: REPLACEME
- version: v17.2.0
pr-url: https://github.com/nodejs/node/pull/39809
description: Add fingerprint512.
- version: v11.4.0
Expand Down
126 changes: 126 additions & 0 deletions doc/changelogs/CHANGELOG_V17.md

Large diffs are not rendered by default.

0 comments on commit 79731df

Please sign in to comment.