- Add HTTPClient adapter (@hakanensari)
- Improve Retry handler (@mislav, @timgaleckas)
- Remove autoloading by default (@technoweenie)
- Improve internal docs (@technoweenie, @mislav)
- Better support for HTTP proxying. (@mislav)
- Adapter options are structs. Reinforces consistent options across adapters (@technoweenie)
- Stop stripping trailing
/
off base URLs in a Faraday::Connection
.
- Add a configurable URI parser.
- Remove need to manually autoload when using the authorization header helpers on
Faraday::Connection
.
Faraday::Adapter::Test
respects the Faraday::RequestOptions#params_encoder
option.
- Fix multipart content type values. (@lloydmeta)
- Make
Faraday::Options
behave more like a hash. (@mislav, @benburkert, @sferik)
⭐ See the full changelog ⭐