Improvement: Added support for reset internal queue in MockHandler. #2143
Improvement: Added support to pass arbitrary options to curl_multi_init. #2287
Fix: Gracefully handle passing null to the header option. #2132
Fix: RetryMiddleware did not do exponential delay between retries due unit mismatch. #2132
Previously, RetryMiddleware would sleep for 1 millisecond, then 2 milliseconds, then 4 milliseconds.
After this change, RetryMiddleware will sleep for 1 second, then 2 seconds, then 4 seconds.Middleware::retry() accepts a second callback parameter to override the default timeouts if needed.
Fix: Prevent undefined offset when using array for ssl_key options. #2348
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 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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/guzzle/guzzle/releases">guzzlehttp/guzzle's releases</a>.</em></p>
<blockquote>
<h2>Release 6.5.8</h2>
<p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p>
<h2>Release 6.5.7</h2>
<p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p>
<h2>Release 6.5.6</h2>
<p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p>
<h2>6.5.5</h2>
<p>No release notes provided.</p>
<h2>6.5.4</h2>
<p>No release notes provided.</p>
<h2>6.5.3</h2>
<p>No release notes provided.</p>
<h2>6.5.2</h2>
<ul>
<li>idn_to_ascii() fix for old PHP versions <a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2489">#2489</a></li>
</ul>
<h2>6.5.1</h2>
<ul>
<li>Better defaults for PHP installations with old ICU lib <a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2454">#2454</a></li>
<li>IDN support for redirects <a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2424">#2424</a></li>
</ul>
<h2>6.5.0</h2>
<p>No release notes provided.</p>
<h2>6.4.1</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md">guzzlehttp/guzzle's changelog</a>.</em></p>
<blockquote>
<h2>6.5.8 - 2022-06-20</h2>
<ul>
<li>Fix change in port should be considered a change in origin</li>
<li>Fix <code>CURLOPT_HTTPAUTH</code> option not cleared on change of origin</li>
</ul>
<h2>6.5.7 - 2022-06-09</h2>
<ul>
<li>Fix failure to strip Authorization header on HTTP downgrade</li>
<li>Fix failure to strip the Cookie header on change in host or HTTP downgrade</li>
</ul>
<h2>6.5.6 - 2022-05-25</h2>
<ul>
<li>Fix cross-domain cookie leakage</li>
</ul>
<h2>6.5.5 - 2020-06-16</h2>
<ul>
<li>Unpin version constraint for <code>symfony/polyfill-intl-idn</code> <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2678">#2678</a></li>
</ul>
<h2>6.5.4 - 2020-05-25</h2>
<ul>
<li>Fix various intl icu issues <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2626">#2626</a></li>
</ul>
<h2>6.5.3 - 2020-04-18</h2>
<ul>
<li>Use Symfony intl-idn polyfill <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2550">#2550</a></li>
<li>Remove use of internal functions <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2548">#2548</a></li>
</ul>
<h2>6.5.2 - 2019-12-23</h2>
<ul>
<li>idn_to_ascii() fix for old PHP versions <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2489">#2489</a></li>
</ul>
<h2>6.5.1 - 2019-12-21</h2>
<ul>
<li>Better defaults for PHP installations with old ICU lib <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2454">#2454</a></li>
<li>IDN support for redirects <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2424">#2424</a></li>
</ul>
<h2>6.5.0 - 2019-12-07</h2>
<ul>
<li>Improvement: Added support for reset internal queue in MockHandler. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2143">#2143</a></li>
<li>Improvement: Added support to pass arbitrary options to <code>curl_multi_init</code>. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2287">#2287</a></li>
<li>Fix: Gracefully handle passing <code>null</code> to the <code>header</code> option. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2132">#2132</a></li>
<li>Fix: <code>RetryMiddleware</code> did not do exponential delay between retries due unit mismatch. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2132">#2132</a>
Previously, <code>RetryMiddleware</code> would sleep for 1 millisecond, then 2 milliseconds, then 4 milliseconds.
<strong>After this change, <code>RetryMiddleware</code> will sleep for 1 second, then 2 seconds, then 4 seconds.</strong>
<code>Middleware::retry()</code> accepts a second callback parameter to override the default timeouts if needed.</li>
<li>Fix: Prevent undefined offset when using array for ssl_key options. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2348">#2348</a></li>
<li>Deprecated <code>ClientInterface::VERSION</code></li>
</ul>
<h2>6.4.1 - 2019-10-23</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/guzzle/guzzle/commit/a52f0440530b54fa079ce76e8c5d196a42cad981"><code>a52f044</code></a> Release 6.5.8 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/3042">#3042</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/724562fa861e21a4071c652c8a159934e4f05592"><code>724562f</code></a> Release 6.5.7 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/3022">#3022</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/f092dd734083473658de3ee4bef093ed77d2689c"><code>f092dd7</code></a> [6.x] Fix cross-domain cookie leakage (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/3017">#3017</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/e8ed4dbf49b260ff129ff0e0400718c3269971bf"><code>e8ed4db</code></a> Fixed tests (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2720">#2720</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"><code>9d4290d</code></a> Prepare 6.5.5 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2692">#2692</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/ba7930ff4209374c2817738e408eeeedcf42fa7b"><code>ba7930f</code></a> Updated static analysis tooling (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2694">#2694</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/23730ab1005ca1e760dcdfbd7d853e6c3f1035d6"><code>23730ab</code></a> Unpin version for symfony/polyfill-intl-idn (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2678">#2678</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/a4a1b6930528a8f7ee03518e6442ec7a44155d9d"><code>a4a1b69</code></a> Adding changelog for 6.5.4 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2651">#2651</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/0d137e94480b275aadd1f2536a76d91cf580711c"><code>0d137e9</code></a> [6.5] Remove obsolete statement in <code>handler</code> option docs (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2567">#2567</a>)</li>
<li><a href="https://github.com/guzzle/guzzle/commit/d3f2c1791881377105ed375dc2da68c17f9ea496"><code>d3f2c17</code></a> [6.5] Fix various intl icu issues (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2626">#2626</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/guzzle/guzzle/compare/6.3.3...6.5.8">compare view</a></li>
</ul>
</details>
<br />
[](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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nciw/dinnerinthewoods.org/network/alerts).
</details>
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps guzzlehttp/guzzle from 6.3.3 to 6.5.8.
Release notes
Sourced from guzzlehttp/guzzle's releases.
Changelog
Sourced from guzzlehttp/guzzle's changelog.
... (truncated)
Commits
a52f044Release 6.5.8 (#3042)724562fRelease 6.5.7 (#3022)f092dd7[6.x] Fix cross-domain cookie leakage (#3017)e8ed4dbFixed tests (#2720)9d4290dPrepare 6.5.5 (#2692)ba7930fUpdated static analysis tooling (#2694)23730abUnpin version for symfony/polyfill-intl-idn (#2678)a4a1b69Adding changelog for 6.5.4 (#2651)0d137e9[6.5] Remove obsolete statement inhandleroption docs (#2567)d3f2c17[6.5] Fix various intl icu issues (#2626)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.