Skip to content

Commit d665cf6

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

File tree

5 files changed

+190
-8
lines changed

5 files changed

+190
-8
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)