Skip to content

Commit a73a341

Browse files
targosMylesBorins
authored andcommitted
2020-01-28, Version 12.15.0 'Erbium' (LTS)
Notable changes: TODO PR-URL: #31368
1 parent fb74f9c commit a73a341

22 files changed

+521
-63
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.14.1">12.14.1</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.15.0">12.15.0</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.14.1">12.14.1</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.14.0">12.14.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.13.1">12.13.1</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.13.0">12.13.0</a><br/>

doc/api/child_process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ arbitrary command execution.**
321321
<!-- YAML
322322
added: v0.5.0
323323
changes:
324-
- version: REPLACEME
324+
- version: v12.15.0
325325
pr-url: https://github.com/nodejs/node/pull/30162
326326
description: The `serialization` option is supported now.
327327
- version: v8.0.0
@@ -392,7 +392,7 @@ The `shell` option available in [`child_process.spawn()`][] is not supported by
392392
<!-- YAML
393393
added: v0.1.90
394394
changes:
395-
- version: REPLACEME
395+
- version: v12.15.0
396396
pr-url: https://github.com/nodejs/node/pull/30162
397397
description: The `serialization` option is supported now.
398398
- version: v8.8.0
@@ -1493,7 +1493,7 @@ unavailable.
14931493

14941494
## Advanced Serialization
14951495
<!-- YAML
1496-
added: REPLACEME
1496+
added: v12.15.0
14971497
-->
14981498

14991499
Child processes support a serialization mechanism for IPC that is based on the

doc/api/cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Enable experimental diagnostic report feature.
193193

194194
### `--experimental-specifier-resolution=mode`
195195
<!-- YAML
196-
added: REPLACEME
196+
added: v12.15.0
197197
-->
198198

199199
Sets the resolution algorithm for resolving ES module specifiers. Valid options
@@ -214,7 +214,7 @@ Enable experimental ES Module support in the `vm` module.
214214

215215
### `--experimental-wasi-unstable-preview1`
216216
<!-- YAML
217-
added: REPLACEME
217+
added: v12.15.0
218218
-->
219219

220220
Enable experimental WebAssembly System Interface (WASI) support.
@@ -431,7 +431,7 @@ Specify the `module` of a custom [experimental ECMAScript Module loader][].
431431

432432
### `--insecure-http-parser`
433433
<!-- YAML
434-
added: REPLACEME
434+
added: v12.15.0
435435
-->
436436

437437
Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
@@ -708,7 +708,7 @@ with crypto support (default).
708708

709709
### `--tls-keylog=file`
710710
<!-- YAML
711-
added: REPLACEME
711+
added: v12.15.0
712712
-->
713713

714714
Log TLS key material to a file. The key material is in NSS `SSLKEYLOGFILE`
@@ -796,7 +796,7 @@ Enables the collection of trace event tracing information.
796796

797797
### `--trace-exit`
798798
<!-- YAML
799-
added: REPLACEME
799+
added: v12.15.0
800800
-->
801801

802802
Prints a stack trace whenever an environment is exited proactively,
@@ -820,7 +820,7 @@ connection problems.
820820

821821
### `--trace-uncaught`
822822
<!-- YAML
823-
added: REPLACEME
823+
added: v12.15.0
824824
-->
825825

826826
Print stack traces for uncaught exceptions; usually, the stack trace associated
@@ -883,7 +883,7 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
883883

884884
### `--use-largepages=mode`
885885
<!-- YAML
886-
added: REPLACEME
886+
added: v12.15.0
887887
-->
888888

889889
Re-map the Node.js static code to large memory pages at startup. If supported on
@@ -1230,7 +1230,7 @@ to an empty string (`''` or `' '`) disables persistent REPL history.
12301230

12311231
### `NODE_REPL_EXTERNAL_MODULE=file`
12321232
<!-- YAML
1233-
added: REPLACEME
1233+
added: v12.15.0
12341234
-->
12351235

12361236
Path to a Node.js module which will be loaded in place of the built-in REPL.

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ values are `'rr'` and `'none'`.
724724
<!-- YAML
725725
added: v0.7.1
726726
changes:
727-
- version: REPLACEME
727+
- version: v12.15.0
728728
pr-url: https://github.com/nodejs/node/pull/30162
729729
description: The `serialization` option is supported now.
730730
- version: v9.5.0

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ console.log(hash.digest('hex'));
10431043

10441044
### `hash.copy([options])`
10451045
<!-- YAML
1046-
added: REPLACEME
1046+
added: v12.15.0
10471047
-->
10481048

10491049
* `options` {Object} [`stream.transform` options][]

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,7 @@ an officially supported API.
25252525
### DEP0136: `http` `finished`
25262526
<!-- YAML
25272527
changes:
2528-
- version: REPLACEME
2528+
- version: v12.15.0
25292529
pr-url: https://github.com/nodejs/node/pull/28679
25302530
description: Documentation-only deprecation.
25312531
-->

