mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
13 lines
647 B
Markdown
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. |