File tree 10 files changed +224
-21
lines changed
10 files changed +224
-21
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ release.
30
30
</tr >
31
31
<tr >
32
32
<td valign="top">
33
- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ></b ><br />
33
+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ></b ><br />
34
+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V13.md#13.1.0 " >13.1.0</a ><br />
35
36
<a href =" doc/changelogs/CHANGELOG_V13.md#13.0.1 " >13.0.1</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V13.md#13.0.0 " >13.0.0</a ><br />
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ Enable experimental ES Module support in the `vm` module.
232
232
233
233
### ` --experimental-wasi-unstable-preview0 `
234
234
<!-- YAML
235
- added: REPLACEME
235
+ added: v13.3.0
236
236
-->
237
237
238
238
Enable experimental WebAssembly System Interface (WASI) support.
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ connection.
1812
1812
<a id =" ERR_TLS_INVALID_CONTEXT " >
1813
1813
### ERR_TLS_INVALID_CONTEXT
1814
1814
<!-- YAML
1815
- added: REPLACEME
1815
+ added: v13.3.0
1816
1816
-->
1817
1817
1818
1818
The context must be a ` SecureContext ` .
Original file line number Diff line number Diff line change @@ -3220,7 +3220,7 @@ Synchronous rename(2). Returns `undefined`.
3220
3220
<!-- YAML
3221
3221
added: v0.0.2
3222
3222
changes:
3223
- - version: REPLACEME
3223
+ - version: v13.3.0
3224
3224
pr-url: https://github.com/nodejs/node/pull/30644
3225
3225
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
3226
3226
default is 0. The `emfileWait` option has been removed, and
@@ -3273,7 +3273,7 @@ Windows and an `ENOTDIR` error on POSIX.
3273
3273
<!-- YAML
3274
3274
added: v0.1.21
3275
3275
changes:
3276
- - version: REPLACEME
3276
+ - version: v13.3.0
3277
3277
pr-url: https://github.com/nodejs/node/pull/30644
3278
3278
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
3279
3279
default is 0. The `emfileWait` option has been removed, and
@@ -5012,7 +5012,7 @@ upon success.
5012
5012
<!-- YAML
5013
5013
added: v10.0.0
5014
5014
changes:
5015
- - version: REPLACEME
5015
+ - version: v13.3.0
5016
5016
pr-url: https://github.com/nodejs/node/pull/30644
5017
5017
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
5018
5018
default is 0. The `emfileWait` option has been removed, and
Original file line number Diff line number Diff line change @@ -2047,7 +2047,7 @@ Found'`.
2047
2047
<!-- YAML
2048
2048
added: v0.1.13
2049
2049
changes:
2050
- - version: REPLACEME
2050
+ - version: v13.3.0
2051
2051
pr-url: https://github.com/nodejs/node/pull/30570
2052
2052
description: The `maxHeaderSize` option is supported now.
2053
2053
- version: v9.6.0, v8.12.0
@@ -2171,7 +2171,7 @@ This can be overridden for servers and client requests by passing the
2171
2171
<!-- YAML
2172
2172
added: v0.3.6
2173
2173
changes:
2174
- - version: REPLACEME
2174
+ - version: v13.3.0
2175
2175
pr-url: https://github.com/nodejs/node/pull/30570
2176
2176
description: The `maxHeaderSize` option is supported now.
2177
2177
- version: v10.9.0
Original file line number Diff line number Diff line change @@ -1941,10 +1941,10 @@ error will be thrown.
1941
1941
<!-- YAML
1942
1942
added: v8.4.0
1943
1943
changes:
1944
- - version: REPLACEME
1944
+ - version: v13.3.0
1945
1945
pr-url: https://github.com/nodejs/node/pull/30534
1946
1946
description: Added `maxSessionRejectedStreams` option with a default of 100.
1947
- - version: REPLACEME
1947
+ - version: v13.3.0
1948
1948
pr-url: https://github.com/nodejs/node/pull/30534
1949
1949
description: Added `maxSessionInvalidFrames` option with a default of 1000.
1950
1950
- version: v13.0.0
@@ -2068,10 +2068,10 @@ server.listen(80);
2068
2068
<!-- YAML
2069
2069
added: v8.4.0
2070
2070
changes:
2071
- - version: REPLACEME
2071
+ - version: v13.3.0
2072
2072
pr-url: https://github.com/nodejs/node/pull/30534
2073
2073
description: Added `maxSessionRejectedStreams` option with a default of 100.
2074
- - version: REPLACEME
2074
+ - version: v13.3.0
2075
2075
pr-url: https://github.com/nodejs/node/pull/30534
2076
2076
description: Added `maxSessionInvalidFrames` option with a default of 1000.
2077
2077
- version: v13.0.0
Original file line number Diff line number Diff line change @@ -3262,7 +3262,7 @@ defined in [Section 24.1.1.3][] of the ECMAScript Language Specification.
3262
3262
3263
3263
### napi_is_detached_arraybuffer
3264
3264
<!-- YAML
3265
- added: REPLACEME
3265
+ added: v13.3.0
3266
3266
-->
3267
3267
3268
3268
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change 1
1
# WebAssembly System Interface (WASI)
2
2
3
- <!-- introduced_in=REPLACEME -->
3
+ <!-- introduced_in=v13.3.0 -->
4
4
5
5
> Stability: 1 - Experimental
6
6
@@ -34,7 +34,7 @@ CLI arguments are needed for the previous example to run.
34
34
35
35
## Class: WASI
36
36
<!-- YAML
37
- added: REPLACEME
37
+ added: v13.3.0
38
38
-->
39
39
40
40
The ` WASI ` class provides the WASI system call API and additional convenience
@@ -45,7 +45,7 @@ sandbox directory structure configured explicitly.
45
45
46
46
### new WASI(\[ options\] )
47
47
<!-- YAML
48
- added: REPLACEME
48
+ added: v13.3.0
49
49
-->
50
50
51
51
* ` options ` {Object}
@@ -61,7 +61,7 @@ added: REPLACEME
61
61
62
62
### wasi.start(instance)
63
63
<!-- YAML
64
- added: REPLACEME
64
+ added: v13.3.0
65
65
-->
66
66
67
67
* ` instance ` {WebAssembly.Instance}
@@ -76,7 +76,7 @@ is present on `instance`, then `start()` does nothing.
76
76
77
77
### wasi.wasiImport
78
78
<!-- YAML
79
- added: REPLACEME
79
+ added: v13.3.0
80
80
-->
81
81
82
82
* {Object}
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 13
26
- #define NODE_MINOR_VERSION 2
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 3
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