httpx/doc/release_notes/0_19_4.md
2022-03-06 17:22:17 +00:00

13 lines
647 B
Markdown

# 0.19.3
## 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.