mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumping version to 0.10.2
This commit is contained in:
parent
949eba09d5
commit
00f8c52c93
@ -29,9 +29,7 @@ From now on, both headers and the responnse payload will also appear, so expecte
|
||||
* HTTP/2 421 responses will now correctly migrate the connection and pendign requests to HTTP/1.1 (a hanging loop was being caused);
|
||||
* HTTP/2 connection failed with a GOAWAY settings timeout will now return error responses (instead of hanging indefinitely);
|
||||
* Non-IP proxy name-resolving errors will now move on to the next available proxy in the list (instead of hanging indefinitely);
|
||||
* Non-IP DNS resolve errors for `native` and `https` variannts will now return the appropriate error response (instead of hanging indefinitely);
|
||||
*
|
||||
|
||||
* Non-IP DNS resolve errors for `native` and `https` variants will now return the appropriate error response (instead of hanging indefinitely);
|
||||
|
||||
## Chore
|
||||
|
||||
|
5
doc/release_notes/0_10_2.md
Normal file
5
doc/release_notes/0_10_2.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 0.10.2
|
||||
|
||||
## Bugfixes
|
||||
|
||||
Support for nested params in multipart forms introduced a bug where top-level params weren't being spread out correctly in the request body.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.10.1"
|
||||
VERSION = "0.10.2"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.10.2"
|
||||
path: "0_10_2_md.html"
|
||||
-
|
||||
name: "0.10.1"
|
||||
path: "0_10_1_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user