Sha256: 4be2c6363cf89144a64e7df6bec65cd307e85dd7ff9070585ac57fa16eb57db0

Contents?: true

Size: 1.12 KB

Versions: 91

Compression:

Stored size: 1.12 KB

Contents

# 0.8.0


## Features

* `keep_alive_timeout`: for persistent connections, the keep alive timeout will set the connection to be closed if not reused for a request **after** the last received response;

## Improvements

* using `max_requests` for HTTP/1 pipelining as well;
* `retries` plugin now works with plain HTTP responses (not just error responses);
* reduced the number of string allocations from log labels;
* performance: a lot of improvements were made to optimize the "waiting for IO events" phase, which dramatically reduced the CPU usage and make the performance of the library more on-par with other ruby HTTP gems for the 1-shot request scenario.


## Bugfixes

* fixed `HTTPX::Response#copy_to`;
* fixed `compression` plugin not properly compressing request bodies using `gzip`;
* fixed `compression` plugin not handling `content-encoding: identity` payloads;
* do not overwrite user-defined `max_requests`on HTTP2 connection handshake;
* `retries` plugin: connection was blocking when a request with body was retried;
* `alt-svc: clear` response header was causing the process to hang;

## Tests

* Code coverage improved to 91%;

Version data entries

91 entries across 91 versions & 1 rubygems

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