v0.10.0
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
- Reset config changes before each test by @rossta in #64
- Add faraday matrix to CI by @rossta in #63
- Support Faraday 2 by @rossta in #65
New Contributors
Full Changelog: v0.9.0...v0.10.0