Skip to content

Commit 2e6e799

Browse files
committed
2018-12-06, Version 11.4.0 (Current), @BridgeAR
Notable Changes: * util: The inspection `depth` default is now back at 2. #24326 * Added new collaborator: [antsmartian](https://github.com/antsmartian) - Anto Aravinth. #24655 PR-URL: #24854
1 parent 565448b commit 2e6e799

File tree

10 files changed

+333
-16
lines changed

10 files changed

+333
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V11.md#11.3.0">11.3.0</a></b><br/>
31+
<b>
32+
<a href="doc/changelogs/CHANGELOG_V11.md#11.4.0">11.4.0</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V11.md#11.3.0">11.3.0</a></b><br/>
3234
<a href="doc/changelogs/CHANGELOG_V11.md#11.2.0">11.2.0</a><br/>
3335
<a href="doc/changelogs/CHANGELOG_V11.md#11.1.0">11.1.0</a><br/>
3436
<a href="doc/changelogs/CHANGELOG_V11.md#11.0.0">11.0.0</a><br/>

doc/api/dgram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ changes:
601601
pr-url: https://github.com/nodejs/node/pull/13623
602602
description: The `recvBufferSize` and `sendBufferSize` options are
603603
supported now.
604-
- version: REPLACEME
604+
- version: v11.4.0
605605
pr-url: https://github.com/nodejs/node/pull/23798
606606
description: The `ipv6Only` option is supported.
607607
-->

doc/api/errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
18681868
### HPE_HEADER_OVERFLOW
18691869
<!-- YAML
18701870
changes:
1871-
- version: REPLACEME
1871+
- version: v11.4.0
18721872
pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f
18731873
description: Max header size in `http_parser` was set to 8KB.
18741874
-->
@@ -2049,7 +2049,7 @@ binary itself.
20492049
### ERR_UNKNOWN_STDIN_TYPE
20502050
<!-- YAML
20512051
added: v8.0.0
2052-
removed: REPLACEME
2052+
removed: v11.4.0
20532053
-->
20542054

20552055
An attempt was made to launch a Node.js process with an unknown `stdin` file
@@ -2060,7 +2060,7 @@ although it is possible for user code to trigger it.
20602060
### ERR_UNKNOWN_STREAM_TYPE
20612061
<!-- YAML
20622062
added: v8.0.0
2063-
removed: REPLACEME
2063+
removed: v11.4.0
20642064
-->
20652065

20662066
An attempt was made to launch a Node.js process with an unknown `stdout` or

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Listening on a file descriptor is not supported on Windows.
253253
<!-- YAML
254254
added: v0.11.14
255255
changes:
256-
- version: REPLACEME
256+
- version: v11.4.0
257257
pr-url: https://github.com/nodejs/node/pull/23798
258258
description: The `ipv6Only` option is supported.
259259
-->

doc/api/readline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
311311

312312
### rl\[Symbol.asyncIterator\]()
313313
<!-- YAML
314-
added: REPLACEME
314+
added: v11.4.0
315315
-->
316316

317317
> Stability: 1 - Experimental

doc/api/stream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ See also: [`writable.cork()`][].
465465

466466
##### writable.writable
467467
<!-- YAML
468-
added: REPLACEME
468+
added: v11.4.0
469469
-->
470470

471471
* {boolean}
@@ -1024,7 +1024,7 @@ been emitted will return `null`. No runtime error will be raised.
10241024

10251025
##### readable.readable
10261026
<!-- YAML
1027-
added: REPLACEME
1027+
added: v11.4.0
10281028
-->
10291029

10301030
* {boolean}

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ certificate.
651651
#### Certificate Object
652652
<!-- YAML
653653
changes:
654-
- version: REPLACEME
654+
- version: v11.4.0
655655
pr-url: https://github.com/nodejs/node/pull/24358
656656
description: Support Elliptic Curve public key info.
657657
-->
@@ -1054,7 +1054,7 @@ argument.
10541054
<!-- YAML
10551055
added: v0.11.13
10561056
changes:
1057-
- version: REPLACEME
1057+
- version: v11.4.0
10581058
pr-url: https://github.com/nodejs/node/pull/24405
10591059
description: The `minVersion` and `maxVersion` can be used to restrict
10601060
the allowed TLS protocol versions.

doc/api/util.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ property take precedence over `--trace-deprecation` and
183183
<!-- YAML
184184
added: v0.5.3
185185
changes:
186-
- version: REPLACEME
186+
- version: v11.4.0
187187
pr-url: https://github.com/nodejs/node/pull/23708
188188
description: The `%d`, `%f` and `%i` specifiers now support Symbols
189189
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
192192
description: The `%o` specifier's `depth` has default depth of 4 again.
193193
- version: v11.0.0
194194
pr-url: https://github.com/nodejs/node/pull/17907

doc/changelogs/CHANGELOG_V11.md

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

src/node_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#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
2828

2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""

0 commit comments

Comments
 (0)