Skip to content

Commit

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

* [d1bac7f] - doc: add marsonya to collaborators (Akhil Marsonya) nodejs#41991
* [a69ddde] - doc: deprecate notice for process methods (Yash Ladha) nodejs#41587
* [a89a853] - stream: revert `map` spec compliance (Benjamin Gruenbaum) nodejs#41931
* [d138355] - build: remove broken x32 arch support (Ben Noordhuis) nodejs#41905
* [fd3dabf] - doc: add joesepi to collaborators (Joe Sepi) nodejs#41914
* [a84c29c] - process: deprecate multipleResolves (Benjamin Gruenbaum) nodejs#41872
  • Loading branch information
bengl committed Feb 21, 2022
1 parent 7ac017a commit 087b782
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/api/deprecations.md
Expand Up @@ -3064,11 +3064,11 @@ This method was deprecated because it is not compatible with

Use [`buffer.subarray`][] which does the same thing instead.

### DEPXXXX: `process.on('multipleResolves', handler)`
### DEP159: `process.on('multipleResolves', handler)`

<!-- YAML
changes:
- version: REPLACEME
- version: 17.5.1
pr-url: https://github.com/nodejs/node/pull/41872
description: Documentation-only deprecation.
-->
Expand All @@ -3078,11 +3078,11 @@ Type: Documentation-only
This event was deprecated because it did not work with V8 promise combinators
which diminished its usefulness.

### DEP0161: `process._getActiveRequests()` and `process._getActiveHandles()`
### DEP0160: `process._getActiveRequests()` and `process._getActiveHandles()`

<!-- YAML
changes:
- version: REPLACEME
- version: 17.5.1
pr-url: https://github.com/nodejs/node/pull/41587
description: Documentation-only deprecation.
-->
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: 17.5.1
-->

> Stability: 0 - Deprecated
Expand Down

0 comments on commit 087b782

Please sign in to comment.