Skip to content

Releases: lostisland/faraday

v1.9.0

06 Jan 15:37
Compare
Choose a tag to compare

What's Changed

  • Use external multipart and retry middleware by @iMacTia in #1367

Full Changelog: v1.8.0...v1.9.0

v2.0.1

05 Jan 21:49
309797d
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.0

04 Jan 08:50
0a5714e
Compare
Choose a tag to compare

Faraday 2.0 🎉

The next major release is here, and it comes almost 2 years after the release of v1.0!
This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library.
What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of.

As a result, all adapters and some middleware have moved out and are now shipped as standalone gems 🙌!
But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the UPGRADING.md doc.
Moreover, we've setup a new awesome-faraday repository that will showcase a curated list of adapters and middleware 😎.

This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone 👏.

What's Changed

New Contributors

Full Changelog: v1.8.0...v2.0.0

v2.0.0.alpha-4

15 Dec 15:23
23e2495
Compare
Choose a tag to compare
v2.0.0.alpha-4 Pre-release
Pre-release

Features

v2.0.0.alpha-3

30 Nov 10:07
Compare
Choose a tag to compare
v2.0.0.alpha-3 Pre-release
Pre-release

Fixes

  • Replace Hash#merge with Utils#deep_merge for connection options by @xkwd in #1343

Misc

  • Add Truffleruby to CI pipeline

v2.0.0.alpha-2

28 Oct 09:49
c6bff34
Compare
Choose a tag to compare
v2.0.0.alpha-2 Pre-release
Pre-release

Fixes

v2.0.0.alpha-1

25 Oct 10:24
de78dff
Compare
Choose a tag to compare
v2.0.0.alpha-1 Pre-release
Pre-release

Faraday 2.0.0.alpha-1

This is the first alpha release for the upcoming Faraday 2.0 major release 🎉 .
Please note, this version is not production-ready, but we'd appreciate everyone's feedback if you have the chance to try it in your personal projects 🙌.

To learn more about how to safely upgrade to Faraday 2.0 and update your code, please use our UPGRADING guide!

And you have any feedback, please feel free to join us in Discussions 💬 !

v1.8.0

18 Sep 07:22
d0efa09
Compare
Choose a tag to compare

Features

v1.7.2

13 Sep 15:43
d881f16
Compare
Choose a tag to compare

Fixes

  • Fix deprecation warning when providing basic auth in url (#1323, @iMacTia)

v1.7.1

30 Aug 08:38
a84e6b4
Compare
Choose a tag to compare

Fixes

  • Respect the params_encoder in Faraday::Adapter::Test (#1316, @yykamei)

Deprecations

  • Deprecate Authorization helpers in Faraday::Connection (#1306, @iMacTia)