Bump faraday from 2.10.1 to 2.11.0 #1145

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/faraday-2.11.0 into main 2024-09-06 21:25:02 +08:00
dependabot[bot] commented 2024-09-02 15:07:36 +08:00 (Migrated from github.com)

Bumps faraday from 2.10.1 to 2.11.0.

Release notes

Sourced from faraday's releases.

v2.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

Misc/Docs 📄

New Contributors

Full Changelog: https://github.com/lostisland/faraday/compare/v2.10.1...v2.11.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [faraday](https://github.com/lostisland/faraday) from 2.10.1 to 2.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lostisland/faraday/releases">faraday's releases</a>.</em></p> <blockquote> <h2>v2.11.0</h2> <h2>What's Changed</h2> <p>This release adds support for the <code>ciphers</code> SSL option (currently supported by the <code>net_http</code> adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the <code>net_http</code> adapter in v3.2. Also, it adds a new <code>ParallelManager#execute</code> interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the <code>async-http</code> adapter.</p> <h3>New features ✨</h3> <ul> <li>Add support for a new <code>ParallelManager#execute</code> method. by <a href="https://github.com/iMacTia"><code>@​iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1584">lostisland/faraday#1584</a></li> <li>Add ciphers attribute to SSLOptions by <a href="https://github.com/womblep"><code>@​womblep</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1582">lostisland/faraday#1582</a></li> </ul> <h3>Misc/Docs 📄</h3> <ul> <li>Opt-in for MFA requirement explicitly by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1580">lostisland/faraday#1580</a></li> <li>Fix typos by <a href="https://github.com/tagliala"><code>@​tagliala</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1585">lostisland/faraday#1585</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tagliala"><code>@​tagliala</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1580">lostisland/faraday#1580</a></li> <li><a href="https://github.com/womblep"><code>@​womblep</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1582">lostisland/faraday#1582</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v2.10.1...v2.11.0">https://github.com/lostisland/faraday/compare/v2.10.1...v2.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lostisland/faraday/commit/3170e7df6fe40b49a2f406c0aad503a6d9e2aa12"><code>3170e7d</code></a> Version bump to 2.11.0</li> <li><a href="https://github.com/lostisland/faraday/commit/f208ffcc9a9f850534f9d10902db4a48b7bb7f12"><code>f208ffc</code></a> Allow <code>faraday-net_http</code> 3.3.x</li> <li><a href="https://github.com/lostisland/faraday/commit/9056eccea61f1e08ff8e99024c292aeee621aff6"><code>9056ecc</code></a> Add ciphers attribute to SSLOptions (<a href="https://redirect.github.com/lostisland/faraday/issues/1582">#1582</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/99228e474316bfa73e6ed5eaca5aec9522e7de12"><code>99228e4</code></a> Fix typos (<a href="https://redirect.github.com/lostisland/faraday/issues/1585">#1585</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/9cdc025759278963080570c88e3db1a7771ab2b6"><code>9cdc025</code></a> Opt-in for MFA requirement explicitly (<a href="https://redirect.github.com/lostisland/faraday/issues/1580">#1580</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/3835b48d80a2e5d607782e24167073afd5c85a11"><code>3835b48</code></a> Add support for a new <code>ParallelManager#execute</code> method. (<a href="https://redirect.github.com/lostisland/faraday/issues/1584">#1584</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/3efc0a89825da053e7beb85b9b264f424df0e893"><code>3efc0a8</code></a> Update faraday-net_http requirement from &gt;= 2.0, &lt; 3.2 to &gt;= 2.0, &lt; 3.3 (<a href="https://redirect.github.com/lostisland/faraday/issues/1579">#1579</a>)</li> <li>See full diff in <a href="https://github.com/lostisland/faraday/compare/v2.10.1...v2.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faraday&package-manager=bundler&previous-version=2.10.1&new-version=2.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.