From 3f655bb0311885b9700a2961d54aa9cb8271218a Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Fri, 22 Nov 2019 12:41:24 +0000 Subject: [PATCH] bumping to 0.6.1 --- doc/release_notes/0_6_1.md | 6 ++++++ lib/httpx/version.rb | 2 +- www/_data/versions.yml | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/release_notes/0_6_1.md diff --git a/doc/release_notes/0_6_1.md b/doc/release_notes/0_6_1.md new file mode 100644 index 00000000..a6008147 --- /dev/null +++ b/doc/release_notes/0_6_1.md @@ -0,0 +1,6 @@ +# 0.6.0 + +## Bugfixes + +* If an http2 connection error happened before streams were open, errors weren't propagated, and there was an infinite loop. +* Bumping `http-2-next`, fixes the flow control issue causing requests to cloudfront to fail. diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 4a73fc38..b85bffff 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.6.0" + VERSION = "0.6.1" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index f4489ea9..c89a8563 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.6.1" + path: "0_6_1_md.html" - name: "0.6.0" path: "0_6_0_md.html"