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

Update faraday 2.10.1 → 2.11.0 (minor) #230

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Aug 27, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ faraday (2.10.1 → 2.11.0) · Repo · Changelog

Release Notes

2.11.0

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2.
Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

  • Add support for a new ParallelManager#execute method. by @iMacTia in #1584
  • Add ciphers attribute to SSLOptions by @womblep in #1582

Misc/Docs 📄

New Contributors

Full Changelog: v2.10.1...v2.11.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:

↗️ faraday-net_http (indirect, 3.1.1 → 3.3.0) · Repo · Changelog

Release Notes

3.3.0

What's Changed

  • Opt-in for MFA requirement explicitly by @tagliala in #43
  • Run CI against main branch of Faraday by @iMacTia in #46
  • Add support for ciphers SSLOptions by @womblep in #45

New Contributors

Full Changelog: v3.2.0...v3.3.0

3.2.0

What's Changed

  • Added: Support setting SSL client cert as a an array, to configure extra_chain_cert by @larkro and @kaspth in #42
  • Developer experience: Unlock simplecov by @olleolleolle in #40

Full Changelog: v3.1.1...v3.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

↗️ uri (indirect, 0.13.0 → 0.13.1) · Repo

Commits

See the full diff on Github. The new version differs by 4 commits:


Depfu Status

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 cancel merge
Cancels automatic merging of this PR
@​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)

@depfu depfu bot added the depfu label Aug 27, 2024
@danidoni danidoni merged commit e3685a3 into main Sep 10, 2024
3 checks passed
@depfu depfu bot deleted the depfu/update/faraday-2.11.0 branch September 10, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant