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 php-http/client-common requirement from ^2.0 to ^2.3 #92

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 15, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Updates the requirements on php-http/client-common to permit the latest version.

Release notes

Sourced from php-http/client-common's releases.

2.3.0

Fixed

  • HttpMethodsClient with PSR RequestFactory
  • Bug in the cookie plugin with empty cookies
  • Bug when parsing null-valued date headers

Changed

  • Deprecation when constructing a HttpMethodsClient with PSR RequestFactory but without a StreamFactory
Changelog

Sourced from php-http/client-common's changelog.

2.3.0 - 2020-07-21

Fixed

  • HttpMethodsClient with PSR RequestFactory
  • Bug in the cookie plugin with empty cookies
  • Bug when parsing null-valued date headers

Changed

  • Deprecation when constructing a HttpMethodsClient with PSR RequestFactory but without a StreamFactory

2.2.1 - 2020-07-13

Fixed

  • Support for PHP 8
  • Plugin callable phpdoc

2.2.0 - 2020-07-02

Added

  • Plugin client builder for making a PluginClient
  • Support for the PSR-17 request factory in HttpMethodsClient

Changed

  • Restored support for symfony/options-resolver: ^2.6
  • Consistent implementation of union type checking

Fixed

  • Memory leak when using the PluginClient with plugins

2.1.0 - 2019-11-18

Added

  • Support Symfony 5

2.0.0 - 2019-02-03

Changed

  • HttpClientRouter now throws a HttpClientNoMatchException instead of a RequestException if it can not find a client for the request.
  • RetryPlugin will only retry exceptions when there is no response, or a response in the 5xx HTTP code range.
  • RetryPlugin also retries when no exception is thrown if the responses has HTTP code in the 5xx range. The callbacks for exception handling have been renamed and callbacks for response handling have been added.
  • Abstract method HttpClientPool::chooseHttpClient() has now an explicit return type (Http\Client\Common\HttpClientPoolItem)

... (truncated)

Commits

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [php-http/client-common](https://github.com/php-http/client-common) to permit the latest version.
- [Release notes](https://github.com/php-http/client-common/releases)
- [Changelog](https://github.com/php-http/client-common/blob/master/CHANGELOG.md)
- [Commits](php-http/client-common@2.0.0...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 15, 2021
@coveralls
Copy link

coveralls commented Apr 15, 2021

Pull Request Test Coverage Report for Build a47bc62c8e7aff4d0b2c5c5964414879b92007fa-PR-92

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.023%

Totals Coverage Status
Change from base Build 953fe795f62b2c7963cf4e826d94e03d2f213a0c: 0.0%
Covered Lines: 240
Relevant Lines: 258

💛 - Coveralls

@simPod simPod closed this Aug 27, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/php-http/client-common-tw-2.3 branch August 27, 2021 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants