Sha256: 009c606c5e78ca31516715da2519bc1b390f2599b1d317c20f600b6a2ce750e4

Contents?: true

Size: 746 Bytes

Versions: 51

Compression:

Stored size: 746 Bytes

Contents

# 0.19.4

## Improvements

### Jruby: HTTP/2 with jruby-openssl (>= 0.12.2)

The (optional) FFI-based TLS module for jruby was deleted. Besides it being cumbersome and hard to maintain, `jruby`'s own `openssl` released support for ALPN negotiation (in v0.12.2), which solves the problem the deleted module was supposed to address.

## Bugfixes

* `webmock` integration was fixed to take the mocked URI query string into account.
* fix internal codepath where mergeable-but-not-coalescable connections were still triggering the coalesce branch.
* fixed after-use mutation of connection addresses array which was making it empty after initial usage.
* fixed a "busy loop" caused by long-running native resolver not signaling it had "nothing to do".

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
httpx-0.21.0 doc/release_notes/0_19_4.md
httpx-0.20.5 doc/release_notes/0_19_4.md
httpx-0.20.4 doc/release_notes/0_19_4.md
httpx-0.20.3 doc/release_notes/0_19_4.md
httpx-0.20.2 doc/release_notes/0_19_4.md
httpx-0.20.1 doc/release_notes/0_19_4.md
httpx-0.20.0 doc/release_notes/0_19_4.md
httpx-0.19.8 doc/release_notes/0_19_4.md
httpx-0.19.7 doc/release_notes/0_19_4.md
httpx-0.19.6 doc/release_notes/0_19_4.md
httpx-0.19.5 doc/release_notes/0_19_4.md