Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new Faraday version #135

Merged
merged 4 commits into from
Apr 26, 2022
Merged

Support new Faraday version #135

merged 4 commits into from
Apr 26, 2022

Conversation

balvig
Copy link
Owner

@balvig balvig commented Apr 14, 2022

What

balvig and others added 2 commits April 14, 2022 13:00
Changelog: https://github.com/lostisland/faraday/blob/main/UPGRADING.md#faraday-20

To support Faraday 2.x, the `faraday_middleware` library is no longer
required for sending/receiving JSON bodies, and each individual adapter
is shipped as a separate gem (e.g. faraday-patron).

Since it's quite hard to update Faraday everywhere (because it is a
dependency of many different gems), we should support both versions in
Spyke to allow users to upgrade Faraday on their terms.
@balvig balvig force-pushed the jb/faraday-support branch 14 times, most recently from b3332b3 to bcd58dc Compare April 14, 2022 20:02
@balvig balvig marked this pull request as ready for review April 18, 2022 08:22
@balvig balvig merged commit a66dcfb into main Apr 26, 2022
@balvig balvig deleted the jb/faraday-support branch April 26, 2022 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants