Skip to content

Commit

Permalink
2018-01-31, Version 9.5.0 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
evanlucas committed Jan 30, 2018
1 parent c4abdcd commit d665cf6
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.4.0">9.4.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.5.0">9.5.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.4.0">9.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.3.0">9.3.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.2.1">9.2.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.2.0">9.2.0</a><br/>
Expand Down
6 changes: 3 additions & 3 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ calling `http2stream.close()`, or `http2stream.destroy()`. Will be

#### http2stream.sentHeaders
<!-- YAML
added: REPLACEME
added: v9.5.0
-->

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

#### http2stream.sentInfoHeaders
<!-- YAML
added: REPLACEME
added: v9.5.0
-->

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

#### http2stream.sentTrailers
<!-- YAML
added: REPLACEME
added: v9.5.0
-->

* Value: {HTTP2 Headers Object}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ instance of this class is provided via the `performance` property.

### performance.clearEntries(name)
<!-- YAML
added: REPLACEME
added: v9.5.0
-->

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

0 comments on commit d665cf6

Please sign in to comment.