File tree 11 files changed +364
-17
lines changed
11 files changed +364
-17
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.3.0 " >11.3.0</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.4.0 " >11.4.0</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V11.md#11.3.0 " >11.3.0</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V11.md#11.2.0 " >11.2.0</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V11.md#11.1.0 " >11.1.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V11.md#11.0.0 " >11.0.0</a ><br />
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)
121
121
122
122
### ` --http-parser=library `
123
123
<!-- YAML
124
- added: REPLACEME
124
+ added: v11.4.0
125
125
-->
126
126
127
127
Chooses an HTTP parser library. Available values are:
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ changes:
601
601
pr-url: https://github.com/nodejs/node/pull/13623
602
602
description: The `recvBufferSize` and `sendBufferSize` options are
603
603
supported now.
604
- - version: REPLACEME
604
+ - version: v11.4.0
605
605
pr-url: https://github.com/nodejs/node/pull/23798
606
606
description: The `ipv6Only` option is supported.
607
607
-->
Original file line number Diff line number Diff line change @@ -1882,7 +1882,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
1882
1882
### HPE_HEADER_OVERFLOW
1883
1883
<!-- YAML
1884
1884
changes:
1885
- - version: REPLACEME
1885
+ - version: v11.4.0
1886
1886
pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f
1887
1887
description: Max header size in `http_parser` was set to 8KB.
1888
1888
-->
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Listening on a file descriptor is not supported on Windows.
253
253
<!-- YAML
254
254
added: v0.11.14
255
255
changes:
256
- - version: REPLACEME
256
+ - version: v11.4.0
257
257
pr-url: https://github.com/nodejs/node/pull/23798
258
258
description: The `ipv6Only` option is supported.
259
259
-->
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
311
311
312
312
### rl\[ Symbol.asyncIterator\] ()
313
313
<!-- YAML
314
- added: REPLACEME
314
+ added: v11.4.0
315
315
-->
316
316
317
317
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ See also: [`writable.cork()`][].
465
465
466
466
##### writable.writable
467
467
<!-- YAML
468
- added: REPLACEME
468
+ added: v11.4.0
469
469
-->
470
470
471
471
* {boolean}
@@ -1024,7 +1024,7 @@ been emitted will return `null`. No runtime error will be raised.
1024
1024
1025
1025
##### readable.readable
1026
1026
<!-- YAML
1027
- added: REPLACEME
1027
+ added: v11.4.0
1028
1028
-->
1029
1029
1030
1030
* {boolean}
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ certificate.
651
651
#### Certificate Object
652
652
<!-- YAML
653
653
changes:
654
- - version: REPLACEME
654
+ - version: v11.4.0
655
655
pr-url: https://github.com/nodejs/node/pull/24358
656
656
description: Support Elliptic Curve public key info.
657
657
-->
@@ -1054,7 +1054,7 @@ argument.
1054
1054
<!-- YAML
1055
1055
added: v0.11.13
1056
1056
changes:
1057
- - version: REPLACEME
1057
+ - version: v11.4.0
1058
1058
pr-url: https://github.com/nodejs/node/pull/24405
1059
1059
description: The `minVersion` and `maxVersion` can be used to restrict
1060
1060
the allowed TLS protocol versions.
Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ property take precedence over `--trace-deprecation` and
183
183
<!-- YAML
184
184
added: v0.5.3
185
185
changes:
186
- - version: REPLACEME
186
+ - version: v11.4.0
187
187
pr-url: https://github.com/nodejs/node/pull/23708
188
188
description: The `%d`, `%f` and `%i` specifiers now support Symbols
189
189
properly.
190
- - version: REPLACEME
191
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
190
+ - version: v11.4.0
191
+ pr-url: https://github.com/nodejs/node/pull/24806
192
192
description: The `%o` specifier's `depth` has default depth of 4 again.
193
193
- version: v11.0.0
194
194
pr-url: https://github.com/nodejs/node/pull/17907
@@ -375,7 +375,7 @@ stream.write('With ES6');
375
375
<!-- YAML
376
376
added: v0.3.0
377
377
changes:
378
- - version: REPLACEME
378
+ - version: v11.4.0
379
379
pr-url: https://github.com/nodejs/node/pull/24326
380
380
description: The `depth` default changed back to `2`.
381
381
- version: v11.0.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 11
26
- #define NODE_MINOR_VERSION 3
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 4
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