Sha256: ea977e3f2cdc26e6cbaae02d2c3a1169f027f7d73425253f1877e46c405f43b6

Contents?: true

Size: 565 Bytes

Versions: 91

Compression:

Stored size: 565 Bytes

Contents

# 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 `HTTPX::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);

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
httpx-1.0.0 doc/release_notes/0_5_1.md
httpx-0.24.6 doc/release_notes/0_5_1.md
httpx-0.24.5 doc/release_notes/0_5_1.md
httpx-0.24.4 doc/release_notes/0_5_1.md
httpx-0.24.3 doc/release_notes/0_5_1.md
httpx-0.24.2 doc/release_notes/0_5_1.md
httpx-0.24.1 doc/release_notes/0_5_1.md
httpx-0.24.0 doc/release_notes/0_5_1.md
httpx-0.23.4 doc/release_notes/0_5_1.md
httpx-0.23.3 doc/release_notes/0_5_1.md
httpx-0.23.2 doc/release_notes/0_5_1.md
httpx-0.23.1 doc/release_notes/0_5_1.md
httpx-0.23.0 doc/release_notes/0_5_1.md
httpx-0.22.5 doc/release_notes/0_5_1.md
httpx-0.22.4 doc/release_notes/0_5_1.md
httpx-0.22.3 doc/release_notes/0_5_1.md
httpx-0.22.2 doc/release_notes/0_5_1.md
httpx-0.22.1 doc/release_notes/0_5_1.md
httpx-0.22.0 doc/release_notes/0_5_1.md
httpx-0.21.1 doc/release_notes/0_5_1.md