summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-10-21 12:37:26 -0700
committerJames M Snell <jasnell@gmail.com>2018-10-22 12:59:31 -0700
commit7f61b528d3da0eae041d1b0316cf87c7684f5bf9 (patch)
tree4285b38edaefd40d2f2b5d7adef9ebb0196af5be /doc/api/deprecations.md
parent9464e43c7bab8586e33032863f95a0f0a489c878 (diff)
downloadandroid-node-v8-7f61b528d3da0eae041d1b0316cf87c7684f5bf9.tar.gz
android-node-v8-7f61b528d3da0eae041d1b0316cf87c7684f5bf9.tar.bz2
android-node-v8-7f61b528d3da0eae041d1b0316cf87c7684f5bf9.zip
src: fix missing deprecation assignment
PR-URL: https://github.com/nodejs/node/pull/23809 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 33e98c4cd4..e4955f4392 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2235,7 +2235,7 @@ It will become an error in future versions of Node.js.
<a id="DEP0119"></a>
### DEP0119: process.binding('uv').errname() private API
-<!--
+<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/23597
@@ -2247,6 +2247,23 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
Directly calling `process.binding('uv').errname(<val>)` is deprecated.
Please make sure to use [`util.getSystemErrorName()`][] instead.
+<a id="DEP0120"></a>
+### DEP0120: Windows Performance Counter Support
+<!-- YAML
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/22485
+ description: Runtime deprecation.
+-->
+
+Type: Runtime
+
+Windows Performance Counter support has been removed from Node.js. The
+undocumented `COUNTER_NET_SERVER_CONNECTION()`,
+`COUNTER_NET_SERVER_CONNECTION_CLOSE()`, `COUNTER_HTTP_SERVER_REQUEST()`,
+`COUNTER_HTTP_SERVER_RESPONSE()`, `COUNTER_HTTP_CLIENT_REQUEST()`, and
+`COUNTER_HTTP_CLIENT_RESPONSE()` functions have been deprecated.
+
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size