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