From 2c4c310f414d3249421340c0e2618873b07c17cb Mon Sep 17 00:00:00 2001 From: Nicholas Hurley Date: Fri, 16 Sep 2016 08:46:09 -0700 Subject: [PATCH] Release v3.3.6 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 35e2ec8..20bd0c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ Version history =============== +### 3.3.6 (2016-09-16) ### +* We were not appropriately sending HPACK context updates when receiving SETTINGS_HEADER_TABLE_SIZE. This release fixes that bug. + ### 3.3.5 (2016-09-06) ### * Fix issues with large DATA frames (https://github.com/molnarg/node-http2/issues/207) diff --git a/package.json b/package.json index 9c8f591..5372f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http2", - "version": "3.3.5", + "version": "3.3.6", "description": "An HTTP/2 client and server implementation", "main": "lib/index.js", "engines" : {