summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-10-23 18:35:14 -0400
committerMyles Borins <mylesborins@google.com>2017-10-24 17:50:44 -0400
commit9aa31bccb4e3ee16d4dc908c083f3d0f9d0e7801 (patch)
treed28420ebd927c9ef2b731e681b17e3dc3a6cb3cf /doc/api
parent41080724571074d19f4975cc7748708ef42a040c (diff)
downloadandroid-node-v8-9aa31bccb4e3ee16d4dc908c083f3d0f9d0e7801.tar.gz
android-node-v8-9aa31bccb4e3ee16d4dc908c083f3d0f9d0e7801.tar.bz2
android-node-v8-9aa31bccb4e3ee16d4dc908c083f3d0f9d0e7801.zip
2017-10-24, Node.js Version 8.8.0 (Current)
Notable Changes: * crypto: - expose ECDH class https://github.com/nodejs/node/pull/8188 * http2: - http2 is now exposed by defualt without the need for a flag https://github.com/nodejs/node/pull/15685 - a new environment varible NODE\_NO\_HTTP2 has been added to allow userland http2 to be required https://github.com/nodejs/node/pull/15685 - support has been added for generic `Duplex` streams https://github.com/nodejs/node/pull/16269 * module: - resolve and instantiate loader pipeline hooks have been added to the ESM lifecycle https://github.com/nodejs/node/pull/15445 * zlib: - CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an error to be raised when a raw deflate stream is initialized with windowBits set to 8. On some versions this crashes Node and you cannot recover from it, while on some versions it throws an exception. Node.js will now gracefully set windowBits to 9 replicating the legacy behavior to avoid a DOS vector. https://github.com/nodejs-private/node-private/pull/95 PR-URL: https://github.com/nodejs-private/node-private/pull/98
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/child_process.md12
-rw-r--r--doc/api/domain.md3
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 413949c287..64bee59a66 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -128,7 +128,7 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
-->
@@ -244,7 +244,7 @@ lsExample();
<!-- YAML
added: v0.1.91
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
-->
@@ -375,7 +375,7 @@ supported by `child_process.fork()` and will be ignored if set.
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
- version: v6.4.0
@@ -665,7 +665,7 @@ configuration at startup.
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
- version: v8.0.0
@@ -719,7 +719,7 @@ throw an [`Error`][] that will include the full result of the underlying
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
- version: v8.0.0
@@ -775,7 +775,7 @@ execution.
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v8.8.0
pr-url: https://github.com/nodejs/node/pull/15380
description: The `windowsHide` option is supported now.
- version: v8.0.0
diff --git a/doc/api/domain.md b/doc/api/domain.md
index 30e93e2bea..77eff3a194 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -1,8 +1,7 @@
# Domain
<!-- YAML
changes:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ - version: v8.8.0
description: Any `Promise`s created in VM contexts no longer have a
`.domain` property. Their handlers are still executed in the
proper domain, however, and `Promise`s created in the main