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 dependency guzzlehttp/guzzle to v7.9.2 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
guzzlehttp/guzzle (source) 7.4.1 -> 7.9.2 age adoption passing confidence

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.9.2

Compare Source

Fixed
  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

v7.9.1

Compare Source

Fixed
  • Fix TLS 1.3 check for HTTP/2 requests

v7.9.0

Compare Source

Changed
  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

v7.8.2

Compare Source

Added
  • Support for PHP 8.4

v7.8.1

Compare Source

Changed
  • Updated links in docs to their canonical versions
  • Replaced call_user_func* with native calls

v7.8.0

Compare Source

Added
  • Support for PHP 8.3
  • Added automatic closing of handles on CurlFactory object destruction

v7.7.1

Compare Source

Changed
  • Remove the need for AllowDynamicProperties in CurlMultiHandler

v7.7.0

Compare Source

Added
  • Support guzzlehttp/promises v2

v7.6.1

Compare Source

Fixed
  • Fix SetCookie::fromString MaxAge deprecation warning and skip invalid MaxAge values

v7.6.0

Compare Source

Added
  • Support for setting the minimum TLS version in a unified way
  • Apply on request the version set in options parameters

v7.5.3

Compare Source

See change log for changes.

v7.5.2

Compare Source

Fixed
  • Fixed set cookie constructor validation
  • Fixed handling of files with '0' body
Changed
  • Corrected docs and default connect timeout value to 300 seconds

v7.5.1

Compare Source

Fixed
  • Fixed NO_PROXY settings so that setting the proxy option to no overrides the env variable
Changed
  • Adjusted guzzlehttp/psr7 version constraint to ^1.9.1 || ^2.4.5

v7.5.0

Compare Source

Added
  • Support PHP 8.2
  • Add request to delay closure params

v7.4.5

Compare Source

Fixed
  • Fix change in port should be considered a change in origin
  • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

v7.4.4

Compare Source

Fixed
  • Fix failure to strip Authorization header on HTTP downgrade
  • Fix failure to strip the Cookie header on change in host or HTTP downgrade

v7.4.3

Compare Source

Fixed
  • Fix cross-domain cookie leakage

v7.4.2

Compare Source

Fixed
  • Remove curl auth on cross-domain redirects to align with the Authorization HTTP header
  • Reject non-HTTP schemes in StreamHandler
  • Set a default ssl.peer_name context in StreamHandler to allow force_ip_resolve

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from becd403 to 77526e9 Compare June 18, 2022 13:29
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.4.2 Update dependency guzzlehttp/guzzle to v7.4.4 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 77526e9 to ed808aa Compare June 23, 2022 20:20
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.4.4 Update dependency guzzlehttp/guzzle to v7.4.5 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from ed808aa to b7e9790 Compare September 25, 2022 20:11
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.4.5 Update dependency guzzlehttp/guzzle to v7.5.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from b7e9790 to 5d2dbcd Compare November 20, 2022 19:12
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 5d2dbcd to ad6c484 Compare March 17, 2023 01:55
@renovate
Copy link
Author

renovate bot commented Mar 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/e23a57/3ad938/repos/github/rxcod9/joy-voyager-datatable-laravel-demo":"/tmp/worker/e23a57/3ad938/repos/github/rxcod9/joy-voyager-datatable-laravel-demo" -v "/tmp/worker/e23a57/3ad938/cache":"/tmp/worker/e23a57/3ad938/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e23a57/3ad938/repos/github/rxcod9/joy-voyager-datatable-laravel-demo" ghcr.io/containerbase/sidecar:9.26.2 bash -l -c "install-tool php 8.2.13 && install-tool composer 2.6.5 && composer update guzzlehttp/guzzle:7.8.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.2.13) does not satisfy that requirement.
    - phpunit/phpunit 9.5.18 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.18 and an update of this package was not requested.


@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.5.0 Update dependency guzzlehttp/guzzle to v7.5.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from ad6c484 to cb940ad Compare April 17, 2023 16:55
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from cb940ad to 059d4b3 Compare May 28, 2023 09:57
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.5.1 Update dependency guzzlehttp/guzzle to v7.7.0 May 28, 2023
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.7.0 Update dependency guzzlehttp/guzzle to v7.8.0 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 059d4b3 to a98595c Compare August 27, 2023 12:44
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.8.0 Update dependency guzzlehttp/guzzle to v7.8.1 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from a98595c to fce2940 Compare December 3, 2023 22:37
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from fce2940 to daddfd4 Compare July 18, 2024 13:02
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.8.1 Update dependency guzzlehttp/guzzle to v7.9.0 Jul 18, 2024
Copy link
Author

renovate bot commented Jul 18, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update guzzlehttp/guzzle:7.9.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.18 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.18 and an update of this package was not requested.


@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from daddfd4 to 6f747d9 Compare July 19, 2024 17:53
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.9.0 Update dependency guzzlehttp/guzzle to v7.9.1 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 6f747d9 to ea1ece9 Compare July 24, 2024 11:31
@renovate renovate bot changed the title Update dependency guzzlehttp/guzzle to v7.9.1 Update dependency guzzlehttp/guzzle to v7.9.2 Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants