From 8caa6a9d8c153376d86fbed3a58cfae3555ae47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 3 Nov 2020 17:57:08 +0100 Subject: 2020-11-04, Version 15.1.0 (Current) Notable changes: child_process: * (SEMVER-MINOR) add ChildProcess 'spawn' event (Matthew Francis Brunetti) https://github.com/nodejs/node/pull/35369 dns: * (SEMVER-MINOR) add setLocalAddress to Resolver (Josh Dague) https://github.com/nodejs/node/pull/34824 http: * (SEMVER-MINOR) report request start and end with diagnostics_channel (Stephen Belanger) https://github.com/nodejs/node/pull/34895 http2: * (SEMVER-MINOR) add updateSettings to both http2 servers (Vincent Boivin) https://github.com/nodejs/node/pull/35383 lib: * (SEMVER-MINOR) create diagnostics_channel module (Stephen Belanger) https://github.com/nodejs/node/pull/34895 src: * (SEMVER-MINOR) add --heapsnapshot-near-heap-limit option (Joyee Cheung) https://github.com/nodejs/node/pull/33010 v8: * (SEMVER-MINOR) implement v8.stopCoverage() (Joyee Cheung) https://github.com/nodejs/node/pull/33807 * (SEMVER-MINOR) implement v8.takeCoverage() (Joyee Cheung) https://github.com/nodejs/node/pull/33807 worker: * (SEMVER-MINOR) add eventLoopUtilization() (Trevor Norris) https://github.com/nodejs/node/pull/35664 PR-URL: https://github.com/nodejs/node/pull/35948 --- doc/api/child_process.md | 2 +- doc/api/cli.md | 2 +- doc/api/deprecations.md | 2 +- doc/api/diagnostics_channel.md | 2 +- doc/api/dns.md | 2 +- doc/api/http2.md | 4 ++-- doc/api/packages.md | 2 +- doc/api/tls.md | 2 +- doc/api/v8.md | 4 ++-- doc/api/worker_threads.md | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/api') diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 0f78ba9d44e..2d39bd2d109 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1038,7 +1038,7 @@ See [Advanced serialization][] for more details. ### Event: `'spawn'` The `'spawn'` event is emitted once the child process has spawned successfully. diff --git a/doc/api/cli.md b/doc/api/cli.md index dd0b57b6ad9..484695a3474 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -335,7 +335,7 @@ be added. ### `--heapsnapshot-near-heap-limit=max_count` > Stability: 1 - Experimental diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 724d5abae68..41ad56bc36b 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2680,7 +2680,7 @@ Use `fs.rm(path, { recursive: true, force: true })` instead. ### DEP0148: Folder mappings in `"exports"` (trailing `"/"`) + > Stability: 1 - Experimental diff --git a/doc/api/dns.md b/doc/api/dns.md index aa2fbbc1751..c9508f87119 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -119,7 +119,7 @@ callbacks will be called with an error with code `ECANCELLED`. ### `resolver.setLocalAddress([ipv4][, ipv6])` * `ipv4` {string} A string representation of an IPv4 address. diff --git a/doc/api/http2.md b/doc/api/http2.md index c109d7db72a..b4977397f35 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1881,7 +1881,7 @@ value only affects new connections to the server, not any existing connections. #### `server.updateSettings([settings])` * `settings` {HTTP/2 Settings Object} @@ -2073,7 +2073,7 @@ value only affects new connections to the server, not any existing connections. #### `server.updateSettings([settings])` * `settings` {HTTP/2 Settings Object} diff --git a/doc/api/packages.md b/doc/api/packages.md index 9b7ba7fb119..a3e328073fa 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -368,7 +368,7 @@ targets, this expansion is dependent on only the files of the package itself. ### Subpath folder mappings The `v8.takeCoverage()` method allows the user to write the coverage started by @@ -241,7 +241,7 @@ disk, unless [`v8.stopCoverage()`][] is invoked before the process exits. ## `v8.stopCoverage()` The `v8.stopCoverage()` method allows the user to stop the coverage collection diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 086e541013e..c9ea0c90373 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -806,7 +806,7 @@ immediately with an [`ERR_WORKER_NOT_RUNNING`][] error. ### `worker.performance` An object that can be used to query performance information from a worker @@ -814,7 +814,7 @@ instance. Similar to [`perf_hooks.performance`][]. #### `performance.eventLoopUtilization([utilization1[, utilization2]])` * `utilization1` {Object} The result of a previous call to -- cgit v1.2.3