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

feat: switch to Faraday 2 #10

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: switch to Faraday 2 #10

wants to merge 1 commit into from

Conversation

dmitrytrager
Copy link
Contributor

@dmitrytrager dmitrytrager commented Jan 13, 2025

In order to proceed with further updates, we need our dependencies to include Faraday v2 instead of Faraday v1.

This gem does not use middlewares that were previously bundled and now removed. Base class Faraday::Middleware is still available. So ErrorMiddleware can work as before.

Faraday 2 required Ruby older than 3. Thus, support for 2.7 should be dropped, but we can add 3.4 now. Upcoming panda versions won't break Ruby support, I believe, so we could rename current main branch to 0.5 and keep it, while using this branch as a new main.

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.

1 participant