Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ changes:
description: Runtime deprecation.
-->

Type: End-of-Life.
Type: End-of-Life

The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could
be set to `false` to disable ECDH entirely on the server only. This mode was
Expand Down Expand Up @@ -2230,7 +2230,8 @@ This deprecation has been superseded by the deprecation of the
changes:
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/18990
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Type: Documentation-only (supports [`--pending-deprecation`][])
Expand Down Expand Up @@ -2439,7 +2440,7 @@ changes:
pr-url:
- https://github.com/nodejs/node/pull/22519
- https://github.com/nodejs/node/pull/23017
description: Added documentation-only deprecation
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Expand Down Expand Up @@ -2520,7 +2521,8 @@ It will become an error in future versions of Node.js.
changes:
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/23597
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Type: Documentation-only (supports [`--pending-deprecation`][])
Expand Down Expand Up @@ -2774,7 +2776,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
changes:
- version: v12.12.0
pr-url: https://github.com/nodejs/node/pull/29781
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Type: Documentation-only (supports [`--pending-deprecation`][])
Expand Down Expand Up @@ -2909,7 +2912,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
changes:
- version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Type: Documentation-only (supports [`--pending-deprecation`][])
Expand All @@ -2923,10 +2927,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
changes:
- version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->

Type: Documentation-only
Type: Documentation-only (supports [`--pending-deprecation`][])

The `node:repl` module exports a `_builtinLibs` property that contains an array
of built-in modules. It was incomplete so far and instead it's better to rely
Expand All @@ -2942,6 +2947,7 @@ changes:
-->

Type: Runtime

`Transform._transformState` will be removed in future versions where it is
no longer required due to simplification of the implementation.

Expand Down Expand Up @@ -3064,7 +3070,7 @@ changes:
description: Documentation-only deprecation.
-->

Type: Documentation-only.
Type: Documentation-only

Prefer [`message.socket`][] over [`message.connection`][].

Expand Down Expand Up @@ -3288,7 +3294,7 @@ changes:
description: Documentation-only deprecation.
-->

Type: Runtime.
Type: Runtime

This event was deprecated because it did not work with V8 promise combinators
which diminished its usefulness.
Expand Down
Loading