File tree 8 files changed +121
-21
lines changed
8 files changed +121
-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.7.0 " >15.7.0</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.8.0 " >15.8.0</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.7.0 " >15.7.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V15.md#15.6.0 " >15.6.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V15.md#15.5.1 " >15.5.1</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V15.md#15.5.0 " >15.5.0</a ><br />
Original file line number Diff line number Diff line change @@ -1963,7 +1963,7 @@ This property is deprecated. Please use `crypto.setFips()` and
1963
1963
1964
1964
### ` crypto.checkPrime(candidate[, options, [callback]]) `
1965
1965
<!-- YAML
1966
- added: REPLACEME
1966
+ added: v15.8.0
1967
1967
-->
1968
1968
1969
1969
* ` candidate ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
@@ -1985,7 +1985,7 @@ Checks the primality of the `candidate`.
1985
1985
1986
1986
### ` crypto.checkPrimeSync(candidate[, options]) `
1987
1987
<!-- YAML
1988
- added: REPLACEME
1988
+ added: v15.8.0
1989
1989
-->
1990
1990
1991
1991
* ` candidate ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
@@ -2738,7 +2738,7 @@ it will be a buffer containing the data encoded as DER.
2738
2738
2739
2739
### ` crypto.generatePrime(size[, options[, callback]]) `
2740
2740
<!-- YAML
2741
- added: REPLACEME
2741
+ added: v15.8.0
2742
2742
-->
2743
2743
2744
2744
* ` size ` {number} The size (in bits) of the prime to generate.
@@ -2780,7 +2780,7 @@ is provided.
2780
2780
2781
2781
### ` crypto.generatePrimeSync(size[, options]) `
2782
2782
<!-- YAML
2783
- added: REPLACEME
2783
+ added: v15.8.0
2784
2784
-->
2785
2785
2786
2786
* ` size ` {number} The size (in bits) of the prime to generate.
Original file line number Diff line number Diff line change @@ -2702,7 +2702,7 @@ runtime warning results no matter where the `"exports"` usage occurs.
2702
2702
### DEP0151: Main index lookup and extension searching
2703
2703
<!-- YAML
2704
2704
changes:
2705
- - version: REPLACEME
2705
+ - version: v15.8.0
2706
2706
pr-url: https://github.com/nodejs/node/pull/36918
2707
2707
description: Documentation-only deprecation
2708
2708
with `--pending-deprecation` support.
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ chained.
735
735
<!-- YAML
736
736
added: v0.11.13
737
737
changes:
738
- - version: REPLACEME
738
+ - version: v15.8.0
739
739
pr-url: https://github.com/nodejs/node/pull/37026
740
740
description: AbortSignal support was added.
741
741
- version: v11.4.0
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ rl.on('line', (input) => {
90
90
91
91
### Event: ` 'history' `
92
92
<!-- YAML
93
- added: REPLACEME
93
+ added: v15.8.0
94
94
-->
95
95
96
96
The ` 'history' ` event is emitted whenever the history array has changed.
@@ -436,7 +436,7 @@ asynchronous iteration may result in missed lines.
436
436
<!-- YAML
437
437
added: v0.1.98
438
438
changes:
439
- - version: REPLACEME
439
+ - version: v15.8.0
440
440
pr-url: https://github.com/nodejs/node/pull/33676
441
441
description: Value will always be a string, never undefined.
442
442
-->
@@ -544,7 +544,7 @@ the current position of the cursor down.
544
544
<!-- YAML
545
545
added: v0.1.98
546
546
changes:
547
- - version: REPLACEME
547
+ - version: v15.8.0
548
548
pr-url: https://github.com/nodejs/node/pull/33662
549
549
description: The `history` option is supported now.
550
550
- version: v13.9.0
Original file line number Diff line number Diff line change @@ -1636,37 +1636,37 @@ added: v15.0.0
1636
1636
1637
1637
### ` NODE-ED25519 ` and ` NODE-ED448 ` Algorithms
1638
1638
<!-- YAML
1639
- added: REPLACEME
1639
+ added: v15.8.0
1640
1640
-->
1641
1641
1642
1642
#### Class: ` NodeEdKeyGenParams `
1643
1643
<!-- YAML
1644
- added: REPLACEME
1644
+ added: v15.8.0
1645
1645
-->
1646
1646
1647
1647
##### ` nodeEdKeyGenParams.name `
1648
1648
<!-- YAML
1649
- added: REPLACEME
1649
+ added: v15.8.0
1650
1650
-->
1651
1651
1652
1652
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` or ` 'ECDH' ` .
1653
1653
1654
1654
##### ` nodeEdKeyGenParams.namedCurve `
1655
1655
<!-- YAML
1656
- added: REPLACEME
1656
+ added: v15.8.0
1657
1657
-->
1658
1658
1659
1659
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` ,
1660
1660
` 'NODE-X25519' ` , or ` 'NODE-X448' ` .
1661
1661
1662
1662
#### Class: ` NodeEdKeyImportParams `
1663
1663
<!-- YAML
1664
- added: REPLACEME
1664
+ added: v15.8.0
1665
1665
-->
1666
1666
1667
1667
##### ` nodeEdKeyImportParams.name `
1668
1668
<!-- YAML
1669
- added: REPLACEME
1669
+ added: v15.8.0
1670
1670
-->
1671
1671
1672
1672
* Type: {string} Must be one of ` 'NODE-ED25519' ` or ` 'NODE-ED448' `
@@ -1675,15 +1675,15 @@ added: REPLACEME
1675
1675
1676
1676
##### ` nodeEdKeyImportParams.namedCurve `
1677
1677
<!-- YAML
1678
- added: REPLACEME
1678
+ added: v15.8.0
1679
1679
-->
1680
1680
1681
1681
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` ,
1682
1682
` 'NODE-X25519' ` , or ` 'NODE-X448' ` .
1683
1683
1684
1684
##### ` nodeEdKeyImportParams.public `
1685
1685
<!-- YAML
1686
- added: REPLACEME
1686
+ added: v15.8.0
1687
1687
-->
1688
1688
1689
1689
* Type: {boolean}
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 7
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 8
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