summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index cf06f69fc8..f2c737bddd 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -160,7 +160,7 @@ outside `node_modules` in order to better target developers, rather than users.
### DEP0006: child\_process options.customFds
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25279
description: End-of-Life.
- version:
@@ -442,7 +442,7 @@ code.
### DEP0019: require('.') resolved outside directory
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26973
description: Removed functionality.
- version:
@@ -483,7 +483,7 @@ The [`Server.connections`][] property is deprecated. Please use the
### DEP0021: Server.listenFD
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/27127
description: End-of-Life.
- version:
@@ -518,7 +518,7 @@ The `os.tmpDir()` API is deprecated. Please use [`os.tmpdir()`][] instead.
### DEP0023: os.getNetworkInterfaces()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25280
description: End-of-Life.
- version:
@@ -574,7 +574,7 @@ The `sys` module is deprecated. Please use the [`util`][] module instead.
### DEP0026: util.print()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25377
description: End-of-Life.
- version:
@@ -595,7 +595,7 @@ Type: End-of-Life
### DEP0027: util.puts()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25377
description: End-of-Life.
- version:
@@ -616,7 +616,7 @@ Type: End-of-Life
### DEP0028: util.debug()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25377
description: End-of-Life.
- version:
@@ -637,7 +637,7 @@ Type: End-of-Life
### DEP0029: util.error()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25377
description: End-of-Life.
- version:
@@ -1284,7 +1284,7 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10970
description: Runtime deprecation.
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25828
description: End-of-Life.
-->
@@ -1367,7 +1367,7 @@ removed. Please use `sloppy` instead.
### DEP0066: outgoingMessage.\_headers, outgoingMessage.\_headerNames
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/24167
description: Runtime deprecation.
- version: v8.0.0
@@ -1693,7 +1693,7 @@ the client and is now unsupported. Use the `ciphers` parameter instead.
### DEP0084: requiring bundled internal dependencies
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25138
description: This functionality has been removed.
- version: v10.0.0
@@ -1910,7 +1910,7 @@ should start using the `async_context` variant of `MakeCallback` or
### DEP0098: AsyncHooks Embedder AsyncResource.emitBefore and AsyncResource.emitAfter APIs
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26530
description: End-of-Life
- version:
@@ -2173,7 +2173,7 @@ accessed outside of Node.js core: `Socket.prototype._handle`,
### DEP0113: Cipher.setAuthTag(), Decipher.getAuthTag()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26249
description: End-of-Life.
- version: v11.0.0
@@ -2190,7 +2190,7 @@ were never documented and would throw when called.
### DEP0114: crypto._toBuf()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/25338
description: End-of-Life.
- version: v11.0.0
@@ -2242,7 +2242,7 @@ use the [WHATWG URL API][] instead.
### DEP0117: Native crypto handles
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/27011
description: End-of-Life.
- version: v11.0.0
@@ -2292,7 +2292,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
### DEP0120: Windows Performance Counter Support
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/24862
description: End-of-Life.
- version: v11.0.0
@@ -2312,7 +2312,7 @@ undocumented `COUNTER_NET_SERVER_CONNECTION()`,
### DEP0121: net._setSimultaneousAccepts()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/23760
description: Runtime deprecation.
-->
@@ -2327,7 +2327,7 @@ https://github.com/nodejs/node/issues/18391
### DEP0122: tls Server.prototype.setOptions()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/23820
description: Runtime deprecation.
-->
@@ -2340,7 +2340,7 @@ Please use `Server.prototype.setSecureContext()` instead.
### DEP0123: setting the TLS ServerName to an IP address
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/23329
description: Runtime deprecation.
-->
@@ -2354,7 +2354,7 @@ Setting the TLS ServerName to an IP address is not permitted by
### DEP0124: using REPLServer.rli
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26260
description: Runtime deprecation.
-->
@@ -2367,7 +2367,7 @@ This property is a reference to the instance itself.
### DEP0125: require('\_stream\_wrap')
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26245
description: Runtime deprecation.
-->
@@ -2412,7 +2412,7 @@ with no performance impact since Node.js 10.
### DEP0128: modules with an invalid `main` entry and an `index.js` file
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26823
description: Documentation-only.
-->