httpx/doc/release_notes/0_24_3.md
2023-07-31 19:21:26 +01:00

485 B

0.24.3

Improvements

  • faraday adapter: reraise httpx timeout errors as faraday errors.
  • faraday adapter: support :bind option, which expects a host and port to connect to.

Bugfixes

  • faraday adapter: fix #close implementation using the wrong ivar.
  • faraday adapter: fix usage of requestt_timeout translation of faraday timeouts into httpx timeouts.
  • faraday adapter: ssl: { verify: false } was being ignored, and certification verification was still proceeding.