nucleos / auto-merge-action

🤖 Automerge labeled GitHub Pull Requests.
MIT License
3 stars 4 forks source link

Bump symfony/http-client from 6.0.8 to 6.1.0 #386

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps symfony/http-client from 6.0.8 to 6.1.0.

Release notes

Sourced from symfony/http-client's releases.

v6.1.0

Changelog (https://github.com/symfony/http-client/compare/v6.1.0-RC1...v6.1.0)

  • bug #46382 Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
  • bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)

v6.1.0-RC1

Changelog (https://github.com/symfony/http-client/compare/v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46293 "debug" is missing if a request failed to even start (weaverryan)

v6.1.0-BETA2

Changelog (https://github.com/symfony/http-client/compare/v6.1.0-BETA1...v6.1.0-BETA2)

  • no significant changes

v6.1.0-BETA1

Changelog (https://github.com/symfony/http-client/compare/v6.0.7...v6.1.0-BETA1)

  • feature #45812 Improve default content-type handling (nicolas-grekas)
  • feature #43931 Add button to copy a request as a cURL command (Deuchnord)
  • feature #45616 Remove credentials from requests redirected to same host but different port (GromNaN)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #44568 Allow yielding Exception from MockResponse's $body to mock transport errors (fancyweb)

v6.0.9

Changelog (https://github.com/symfony/http-client/compare/v6.0.8...v6.0.9)

  • bug #46382 Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
  • bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

6.1

  • Allow yielding Exception from MockResponse's $body to mock transport errors
  • Remove credentials from requests redirected to same host but different port

5.4

  • Add MockHttpClient::setResponseFactory() method to be able to set response factory after client creating

5.3

  • Implement HttpClientInterface::withOptions() from symfony/contracts v2.4
  • Add DecoratorTrait to ease writing simple decorators

5.2.0

  • added AsyncDecoratorTrait to ease processing responses without breaking async
  • added support for pausing responses with a new pause_handler callable exposed as an info item
  • added StreamableInterface to ease turning responses into PHP streams
  • added MockResponse::getRequestMethod() and getRequestUrl() to allow inspecting which request has been sent
  • added EventSourceHttpClient a Server-Sent events stream implementing the EventSource specification
  • added option "extra.curl" to allow setting additional curl options in CurlHttpClient
  • added RetryableHttpClient to automatically retry failed HTTP requests.
  • added extra.trace_content option to TraceableHttpClient to prevent it from keeping the content in memory

5.1.0

  • added NoPrivateNetworkHttpClient decorator
  • added AmpHttpClient, a portable HTTP/2 implementation based on Amp
  • added LoggerAwareInterface to ScopingHttpClient and TraceableHttpClient
  • made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old

4.4.0

  • added canceled to ResponseInterface::getInfo()
  • added HttpClient::createForBaseUri()
  • added HttplugClient with support for sync and async requests
  • added max_duration option
  • added support for NTLM authentication
  • added StreamWrapper to cast any ResponseInterface instances to PHP streams.
  • added $response->toStream() to cast responses to regular PHP streams

... (truncated)

Commits
  • aa0f9ba Merge branch '6.0' into 6.1
  • 3c6fc53 Merge branch '5.4' into 6.0
  • dc0b15e bug #46382 [HttpClient] Honor "max_duration" when replacing requests with asy...
  • f8e7452 [HttpClient] Honor "max_duration" when replacing requests with async decorators
  • 1576b3e Merge branch '4.4' into 5.4
  • 0366fe9 [HttpClient] Add missing HttpOptions::setMaxDuration()
  • 29a0e18 Update sponsors of components v6.1
  • a4144ab [HttpClient] "debug" is missing if a request failed to even start
  • da33385 Add missing return type to HttpClient
  • 4544e83 Merge branch '6.0' into 6.1
  • Additional commits viewable in compare view


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 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[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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