Commit 6ddb80c 1 parent 8843274 commit 6ddb80c Copy full SHA for 6ddb80c
File tree 7 files changed +132
-14
lines changed
7 files changed +132
-14
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_V18.md#18.17.1 " >18.17.1</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.18.0 " >18.18.0</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V18.md#18.17.1 " >18.17.1</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V18.md#18.17.0 " >18.17.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V18.md#18.16.1 " >18.16.1</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V18.md#18.16.0 " >18.16.0</a ><br />
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ against FIPS-compatible OpenSSL.)
317
317
### ` --enable-network-family-autoselection `
318
318
319
319
<!-- YAML
320
- added: REPLACEME
320
+ added: v18.18.0
321
321
-->
322
322
323
323
Enables the family autoselection algorithm unless connection options explicitly
@@ -683,7 +683,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
683
683
### ` --import=module `
684
684
685
685
<!-- YAML
686
- added: REPLACEME
686
+ added: v18.18.0
687
687
-->
688
688
689
689
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2890,7 +2890,7 @@ The JavaScript `string` type is described in
2890
2890
#### `node_api_create_external_string_latin1`
2891
2891
2892
2892
<!-- YAML
2893
- added: REPLACEME
2893
+ added: v18.18.0
2894
2894
-->
2895
2895
2896
2896
> Stability: 1 - Experimental
@@ -2968,7 +2968,7 @@ The JavaScript `string` type is described in
2968
2968
#### `node_api_create_external_string_utf16`
2969
2969
2970
2970
<!-- YAML
2971
- added: REPLACEME
2971
+ added: v18.18.0
2972
2972
-->
2973
2973
2974
2974
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ socket as reported by the operating system:
781
781
### ` socket.autoSelectFamilyAttemptedAddresses `
782
782
783
783
<!-- YAML
784
- added: REPLACEME
784
+ added: v18.18.0
785
785
-->
786
786
787
787
* {string\[ ] }
@@ -868,7 +868,7 @@ behavior.
868
868
<!-- YAML
869
869
added: v0.1.90
870
870
changes:
871
- - version: REPLACEME
871
+ - version: v18.18.0
872
872
pr-url: https://github.com/nodejs/node/pull/45777
873
873
description: The default value for autoSelectFamily option can be changed
874
874
at runtime using `setDefaultAutoSelectFamily` or via the
@@ -1643,7 +1643,7 @@ Sets the default value of the `autoSelectFamily` option of [`socket.connect(opt
1643
1643
## ` net.getDefaultAutoSelectFamilyAttemptTimeout() `
1644
1644
1645
1645
<!-- YAML
1646
- added: REPLACEME
1646
+ added: v18.18.0
1647
1647
-->
1648
1648
1649
1649
Gets the current default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
@@ -1653,7 +1653,7 @@ Gets the current default value of the `autoSelectFamilyAttemptTimeout` option o
1653
1653
## ` net.setDefaultAutoSelectFamilyAttemptTimeout(value) `
1654
1654
1655
1655
<!-- YAML
1656
- added: REPLACEME
1656
+ added: v18.18.0
1657
1657
-->
1658
1658
1659
1659
Sets the default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ Append a new name-value pair to the query string.
863
863
864
864
<!-- YAML
865
865
changes:
866
- - version: REPLACEME
866
+ - version: v18.18.0
867
867
pr-url: https://github.com/nodejs/node/pull/47885
868
868
description: Add support for optional `value` argument.
869
869
-->
@@ -933,7 +933,7 @@ no such pairs, an empty array is returned.
933
933
934
934
<!-- YAML
935
935
changes:
936
- - version: REPLACEME
936
+ - version: v18.18.0
937
937
pr-url: https://github.com/nodejs/node/pull/47885
938
938
description: Add support for optional `value` argument.
939
939
-->
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 18
26
- #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 2
26
+ #define NODE_MINOR_VERSION 18
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
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