Skip to content

Commit 6dc8400

Browse files
evanlucasMayaLekova
authored andcommitted
2018-01-31, Version 9.5.0 (Current)
Notable changes: * cluster - add cwd to cluster.settings (cjihrig) [nodejs#18399](nodejs#18399) * deps - upgrade libuv to 1.19.1 (cjihrig) [nodejs#18260](nodejs#18260) * meta - add Leko to collaborators (Leko) [nodejs#18117](nodejs#18117) - add vdeturckheim as collaborator (vdeturckheim) [nodejs#18432](nodejs#18432) * n-api - expose n-api version in process.versions (Michael Dawson) [nodejs#18067](nodejs#18067) * perf_hooks - add performance.clear() (James M Snell) [nodejs#18046](nodejs#18046) * stream - avoid writeAfterEnd() while ending (陈刚) [nodejs#18170](nodejs#18170) PR-URL: nodejs#18464
1 parent 83be57e commit 6dc8400

File tree

4 files changed

+190
-5
lines changed

4 files changed

+190
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.4.0">9.4.0</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.5.0">9.5.0</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V9.md#9.4.0">9.4.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V9.md#9.3.0">9.3.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V9.md#9.2.1">9.2.1</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V9.md#9.2.0">9.2.0</a><br/>

doc/api/http2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ calling `http2stream.close()`, or `http2stream.destroy()`. Will be
991991

992992
#### http2stream.sentHeaders
993993
<!-- YAML
994-
added: REPLACEME
994+
added: v9.5.0
995995
-->
996996

997997
* Value: {HTTP2 Headers Object}
@@ -1000,7 +1000,7 @@ An object containing the outbound headers sent for this `Http2Stream`.
10001000

10011001
#### http2stream.sentInfoHeaders
10021002
<!-- YAML
1003-
added: REPLACEME
1003+
added: v9.5.0
10041004
-->
10051005

10061006
* Value: {HTTP2 Headers Object[]}
@@ -1010,7 +1010,7 @@ sent for this `Http2Stream`.
10101010

10111011
#### http2stream.sentTrailers
10121012
<!-- YAML
1013-
added: REPLACEME
1013+
added: v9.5.0
10141014
-->
10151015

10161016
* Value: {HTTP2 Headers Object}

doc/api/perf_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ instance of this class is provided via the `performance` property.
3131

3232
### performance.clearEntries(name)
3333
<!-- YAML
34-
added: REPLACEME
34+
added: v9.5.0
3535
-->
3636

3737
Remove all performance entry objects with `entryType` equal to `name` from the

0 commit comments

Comments
 (0)