summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-01-24 16:33:33 -0500
committerMyles Borins <mylesborins@google.com>2019-01-24 20:51:40 -0500
commit641de82404d5fa381053e0f5abd522c7f5881e5a (patch)
tree0aa4e10f09cb73e47216de02b74b06b729c4be50 /doc/api/tls.md
parent35f45ba47b6fe9474a285483044ec27bd0a22896 (diff)
downloadandroid-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.tar.gz
android-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.tar.bz2
android-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.zip
2019-01-24, Version 11.8.0 (Current)
Notable Changes: * events: * For unhandled `error` events with an argument that is not an `Error` object, the resulting exeption will have more information about the argument. https://github.com/nodejs/node/pull/25621 * child_process: * When the `maxBuffer` option is passed, `stdout` and `stderr` will be truncated rather than unavailable in case of an error. https://github.com/nodejs/node/pull/24951 * policy: * Experimental support for module integrity checks through a manifest file is implemented now. https://github.com/nodejs/node/pull/23834 * n-api: * The `napi_threadsafe_function` feature is now stable. https://github.com/nodejs/node/pull/25556 * report: * An experimental diagnostic API for capturing process state is available as `process.report` and through command line flags. https://github.com/nodejs/node/pull/22712 * tls: * `tls.connect()` takes a `timeout` option analogous to the `net.connect()` one. https://github.com/nodejs/node/pull/25517 * worker: * `process.umask()` is available as a read-only function inside Worker threads now. https://github.com/nodejs/node/pull/25526 * An `execArgv` option that supports a subset of Node.js command line options is supported now. https://github.com/nodejs/node/pull/25467 PR-URL: https://github.com/nodejs/node/pull/25687
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index bfa06925ef..bea4aecaa6 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1023,7 +1023,7 @@ being issued by trusted CA (`options.ca`).
<!-- YAML
added: v0.11.3
changes:
- - version: REPLACEME
+ - version: v11.7.0
pr-url: https://github.com/nodejs/node/pull/25517
description: The `timeout` option is supported now.
- version: v8.0.0