Sha256: 1535fa6b7108e0828d5451e766fee8956cc0d1ddca8dc7eebcf2b8a0abb2c13c

Contents?: true

Size: 724 Bytes

Versions: 26

Compression:

Stored size: 724 Bytes

Contents

# 0.24.2

## Improvements

* besides an array, `:resolver_options` can now receive a hash for `:nameserver`, which **must** be indexed by IP family (`Socket::AF_INET6` or `Socket::AF_INET`); each group of nameservers will be used for emitting DNS queries of that iP family.
* `:authentication` plugin: Added `#bearer_auth` helper, which receives a token, and sets it as `"Bearer $TOKEN` in the `"authorization"` header.
* `faraday` adapter: now implements `#build_connection` and `#close`, will now interact with `faraday` native timeouts (`:read`, `:write` and `:connect`).


## Bugfixes

* fixed native resolver bug when queries involving intermediate alias would be kept after the original query and mess with re-queries.

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
httpx-1.3.4 doc/release_notes/0_24_2.md
httpx-1.3.3 doc/release_notes/0_24_2.md
httpx-1.3.2 doc/release_notes/0_24_2.md
httpx-1.3.1 doc/release_notes/0_24_2.md
httpx-1.3.0 doc/release_notes/0_24_2.md
httpx-1.2.6 doc/release_notes/0_24_2.md
httpx-1.2.4 doc/release_notes/0_24_2.md
httpx-1.2.3 doc/release_notes/0_24_2.md
httpx-1.2.2 doc/release_notes/0_24_2.md
httpx-1.2.1 doc/release_notes/0_24_2.md
httpx-1.2.0 doc/release_notes/0_24_2.md
httpx-1.1.5 doc/release_notes/0_24_2.md
httpx-1.1.4 doc/release_notes/0_24_2.md
httpx-1.1.3 doc/release_notes/0_24_2.md
httpx-1.1.2 doc/release_notes/0_24_2.md
httpx-1.1.1 doc/release_notes/0_24_2.md
httpx-1.1.0 doc/release_notes/0_24_2.md
httpx-1.0.2 doc/release_notes/0_24_2.md
httpx-0.24.7 doc/release_notes/0_24_2.md
httpx-1.0.1 doc/release_notes/0_24_2.md