Recent Releases of https://github.com/lostisland/faraday
https://github.com/lostisland/faraday - Faraday 0.8.10
- Fix compatibility with Addressable::URI and HTTPS default port number
- Treat connection timeouts as connection failures in Net::HTTP adapter
- Add compatibility with Patron 0.4.20+
- Ruby
Published by mislav over 10 years ago
https://github.com/lostisland/faraday - v0.9.0
- 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 aFaraday::Connection. - Add a configurable URI parser.
- Remove need to manually autoload when using the authorization header helpers on
Faraday::Connection. Faraday::Adapter::Testrespects theFaraday::RequestOptions#params_encoderoption.- Fix multipart content type values. (@lloydmeta)
- Make
Faraday::Optionsbehave more like a hash. (@mislav, @benburkert, @sferik)
- Ruby
Published by technoweenie about 12 years ago
https://github.com/lostisland/faraday - v0.8.9
- Hot fix for ruby v2.1.0 (@mislav)
- Bump excon gem (@mislav)
- Ruby
Published by technoweenie about 12 years ago
https://github.com/lostisland/faraday - v0.9.0.rc6
- Fix multipart content type values. (@lloydmeta)
- Better support for HTTP proxying. (@mislav)
- Make
Faraday::Optionsbehave more like a hash. (@mislav, @benburkert) - Improved client cert configuration in Excon (@ehowe)
- Retry middleware adds backoff/randomness. (@timgaleckas)
- Ruby
Published by technoweenie over 12 years ago
https://github.com/lostisland/faraday -
- Expose
falsevalues inFaraday::Options.
- Ruby
Published by technoweenie over 12 years ago
https://github.com/lostisland/faraday -
- Teach Faraday::Options about
#merge!
- Ruby
Published by technoweenie over 12 years ago
https://github.com/lostisland/faraday - Faraday v0.8.8
- Better Ruby 2.0 compatibility
- Better HTTP proxy + basic authentication support across adapters - integration tests against a real proxy server
- More consistent handling of connection failures across adapters
- Free of syntax warnings in Ruby verbose mode - verified by our CI
- Ruby
Published by mislav over 12 years ago
https://github.com/lostisland/faraday - v0.8.0 release candidate
- Ruby
Published by technoweenie over 12 years ago
https://github.com/lostisland/faraday -
- Remove need to manually autoload when using the authorization header helpers on
Faraday::Connection. Faraday::Adapter::Testrespects theFaraday::RequestOptions#params_encoderoption.
- Ruby
Published by technoweenie almost 13 years ago
https://github.com/lostisland/faraday -
- Stop stripping trailing
/off base URLs in aFaraday::Connection. - Add a configurable URI parser.
- Ruby
Published by technoweenie almost 13 years ago
https://github.com/lostisland/faraday -
- 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)
- Ruby
Published by technoweenie almost 13 years ago