Skip to content

v0.10.0

Compare
Choose a tag to compare
@thde thde released this 29 Sep 13:03
· 19 commits to master since this release
1044a3d

BREAKING CHANGES

This release adds support for Faraday 2.

If your application already uses Faraday 0.x or 1.x and you cannot otherwise upgrade to Faraday 2, you must also add this line to your application's Gemfile:

gem 'faraday_middleware' # remove when upgrading to Faraday 2+

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0