File tree 12 files changed +158
-21
lines changed
12 files changed +158
-21
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
32
32
</tr >
33
33
<tr >
34
34
<td valign="top">
35
- <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.8.0 " >15.8.0</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.9.0 " >15.9.0</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.8.0 " >15.8.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V15.md#15.7.0 " >15.7.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V15.md#15.6.0 " >15.6.0</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V15.md#15.5.1 " >15.5.1</a ><br />
Original file line number Diff line number Diff line change @@ -1381,7 +1381,7 @@ keys.
1381
1381
<!-- YAML
1382
1382
added: v11.6.0
1383
1383
changes:
1384
- - version: REPLACEME
1384
+ - version: v15.8.0
1385
1385
pr-url: https://github.com/nodejs/node/pull/37081
1386
1386
description: Added support for `'jwk'` format.
1387
1387
-->
@@ -1844,7 +1844,7 @@ The issuer identification included in this certificate.
1844
1844
1845
1845
### ` x509.issuerCertificate `
1846
1846
<!-- YAML
1847
- added: REPLACEME
1847
+ added: v15.8.0
1848
1848
-->
1849
1849
1850
1850
* Type: {X509Certificate}
Original file line number Diff line number Diff line change @@ -1191,7 +1191,7 @@ The `atime` and `mtime` arguments follow these rules:
1191
1191
1192
1192
### `fsPromises.watch(filename[, options])`
1193
1193
<!-- YAML
1194
- added: REPLACEME
1194
+ added: v15.8.0
1195
1195
-->
1196
1196
1197
1197
* `filename` {string|Buffer|URL}
@@ -1699,7 +1699,7 @@ See the POSIX chown(2) documentation for more detail.
1699
1699
<!-- YAML
1700
1700
added: v0.0.2
1701
1701
changes:
1702
- - version: REPLACEME
1702
+ - version: v15.8.0
1703
1703
pr-url: https://github.com/nodejs/node/pull/37174
1704
1704
description: A default callback is now used if one is not provided.
1705
1705
- version: v10.0.0
@@ -3508,7 +3508,7 @@ The `atime` and `mtime` arguments follow these rules:
3508
3508
<!-- YAML
3509
3509
added: v0.5 .10
3510
3510
changes:
3511
- - version: REPLACEME
3511
+ - version: v15. 8 . 0
3512
3512
pr- url: https: // github.com/nodejs/node/pull/37190
3513
3513
description: Added support for closing the watcher with an AbortSignal.
3514
3514
- version: v7.6 .0
Original file line number Diff line number Diff line change @@ -5959,7 +5959,7 @@ This API may only be called from the main thread.
5959
5959
## node_api_get_module_file_name
5960
5960
5961
5961
<!-- YAML
5962
- added: REPLACEME
5962
+ added: v15.8.0
5963
5963
-->
5964
5964
5965
5965
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ performance.mark('meow');
655
655
656
656
## ` perf_hooks.createHistogram([options]) `
657
657
<!-- YAML
658
- added: REPLACEME
658
+ added: v15.8.0
659
659
-->
660
660
661
661
* ` options ` {Object}
@@ -814,19 +814,19 @@ implement the `enable()` and `disable()` methods.
814
814
815
815
## Class: ` RecordableHistogram extends Histogram `
816
816
<!-- YAML
817
- added: REPLACEME
817
+ added: v15.8.0
818
818
-->
819
819
820
820
### ` histogram.record(val) `
821
821
<!-- YAML
822
- added: REPLACEME
822
+ added: v15.8.0
823
823
-->
824
824
825
825
* ` val ` {number|bigint} The amount to record in the histogram.
826
826
827
827
### ` histogram.recordDelta() `
828
828
<!-- YAML
829
- added: REPLACEME
829
+ added: v15.8.0
830
830
-->
831
831
832
832
Calculates the amount of time (in nanoseconds) that has passed since the
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ added: v15.0.0
365
365
366
366
### ` timersPromises.setInterval([delay[, value[, options]]]) `
367
367
<!-- YAML
368
- added: REPLACEME
368
+ added: v15.8.0
369
369
-->
370
370
371
371
Returns an async iterator that generates values in an interval of ` delay ` ms.
Original file line number Diff line number Diff line change @@ -1150,7 +1150,7 @@ to implement the `tls-unique` channel binding from [RFC 5929][].
1150
1150
1151
1151
### ` tlsSocket.getPeerX509Certificate() `
1152
1152
<!-- YAML
1153
- added: REPLACEME
1153
+ added: v15.8.0
1154
1154
-->
1155
1155
1156
1156
* Returns: {X509Certificate}
@@ -1227,7 +1227,7 @@ See [Session Resumption][] for more information.
1227
1227
1228
1228
### ` tlsSocket.getX509Certificate() `
1229
1229
<!-- YAML
1230
- added: REPLACEME
1230
+ added: v15.8.0
1231
1231
-->
1232
1232
1233
1233
* Returns: {X509Certificate}
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ const vm = require('vm');
813
813
<!-- YAML
814
814
added: v10.10 .0
815
815
changes:
816
- - version: REPLACEME
816
+ - version: v15. 8 . 0
817
817
pr- url: https: // github.com/nodejs/node/pull/35431
818
818
description: Added ` importModuleDynamically` option again.
819
819
- version: v14.3 .0
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ The algorithms currently supported include:
606
606
<!-- YAML
607
607
added: v15.0.0
608
608
changes:
609
- - version: REPLACEME
609
+ - version: v15.8.0
610
610
pr-url: https://github.com/nodejs/node/pull/37203
611
611
description: Removed `'NODE-DSA'` JWK export.
612
612
-->
@@ -697,7 +697,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
697
697
<!-- YAML
698
698
added: v15.0.0
699
699
changes:
700
- - version: REPLACEME
700
+ - version: v15.8.0
701
701
pr-url: https://github.com/nodejs/node/pull/37203
702
702
description: Removed `'NODE-DSA'` JWK import.
703
703
-->
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ are part of the channel.
474
474
<!-- YAML
475
475
added: v10.5.0
476
476
changes:
477
- - version: REPLACEME
477
+ - version: v15.8.0
478
478
pr-url: https://github.com/nodejs/node/pull/37155
479
479
description: Add 'Histogram' types to the list of cloneable types.
480
480
- version: v15.6.0
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_VERSION_H_
24
24
25
25
#define NODE_MAJOR_VERSION 15
26
- #define NODE_MINOR_VERSION 8
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 9
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 0
30
30
#define NODE_VERSION_LTS_CODENAME ""
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments