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

Upgrading the Faraday gem from version 1.0.0 to 2.0 #1

Merged
merged 6 commits into from
May 2, 2023
Merged

Conversation

honeyankit
Copy link
Owner

🖼️ Context

Upgrading the Faraday gem from version 1.0.0 to 2.0.

fix Azure#227

✅ Approach

  • In the process of upgrading the faraday gem to version 2.0 from 1.0, I need to remove the faraday_middleware as it has been deprecated based on its docs and need to use the middleware faraday-follow_redirects. Details are present in the awesome-faraday docs.
  • Based on the Faraday upgrade docs, all the adapters, except for the net_http, have already been moved out and released as separate gems. So I had to add adapter faraday-net_http_persistent (gem) as part of this upgrade.

@honeyankit honeyankit self-assigned this Apr 26, 2023
@alaarab
Copy link

alaarab commented Apr 28, 2023

Please merge this !!

@honeyankit honeyankit merged commit b16261c into master May 2, 2023
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.

Upgrade to faraday 2.0.0
3 participants