doc/api/dgram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if (cluster.isMaster) {
125125

126126
### `socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])`
127127
<!-- YAML
128-
added: REPLACEME
128+
added: v12.15.0
129129
-->
130130
* `sourceAddress` {string}
131131
* `groupAddress` {string}
@@ -314,7 +314,7 @@ drop membership on all valid interfaces.
314314

315315
### `socket.dropSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])`
316316
<!-- YAML
317-
added: REPLACEME
317+
added: v12.15.0
318318
-->
319319

320320
* `sourceAddress` {string}

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ connection.
18041804
<a id="ERR_TLS_INVALID_CONTEXT">
18051805
### ERR_TLS_INVALID_CONTEXT
18061806
<!-- YAML
1807-
added: REPLACEME
1807+
added: v12.15.0
18081808
-->
18091809

18101810
The context must be a `SecureContext`.

doc/api/events.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ recommendation is to **not use `async` functions as `'error'` event handlers**.
224224
<!-- YAML
225225
added: v0.1.26
226226
changes:
227-
- version: REPLACEME
227+
- version: v12.15.0
228228
pr-url: https://github.com/nodejs/node/pull/27867
229229
description: Added captureRejections option.
230230
-->
@@ -362,7 +362,7 @@ Its `name` property is set to `'MaxListenersExceededWarning'`.
362362

363363
### `EventEmitter.errorMonitor`
364364
<!-- YAML
365-
added: REPLACEME
365+
added: v12.15.0
366366
-->
367367

368368
This symbol shall be used to install a listener for only monitoring `'error'`
@@ -784,7 +784,7 @@ emitter.emit('log');
784784

785785
### `emitter[Symbol.for('nodejs.rejection')](err, eventName[, ...args])`
786786
<!-- YAML
787-
added: REPLACEME
787+
added: v12.15.0
788788
-->
789789

790790
> Stability: 1 - captureRejections is experimental.
@@ -866,7 +866,7 @@ run();
866866

867867
## events.captureRejections
868868
<!-- YAML
869-
added: REPLACEME
869+
added: v12.15.0
870870
-->
871871

872872
> Stability: 1 - captureRejections is experimental.
@@ -877,7 +877,7 @@ Change the default `captureRejections` option on all new `EventEmitter` objects.
877877

878878
## events.captureRejectionSymbol
879879
<!-- YAML
880-
added: REPLACEME
880+
added: v12.15.0
881881
-->
882882

883883
> Stability: 1 - captureRejections is experimental.
@@ -888,7 +888,7 @@ See how to write a custom [rejection handler][rejection].
888888

889889
## events.on(emitter, eventName)
890890
<!-- YAML
891-
added: REPLACEME
891+
added: v12.15.0
892892
-->
893893

894894
* `emitter` {EventEmitter}

doc/api/fs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
26322632
<!-- YAML
26332633
added: v12.12.0
26342634
changes:
2635-
- version: REPLACEME
2635+
- version: v12.15.0
26362636
pr-url: https://github.com/nodejs/node/pull/30114
26372637
description: The `bufferSize` option was introduced.
26382638
-->
@@ -2659,7 +2659,7 @@ directory and subsequent read operations.
26592659
<!-- YAML
26602660
added: v12.12.0
26612661
changes:
2662-
- version: REPLACEME
2662+
- version: v12.15.0
26632663
pr-url: https://github.com/nodejs/node/pull/30114
26642664
description: The `bufferSize` option was introduced.
26652665
-->
@@ -3226,7 +3226,7 @@ Synchronous rename(2). Returns `undefined`.
32263226
<!-- YAML
32273227
added: v0.0.2
32283228
changes:
3229-
- version: REPLACEME
3229+
- version: v12.15.0
32303230
pr-url: https://github.com/nodejs/node/pull/30644
32313231
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
32323232
default is 0. The `emfileWait` option has been removed, and
@@ -3279,7 +3279,7 @@ Windows and an `ENOTDIR` error on POSIX.
32793279
<!-- YAML
32803280
added: v0.1.21
32813281
changes:
3282-
- version: REPLACEME
3282+
- version: v12.15.0
32833283
pr-url: https://github.com/nodejs/node/pull/30644
32843284
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
32853285
default is 0. The `emfileWait` option has been removed, and
@@ -4872,7 +4872,7 @@ a colon, Node.js will open a file system stream, as described by
48724872
<!-- YAML
48734873
added: v12.12.0
48744874
changes:
4875-
- version: REPLACEME
4875+
- version: v12.15.0
48764876
pr-url: https://github.com/nodejs/node/pull/30114
48774877
description: The `bufferSize` option was introduced.
48784878
-->
@@ -5018,7 +5018,7 @@ upon success.
50185018
<!-- YAML
50195019
added: v10.0.0
50205020
changes:
5021-
- version: REPLACEME
5021+
- version: v12.15.0
50225022
pr-url: https://github.com/nodejs/node/pull/30644
50235023
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
50245024
default is 0. The `emfileWait` option has been removed, and

0 commit comments

Comments
 (0)