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

Don't register the request/response json middleware for Faraday 1.10+ #288

Merged
merged 4 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. Don't register the request/response json middleware for Faraday 1.10+

    Faraday 1.10 ships with an out-of-the-box JSON middleware, so we want to to default to that one rather than the faraday_middleware one.
    iMacTia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e95ed11 View commit details
    Browse the repository at this point in the history
  2. Update CI

    iMacTia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f6d9b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7faa285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3abc4b7 View commit details
    Browse the repository at this point in the history