summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-10-10 14:31:33 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-10-11 21:25:36 +0200
commit06f6d662f679ee04679d97ecd5087e6f17268141 (patch)
tree4c70b15b21a1fd92198216312f6e43b337ef5bbc /doc/api/deprecations.md
parent5909532aace7412c5988bbfe2c777333aea2fd94 (diff)
downloadandroid-node-v8-06f6d662f679ee04679d97ecd5087e6f17268141.tar.gz
android-node-v8-06f6d662f679ee04679d97ecd5087e6f17268141.tar.bz2
android-node-v8-06f6d662f679ee04679d97ecd5087e6f17268141.zip
2019-10-11, Version 12.12.0 (Current)
Notable changes: * build: * Add `--force-context-aware` flag to prevent usage of native node addons that aren't context aware https://github.com/nodejs/node/pull/29631 * deprecations: * Add documentation-only deprecation for `process._tickCallback()` https://github.com/nodejs/node/pull/29781 * esm: * Using JSON modules is experimental again https://github.com/nodejs/node/pull/29754 * fs: * Introduce `opendir()` and `fs.Dir` to iterate through directories https://github.com/nodejs/node/pull/29349 * process: * Add source-map support to stack traces by using `--source-map-support` https://github.com/nodejs/node/pull/29564 * tls: * Honor `pauseOnConnect` option https://github.com/nodejs/node/pull/29635 * Add option for private keys for OpenSSL engines https://github.com/nodejs/node/pull/28973 PR-URL: https://github.com/nodejs/node/pull/29919
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 2509643728..aaec4a3c99 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2509,7 +2509,7 @@ Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
### DEP0133: http connection
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.12.0
pr-url: https://github.com/nodejs/node/pull/29015
description: Documentation-only deprecation.
-->
@@ -2523,7 +2523,7 @@ Prefer [`response.socket`][] over [`response.connection`][] and
### DEP0134: process._tickCallback
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v12.12.0
pr-url: https://github.com/nodejs/node/pull/29781
description: Documentation-only deprecation.
-->