Skip to content

Releases: lostisland/faraday-http

v2.1.0

18 Mar 07:15

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #42
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #43
  • Add support for ciphers in SSLOptions setting by @bellvat in #44
  • CI: Drop very old Ruby versions from matrix by @olleolleolle in #45
  • Add spec to ensure client cert and key are set on SSLContext by @bellvat in #46
  • Add support for http.rb 6.0 by @sferik in #47

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

18 Jun 09:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Jul 15:17
e1c42c6

Choose a tag to compare

What's Changed

Other changes

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Oct 14:09
a8941f3

Choose a tag to compare

New 2.0 Major release 🎉

Big thanks to @aka-nez that has updated the faraday-http to be compatible with Faraday 2, including the new Streaming API 👏 🎉 !

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

12 Oct 10:34
da2fb0a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

30 Jun 07:46
49c6ebf

Choose a tag to compare

Fixes:

  • Respect connection timeout options (#26)

v1.0.0

08 May 07:58

Choose a tag to compare

First release of the faraday-http adapter 🎉!