mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
bumping to 0.6.1
This commit is contained in:
parent
6a1bca9239
commit
3f655bb031
6
doc/release_notes/0_6_1.md
Normal file
6
doc/release_notes/0_6_1.md
Normal file
@ -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.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.6.0"
|
||||
VERSION = "0.6.1"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.6.1"
|
||||
path: "0_6_1_md.html"
|
||||
-
|
||||
name: "0.6.0"
|
||||
path: "0_6_0_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user