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

Upgrade faraday to 2.x #33

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    b5292bb View commit details
    Browse the repository at this point in the history
  2. upgrade faraday to >= 2.0.1

    this removes faraday_middleware (due to faraday 2.0 changes), adds faraday-multipart and updates related class references.
    
    additionally, faraday's minimum version is now set at 2.0.1 per https://github.com/lostisland/faraday/blob/main/UPGRADING.md to avoid missing net_http issues
    dgarwood committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d7d09c1 View commit details
    Browse the repository at this point in the history