bumping version to 0.10.2

This commit is contained in:
HoneyryderChuck 2020-12-10 19:24:52 +00:00
parent 949eba09d5
commit 00f8c52c93
4 changed files with 10 additions and 4 deletions

View File

@ -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

View 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.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.10.1"
VERSION = "0.10.2"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.10.2"
path: "0_10_2_md.html"
-
name: "0.10.1"
path: "0_10_1_md.html"