v7.0.0
Breaking changes
- For compatibility with newer Faraday versions, use
on_complete
in the JSON parsing middleware. - To allow handling file uploads, add
faraday.request :multipart
to the Faraday configuration.
What's Changed
- Support new Faraday version by @balvig in #135
- Add Ruby 3.1 to the CI matrix by @petergoldstein in #134
New Contributors
- @petergoldstein made their first contribution in #134
Full Changelog: v6.1.3...v7.0.0