Skip to content

Releases: lostisland/faraday

v2.2.0

03 Feb 09:37
948274e
Compare
Choose a tag to compare

What's Changed

  • update docs to a httpbingo on example requests and adding webrick for ruby 3.x support by @JAugusto42 in #1383
  • Removing all sushi.com references and change to httpbingo.org by @JAugusto42 in #1384
  • Remove Faraday 2.0 alpha warning from README by @haines in #1385
  • docs: Amend CHANGELOG, link to Releases by @olleolleolle in #1393
  • Reintroduce the possibility to register middleware with symbols, strings or procs by @iMacTia and @olleolleolle in #1391

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 Jan 14:35
ae55a74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v1.9.3

06 Jan 21:48
47b3979
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

v1.9.2

06 Jan 17:51
0ee4849
Compare
Choose a tag to compare

What's Changed

  • Add alias with legacy name to gemified middleware by @iMacTia in #1372

Full Changelog: v1.9.1...v1.9.2

v1.9.1

06 Jan 17:06
554930c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

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