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

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

Merged
merged 2 commits into from
May 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

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 (symfony/http-client@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 (symfony/http-client@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 (symfony/http-client@v5.4.10...v5.4.11)

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

v5.4.9

Changelog (symfony/http-client@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 (symfony/http-client@v5.4.7...v5.4.8)

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

v5.4.7

Changelog (symfony/http-client@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 (symfony/http-client@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 (symfony/http-client@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)

Bumps [symfony/http-client](https://github.com/symfony/http-client) from 5.4.2 to 5.4.13.
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/6.2/CHANGELOG.md)
- [Commits](symfony/http-client@v5.4.2...v5.4.13)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch and project coverage have no change.

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

❗ 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
@@            Coverage Diff            @@
##             master     #647   +/-   ##
=========================================
  Coverage     99.04%   99.04%           
  Complexity     1914     1914           
=========================================
  Files           301      301           
  Lines          6079     6079           
=========================================
  Hits           6021     6021           
  Misses           58       58           

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

@akondas akondas enabled auto-merge (squash) May 28, 2023 11:41
@akondas akondas merged commit c384362 into master May 28, 2023
@akondas akondas deleted the dependabot/composer/symfony/http-client-5.4.13 branch May 28, 2023 11:44
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.

1 participant