We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4c310 commit 2869c84Copy full SHA for 2869c84
2 files changed
HISTORY.md
@@ -1,6 +1,9 @@
1
Version history
2
===============
3
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
+
7
### 3.3.6 (2016-09-16) ###
8
* We were not appropriately sending HPACK context updates when receiving SETTINGS_HEADER_TABLE_SIZE. This release fixes that bug.
9
package.json
@@ -1,10 +1,10 @@
{
"name": "http2",
- "version": "3.3.6",
+ "version": "3.3.7",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
- "node" : ">=0.12.0"
+ "node" : ">=0.12.0 <9.0.0"
},
"devDependencies": {
10
"istanbul": "*",
0 commit comments