repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
517 stars 106 forks source link

Bump symfony/http-client from 5.4.2 to 5.4.13 #647

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps symfony/http-client from 5.4.2 to 5.4.13.

Release notes

Sourced from symfony/http-client's releases.

v5.4.13

Changelog (https://github.com/symfony/http-client/compare/v5.4.12...v5.4.13)

  • bug #47441 Bugfix for delayed retryableHttpClient (martkop26)
  • bug #47415 Psr18Client ignore invalid HTTP headers (nuryagdym)

v5.4.12

Changelog (https://github.com/symfony/http-client/compare/v5.4.11...v5.4.12)

  • bug #47145 Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
  • bug #47143 Fix memory leak when using StreamWrapper (nicolas-grekas)

v5.4.11

Changelog (https://github.com/symfony/http-client/compare/v5.4.10...v5.4.11)

  • bug #47086 Workaround disabled "var_dump" (nicolas-grekas)

v5.4.9

Changelog (https://github.com/symfony/http-client/compare/v5.4.8...v5.4.9)

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

v5.4.8

Changelog (https://github.com/symfony/http-client/compare/v5.4.7...v5.4.8)

  • bug #45998 Fix sending content-length when streaming the body (nicolas-grekas)

v5.4.7

Changelog (https://github.com/symfony/http-client/compare/v5.4.6...v5.4.7)

  • bug #45906 on redirections don't send content related request headers (xabbuh)
  • bug #45814 Let curl handle Content-Length headers (nicolas-grekas)
  • bug #45813 Move Content-Type after Content-Length (nicolas-grekas)
  • bug #45678 Fix reading proxy settings from dotenv when curl is used (nicolas-grekas)

v5.4.5

Changelog (https://github.com/symfony/http-client/compare/v5.4.4...v5.4.5)

  • bug #45527 Fix overriding default options with null (nicolas-grekas)
  • bug #45261 Fix Content-Length header when possible (nicolas-grekas)

v5.4.3

Changelog (https://github.com/symfony/http-client/compare/v5.4.2...v5.4.3)

  • bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
  • bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
  • bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
  • bug #44890 Remove deprecated usage of GuzzleHttp\Promise\queue (GrahamCampbell)
  • bug #44878 Turn negative timeout to a very long timeout (fancyweb)
Commits
  • 596fd75 [HttpClient] fix merge
  • 5dd2f36 [HttpClient] fix merge
  • 5fee724 [HttpClient] Fix computing retry delay when using RetryableHttpClient
  • 1c6db72 Merge branch '4.4' into 5.4
  • 0952740 Psr18Client ignore invalid HTTP headers
  • 6a057be Merge branch '4.4' into 5.4
  • 9f9dd96 bug #47145 [HttpClient] Fix shared connections not being freed on PHP < 8 (ni...
  • 653dc41 [HttpClient] Fix shared connections not being freed on PHP < 8
  • 43b2800 [HttpClient] Fix memory leak when using StreamWrapper
  • 5c5c37e Merge branch '4.4' into 5.4
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ef867e6) 99.04% compared to head (2b93847) 99.04%.

:exclamation: Current head 2b93847 differs from pull request most recent head ffbab17. Consider uploading reports for the commit ffbab17 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #647 +/- ## ========================================= Coverage 99.04% 99.04% Complexity 1914 1914 ========================================= Files 301 301 Lines 6079 6079 ========================================= Hits 6021 6021 Misses 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.