Upgrade faraday to version 2.2.0
Created by: depfu[bot]
👉 This PR is queued up to get rebased by Depfu
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳ ️ faraday (>= 0.8, < 2.0 → >= 0.8, <= 2.2.0) · Repo · Changelog
Release Notes
2.2.0
What's Changed
- update docs to a httpbingo on example requests and adding webrick for ruby 3.x support by @JAugusto42 in #1383
- Removing all sushi.com references and change to httpbingo.org by @JAugusto42 in #1384
- Remove Faraday 2.0 alpha warning from README by @haines in #1385
- docs: Amend CHANGELOG, link to Releases by @olleolleolle in #1393
- Reintroduce the possibility to register middleware with symbols, strings or procs by @iMacTia and @olleolleolle in #1391
New Contributors
- @JAugusto42 made their first contribution in #1383
- @haines made their first contribution in #1385
Full Changelog: v2.1.0...v2.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Version bump to 2.2.0Refactor testRe-add register middleware w/ Symbol, String, Procdocs: Amend CHANGELOG, link to ReleasesRemove Faraday 2.0 alpha warning from README (#1385)Removing all sushi.com references and change to httpbingo.org (#1384)Update docs to use httpbingo on example requests and add webrick for ruby 3.x support (#1383)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)