Faraday v0.9.0 Release Notes

    • โž• Add HTTPClient adapter (@hakanensari)
    • ๐Ÿ‘Œ Improve Retry handler (@mislav)
    • โœ‚ Remove autoloading by default (@technoweenie)
    • ๐Ÿ‘Œ Improve internal docs (@technoweenie, @mislav)
    • Respect user/password in http proxy string (@mislav)
    • Adapter options are structs. Reinforces consistent options across adapters (@technoweenie)
    • Stop stripping trailing / off base URLs in a Faraday::Connection. (@technoweenie)
    • โž• Add a configurable URI parser. (@technoweenie)
    • โœ‚ Remove need to manually autoload when using the authorization header helpers on Faraday::Connection. (@technoweenie)
    • โœ… Faraday::Adapter::Test respects the Faraday::RequestOptions#params_encoder option. (@technoweenie)