Skip to content

Commit

Permalink
2022-02-22, Version 17.6.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

- doc: deprecate notice for process methods (Yash Ladha) #41587
- stream: revert `map` spec compliance (Benjamin Gruenbaum) #41931
- build: remove broken x32 arch support (Ben Noordhuis) #41905
- (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #36328
- (SEMVER-MINOR) fs: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) #41819
- (SEMVER-MINOR) lib: add FormData global when fetch is enabled (Michaël Zasso) #41956
- (SEMVER-MINOR) readline: bind keystroke `ctrl`+`6` to redo (Ray) #41662
- process: deprecate multipleResolves (Benjamin Gruenbaum) #41872
  - Documentation-only.

Dependency updates:

- deps: upgrade npm to 8.5.1 (npm-robot) #42039
- deps: update undici to 3e267ece5f (Michaël Zasso) #41955
- deps: upgrade npm to 8.5.0 (npm-robot) #41925

New collaborators:

- doc: add marsonya to collaborators (Akhil Marsonya) #41991
- doc: add joesepi to collaborators (Joe Sepi) #41914

PR-URL: #42072
  • Loading branch information
bengl authored and BethGriggs committed Feb 22, 2022
1 parent cb8abff commit a987f7f
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 17 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.5.0">17.5.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.6.0">17.6.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.5.0">17.5.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.4.0">17.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.3.1">17.3.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.3.0">17.3.0</a><br/>
Expand Down
4 changes: 2 additions & 2 deletions doc/api/cli.md
Expand Up @@ -283,7 +283,7 @@ modifying the stack trace.
### `--experimental-global-webcrypto`

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

Expose the [Web Crypto API][] on the global scope.
Expand All @@ -310,7 +310,7 @@ Specify the `module` of a custom experimental [ECMAScript module loader][].
### `--experimental-network-imports`

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

> Stability: 1 - Experimental
Expand Down
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Expand Up @@ -3082,7 +3082,7 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41896
description: Runtime deprecation.
- version: REPLACEME
- version: v17.6.0
pr-url: https://github.com/nodejs/node/pull/41872
description: Documentation-only deprecation.
-->
Expand All @@ -3096,7 +3096,7 @@ which diminished its usefulness.

<!-- YAML
changes:
- version: REPLACEME
- version: v17.6.0
pr-url: https://github.com/nodejs/node/pull/41587
description: Documentation-only deprecation.
-->
Expand Down
12 changes: 6 additions & 6 deletions doc/api/fs.md
Expand Up @@ -877,7 +877,7 @@ try {
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
- version: v17.6.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
Expand Down Expand Up @@ -2101,15 +2101,15 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
`ERR_INVALID_CALLBACK`.
- version: v17.6.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
-->
> Stability: 1 - Experimental
Expand Down Expand Up @@ -4872,7 +4872,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
<!-- YAML
added: v16.7.0
changes:
- version: REPLACEME
- version: v17.6.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
Expand Down
10 changes: 5 additions & 5 deletions doc/api/globals.md
Expand Up @@ -310,7 +310,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
## `Crypto`

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

> Stability: 1 - Experimental. Enable this API with the
Expand All @@ -323,7 +323,7 @@ only if the Node.js binary was compiled with including support for the
## `crypto`

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

> Stability: 1 - Experimental. Enable this API with the
Expand All @@ -334,7 +334,7 @@ A browser-compatible implementation of the [Web Crypto API][].
## `CryptoKey`

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

> Stability: 1 - Experimental. Enable this API with the
Expand Down Expand Up @@ -392,7 +392,7 @@ A browser-compatible implementation of the [`fetch()`][] function.
## Class `FormData`

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

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -585,7 +585,7 @@ The WHATWG [`structuredClone`][] method.
## `SubtleCrypto`

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

> Stability: 1 - Experimental. Enable this API with the
Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Expand Up @@ -181,7 +181,7 @@ See [Advanced serialization for `child_process`][] for more details.

<!-- YAML
added: v10.12.0
deprecated: REPLACEME
deprecated: v17.6.0
-->

> Stability: 0 - Deprecated
Expand Down

0 comments on commit a987f7f

Please sign in to comment.