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.3.4 doc/release_notes/0_5_1.md
httpx-1.3.3 doc/release_notes/0_5_1.md
httpx-1.3.2 doc/release_notes/0_5_1.md
httpx-1.3.1 doc/release_notes/0_5_1.md
httpx-1.3.0 doc/release_notes/0_5_1.md
httpx-1.2.6 doc/release_notes/0_5_1.md
httpx-1.2.4 doc/release_notes/0_5_1.md
httpx-1.2.3 doc/release_notes/0_5_1.md
httpx-1.2.2 doc/release_notes/0_5_1.md
httpx-1.2.1 doc/release_notes/0_5_1.md
httpx-1.2.0 doc/release_notes/0_5_1.md
httpx-1.1.5 doc/release_notes/0_5_1.md
httpx-1.1.4 doc/release_notes/0_5_1.md
httpx-1.1.3 doc/release_notes/0_5_1.md
httpx-1.1.2 doc/release_notes/0_5_1.md
httpx-1.1.1 doc/release_notes/0_5_1.md
httpx-1.1.0 doc/release_notes/0_5_1.md
httpx-1.0.2 doc/release_notes/0_5_1.md
httpx-0.24.7 doc/release_notes/0_5_1.md
httpx-1.0.1 doc/release_notes/0_5_1.md