mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-07 00:00:31 -05:00
bumped to 0.5.1
This commit is contained in:
parent
44fb9f1820
commit
87cacb98a5
14
doc/release_notes/0_5_1.md
Normal file
14
doc/release_notes/0_5_1.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 0.5.1
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
* Fixed flakiness of test suite introduced in the 0.4 versions;
|
||||||
|
* compression plugin:
|
||||||
|
* do not send `accept-encoding` header when `range` is present;
|
||||||
|
* Remove from `content-encoding` if body stream decodes it;
|
||||||
|
* Added `HTTP::Response::Body#encodings` to return the decoded encoding(s);
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
* non-UTF-8 bodies weren't being properly handled, which led to a loop report (`slice` -> `byteslice`);
|
||||||
|
* connection reuse now also happens for requests with body (it was only working with `GET`s and other bodyless requests before);
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.5.0"
|
VERSION = "0.5.1"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.5.1"
|
||||||
|
path: "0_5_1_md.html"
|
||||||
-
|
-
|
||||||
name: "0.5.0"
|
name: "0.5.0"
|
||||||
path: "0_5_0_md.html"
|
path: "0_5_0_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user