Skip to content

Commit 7ccfb6a

Browse files
committed
2019-04-23, Version 12.0.0 (Current)
Notable changes:
1 parent 2450e7b commit 7ccfb6a

24 files changed

+368
-35
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ release.
2121
<!--lint disable maximum-line-length-->
2222
<table>
2323
<tr>
24+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>Current</sup></th>
2425
<th title="Current"><a href="doc/changelogs/CHANGELOG_V11.md">11</a><sup>Current</sup></th>
2526
<th title="LTS Until 2021-04"><a href="doc/changelogs/CHANGELOG_V10.md">10</a><sup>LTS</sup></th>
2627
<th title="LTS Until 2019-12"><a href="doc/changelogs/CHANGELOG_V8.md">8</a><sup>LTS</sup></th>
2728
<th title="LTS Until 2019-04"><a href="doc/changelogs/CHANGELOG_V6.md">6</a><sup>LTS</sup></th>
2829
</tr>
2930
<tr>
3031
<td valign="top">
32+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a></b><br/>
33+
</td>
34+
<td valign="top">
3135
<b><a href="doc/changelogs/CHANGELOG_V11.md#11.13.0">11.13.0</a></b><br/>
3236
<a href="doc/changelogs/CHANGELOG_V11.md#11.12.0">11.12.0</a><br/>
3337
<a href="doc/changelogs/CHANGELOG_V11.md#11.11.0">11.11.0</a><br/>

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ An alias of [`assert.ok()`][].
163163
<!-- YAML
164164
added: v0.1.21
165165
changes:
166-
- version: REPLACEME
166+
- version: v12.0.0
167167
pr-url: https://github.com/nodejs/node/pull/25008
168168
description: The type tags are now properly compared and there are a couple
169169
minor comparison adjustments to make the check less surprising.

doc/api/cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,39 +479,39 @@ with crypto support (default).
479479

480480
### `--tls-max-v1.2`
481481
<!-- YAML
482-
added: REPLACEME
482+
added: v12.0.0
483483
-->
484484

485485
Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for
486486
TLSv1.3.
487487

488488
### `--tls-max-v1.3`
489489
<!-- YAML
490-
added: REPLACEME
490+
added: v12.0.0
491491
-->
492492

