Skip to content

Commit 2869c84

Browse files
committed
Version and compatibility modifications
1 parent 2c4c310 commit 2869c84

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Version history
22
===============
33

4+
### 3.3.7 (2017-09-21) ###
5+
* Mark as incompatible with node >= 9.0.0 (to encourage using the built-in http2 module available by default in node >= 9.0.0).
6+
47
### 3.3.6 (2016-09-16) ###
58
* We were not appropriately sending HPACK context updates when receiving SETTINGS_HEADER_TABLE_SIZE. This release fixes that bug.
69

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "http2",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"description": "An HTTP/2 client and server implementation",
55
"main": "lib/index.js",
66
"engines" : {
7-
"node" : ">=0.12.0"
7+
"node" : ">=0.12.0 <9.0.0"
88
},
99
"devDependencies": {
1010
"istanbul": "*",

0 commit comments

Comments
 (0)