493493
Set default [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.3'. Use to enable support
494494
for TLSv1.3.
495495

496496
### `--tls-min-v1.0`
497497
<!-- YAML
498-
added: REPLACEME
498+
added: v12.0.0
499499
-->
500500

501501
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
502502
old TLS clients or servers.
503503

504504
### `--tls-min-v1.1`
505505
<!-- YAML
506-
added: REPLACEME
506+
added: v12.0.0
507507
-->
508508

509509
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
510510
with old TLS clients or servers.
511511

512512
### `--tls-min-v1.3`
513513
<!-- YAML
514-
added: REPLACEME
514+
added: v12.0.0
515515
-->
516516

517517
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.3'. Use to disable support

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
19751975
<!-- YAML
19761976
added: v10.12.0
19771977
changes:
1978-
- version: REPLACEME
1978+
- version: v12.0.0
19791979
pr-url: https://github.com/nodejs/node/pull/26554
19801980
description: Add ability to generate Ed25519 and Ed448 key pairs.
19811981
- version: v11.6.0

doc/api/deprecations.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ outside `node_modules` in order to better target developers, rather than users.
160160
### DEP0006: child\_process options.customFds
161161
<!-- YAML
162162
changes:
163-
- version: REPLACEME
163+
- version: v12.0.0
164164
pr-url: https://github.com/nodejs/node/pull/25279
165165
description: End-of-Life.
166166
- version:
@@ -513,7 +513,7 @@ The `os.tmpDir()` API is deprecated. Please use [`os.tmpdir()`][] instead.
513513
### DEP0023: os.getNetworkInterfaces()
514514
<!-- YAML
515515
changes:
516-
- version: REPLACEME
516+
- version: v12.0.0
517517
pr-url: https://github.com/nodejs/node/pull/25280
518518
description: End-of-Life.
519519
- version:
@@ -569,7 +569,7 @@ The `sys` module is deprecated. Please use the [`util`][] module instead.
569569
### DEP0026: util.print()
570570
<!-- YAML
571571
changes:
572-
- version: REPLACEME
572+
- version: v12.0.0
573573
pr-url: https://github.com/nodejs/node/pull/25377
574574
description: End-of-Life.
575575
- version:
@@ -590,7 +590,7 @@ Type: End-of-Life
590590
### DEP0027: util.puts()
591591
<!-- YAML
592592
changes:
593-
- version: REPLACEME
593+
- version: v12.0.0
594594
pr-url: https://github.com/nodejs/node/pull/25377
595595
description: End-of-Life.
596596
- version:
@@ -611,7 +611,7 @@ Type: End-of-Life
611611
### DEP0028: util.debug()
612612
<!-- YAML
613613
changes:
614-
- version: REPLACEME
614+
- version: v12.0.0
615615
pr-url: https://github.com/nodejs/node/pull/25377
616616
description: End-of-Life.
617617
- version:
@@ -632,7 +632,7 @@ Type: End-of-Life
632632
### DEP0029: util.error()
633633
<!-- YAML
634634
changes:
635-
- version: REPLACEME
635+
- version: v12.0.0
636636
pr-url: https://github.com/nodejs/node/pull/25377
637637
description: End-of-Life.
638638
- version:
@@ -1279,7 +1279,7 @@ changes:
12791279
- version: v8.0.0
12801280
pr-url: https://github.com/nodejs/node/pull/10970
12811281
description: Runtime deprecation.
1282-
- version: REPLACEME
1282+
- version: v12.0.0
12831283
pr-url: https://github.com/nodejs/node/pull/25828
12841284
description: End-of-Life.
12851285
-->
@@ -1362,7 +1362,7 @@ removed. Please use `sloppy` instead.
13621362
### DEP0066: outgoingMessage.\_headers, outgoingMessage.\_headerNames
13631363
<!-- YAML
13641364
changes:
1365-
- version: REPLACEME
1365+
- version: v12.0.0
13661366
pr-url: https://github.com/nodejs/node/pull/24167
13671367
description: Runtime deprecation.
13681368
- version: v8.0.0
@@ -1688,7 +1688,7 @@ the client and is now unsupported. Use the `ciphers` parameter instead.
16881688
### DEP0084: requiring bundled internal dependencies
16891689
<!-- YAML
16901690
changes:
1691-
- version: REPLACEME
1691+
- version: v12.0.0
16921692
pr-url: https://github.com/nodejs/node/pull/25138
16931693
description: This functionality has been removed.
16941694
- version: v10.0.0
@@ -1905,7 +1905,7 @@ should start using the `async_context` variant of `MakeCallback` or
19051905
### DEP0098: AsyncHooks Embedder AsyncResource.emitBefore and AsyncResource.emitAfter APIs
19061906
<!-- YAML
19071907
changes:
1908-
- version: REPLACEME
1908+
- version: v12.0.0
19091909
pr-url: https://github.com/nodejs/node/pull/26530
19101910
description: End-of-Life
19111911
- version:
@@ -2168,7 +2168,7 @@ accessed outside of Node.js core: `Socket.prototype._handle`,
21682168
### DEP0113: Cipher.setAuthTag(), Decipher.getAuthTag()
21692169
<!-- YAML
21702170
changes:
2171-
- version: REPLACEME
2171+
- version: v12.0.0
21722172
pr-url: https://github.com/nodejs/node/pull/26249
21732173
description: End-of-Life.
21742174
- version: v11.0.0
@@ -2185,7 +2185,7 @@ were never documented and would throw when called.
21852185
### DEP0114: crypto._toBuf()
21862186
<!-- YAML
21872187
changes:
2188-
- version: REPLACEME
2188+
- version: v12.0.0
21892189
pr-url: https://github.com/nodejs/node/pull/25338
21902190
description: End-of-Life.
21912191
- version: v11.0.0
@@ -2284,7 +2284,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
22842284
### DEP0120: Windows Performance Counter Support
22852285
<!-- YAML
22862286
changes:
2287-
- version: REPLACEME
2287+
- version: v12.0.0
22882288
pr-url: https://github.com/nodejs/node/pull/24862
22892289
description: End-of-Life.
22902290
- version: v11.0.0
@@ -2304,7 +2304,7 @@ undocumented `COUNTER_NET_SERVER_CONNECTION()`,
23042304
### DEP0121: net._setSimultaneousAccepts()
23052305
<!-- YAML
23062306
changes:
2307-
- version: REPLACEME
2307+
- version: v12.0.0
23082308
pr-url: https://github.com/nodejs/node/pull/23760
23092309
description: Runtime deprecation.
23102310
-->
@@ -2319,7 +2319,7 @@ https://github.com/nodejs/node/issues/18391
23192319
### DEP0122: tls Server.prototype.setOptions()
23202320
<!-- YAML
23212321
changes:
2322-
- version: REPLACEME
2322+
- version: v12.0.0
23232323
pr-url: https://github.com/nodejs/node/pull/23820
23242324
description: Runtime deprecation.
23252325
-->
@@ -2332,7 +2332,7 @@ Please use `Server.prototype.setSecureContext()` instead.
23322332
### DEP0123: setting the TLS ServerName to an IP address
23332333
<!-- YAML
23342334
changes:
2335-
- version: REPLACEME
2335+
- version: v12.0.0
23362336
pr-url: https://github.com/nodejs/node/pull/23329
23372337
description: Runtime deprecation.
23382338
-->
@@ -2346,7 +2346,7 @@ Setting the TLS ServerName to an IP address is not permitted by
23462346
### DEP0124: using REPLServer.rli
23472347
<!-- YAML
23482348
changes:
2349-
- version: REPLACEME
2349+
- version: v12.0.0
23502350
pr-url: https://github.com/nodejs/node/pull/26260
23512351
description: Runtime deprecation.
23522352
-->
@@ -2359,7 +2359,7 @@ This property is a reference to the instance itself.
23592359
### DEP0125: require('\_stream\_wrap')
23602360
<!-- YAML
23612361
changes:
2362-
- version: REPLACEME
2362+
- version: v12.0.0
23632363
pr-url: https://github.com/nodejs/node/pull/26245
23642364
description: Runtime deprecation.
23652365
-->

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ an `Error` with this code will be emitted.
19981998
### MODULE_NOT_FOUND
19991999
<!-- YAML
20002000
changes:
2001-
- version: REPLACEME
2001+
- version: v12.0.0
20022002
pr-url: https://github.com/nodejs/node/pull/25690
20032003
description: Added `requireStack` property.
20042004
-->

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ changes:
30433043
description: The `target` and `path` parameters can be WHATWG `URL` objects
30443044
using `file:` protocol. Support is currently still
30453045
*experimental*.
3046-
- version: REPLACEME
3046+
- version: v12.0.0
30473047
pr-url: https://github.com/nodejs/node/pull/23724
30483048
description: If the `type` argument is left undefined, Node will autodetect
30493049
`target` type and automatically select `dir` or `file`
@@ -3081,7 +3081,7 @@ changes:
30813081
description: The `target` and `path` parameters can be WHATWG `URL` objects
30823082
using `file:` protocol. Support is currently still
30833083
*experimental*.
3084-
- version: REPLACEME
3084+
- version: v12.0.0
30853085
pr-url: https://github.com/nodejs/node/pull/23724
30863086
description: If the `type` argument is left undefined, Node will autodetect
30873087
`target` type and automatically select `dir` or `file`

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ changes:
838838
description: The `rawPacket` is the current buffer that just parsed. Adding
839839
this buffer to the error object of `'clientError'` event is to
840840
make it possible that developers can log the broken packet.
841-
- version: REPLACEME
841+
- version: v12.0.0
842842
pr-url: https://github.com/nodejs/node/pull/25605
843843
description: The default behavior will return a 431 Request Header
844844
Fields Too Large if a HPE_HEADER_OVERFLOW error occurs.

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ socket has been destroyed, `null` will be returned.
753753
<!-- YAML
754754
added: v0.11.4
755755
changes:
756-
- version: REPLACEME
756+
- version: v12.0.0
757757
pr-url: https://github.com/nodejs/node/pull/26625
758758
description: Return the minimum cipher version, instead of a fixed string
759759
(`'TLSv1/SSLv3'`).
@@ -1264,7 +1264,7 @@ argument.
12641264
<!-- YAML
12651265
added: v0.11.13
12661266
changes:
1267-
- version: REPLACEME
1267+
- version: v12.0.0
12681268
pr-url: https://github.com/nodejs/node/pull/26209
12691269
description: TLSv1.3 support added.
12701270
- version: v11.5.0

doc/api/util.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ changes:
187187
pr-url: https://github.com/nodejs/node/pull/23708
188188
description: The `%d`, `%f` and `%i` specifiers now support Symbols
189189
properly.
190-
- version: REPLACEME
190+
- version: v12.0.0
191191
pr-url: https://github.com/nodejs/node/pull/23162
192192
description: The `format` argument is now only taken as such if it actually
193193
contains format specifiers.
194-
- version: REPLACEME
194+
- version: v12.0.0
195195
pr-url: https://github.com/nodejs/node/pull/23162
196196
description: If the `format` argument is not a format string, the output
197197
string's formatting is no longer dependent on the type of the
@@ -391,7 +391,7 @@ changes:
391391
- version: v11.11.0
392392
pr-url: https://github.com/nodejs/node/pull/26269
393393
description: The `compact` option accepts numbers for a new output mode.
394-
- version: REPLACEME
394+
- version: v12.0.0
395395
pr-url: https://github.com/nodejs/node/pull/24971
396396
description: Internal properties no longer appear in the context argument
397397
of a custom inspection function.

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
</table>
155155

156156
* Other Versions
157+
* [12.x](CHANGELOG_V12.md)
157158
* [11.x](CHANGELOG_V11.md)
158159
* [10.x](CHANGELOG_V10.md)
159160
* [9.x](CHANGELOG_V9.md)

doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</table>
6464

6565
* Other Versions
66+
* [12.x](CHANGELOG_V12.md)
6667
* [11.x](CHANGELOG_V11.md)
6768
* [10.x](CHANGELOG_V10.md)
6869
* [9.x](CHANGELOG_V9.md)

doc/changelogs/CHANGELOG_V010.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
</table>
6666

6767
* Other Versions
68+
* [12.x](CHANGELOG_V12.md)
6869
* [11.x](CHANGELOG_V11.md)
6970
* [10.x](CHANGELOG_V10.md)
7071
* [9.x](CHANGELOG_V9.md)

doc/changelogs/CHANGELOG_V012.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</table>
3434

3535
* Other Versions
36+
* [12.x](CHANGELOG_V12.md)
3637
* [11.x](CHANGELOG_V11.md)
3738
* [10.x](CHANGELOG_V10.md)
3839
* [9.x](CHANGELOG_V9.md)

doc/changelogs/CHANGELOG_V10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
</table>
4141

4242
* Other Versions
43+
* [12.x](CHANGELOG_V12.md)
4344
* [11.x](CHANGELOG_V11.md)
4445
* [9.x](CHANGELOG_V9.md)
4546
* [8.x](CHANGELOG_V8.md)

doc/changelogs/CHANGELOG_V11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</table>
3030

3131
* Other Versions
32+
* [12.x](CHANGELOG_V12.md)
3233
* [10.x](CHANGELOG_V10.md)
3334
* [9.x](CHANGELOG_V9.md)
3435
* [8.x](CHANGELOG_V8.md)

0 commit comments

Comments
 (0)