Skip to content

chore(deps): update dependency guzzlehttp/guzzle to v7.11.1#20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/guzzlehttp-guzzle-7.x-lockfile
Open

chore(deps): update dependency guzzlehttp/guzzle to v7.11.1#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/guzzlehttp-guzzle-7.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/guzzle (source) 7.7.07.11.1 age confidence

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.11.1

Compare Source

Fixed
  • Ignore request-level transport_sharing, matching other unknown request options

v7.11.0

Compare Source

Added
  • Added support for providing the proxy request option's no value as a comma-delimited string
  • Added the protocols request option to restrict allowed URI schemes for request transfers
  • Added cert_type and ssl_key_type request options for TLS certificate and private-key file types
  • Added PHP stream handler support for the ssl_key request option
  • Added transport sharing via the transport_sharing client and cURL handler options
Changed
  • Adjusted guzzlehttp/promises version constraint to ^2.5
  • Adjusted guzzlehttp/psr7 version constraint to ^2.11
  • Allowed domainless SetCookie instances to be stored without wildcard request matching
  • Changed no-proxy matching to respect request ports for host-and-port rules
  • Prevented CurlMultiHandler destructors from throwing during cleanup
  • Improved invalid response handling across handlers
Deprecated
  • Deprecated non-iterable Pool request collections, which will be rejected in 8.0
  • Deprecated non-uppercase easy request methods; 8.0 preserves method casing
  • Deprecated non-string headers request option values, which will be rejected in 8.0
  • Deprecated empty headers request option value arrays, which will be rejected in 8.0
  • Deprecated empty and malformed request protocol versions, which will be rejected in 8.0
  • Deprecated conflicting raw cURL request options, including CURLOPT_SHARE, which will be rejected in 8.0
  • Deprecated scalar-coerced idn_conversion request option values, which will be rejected in 8.0
  • Deprecated invalid documented request option value types, which will be rejected in 8.0
  • Deprecated selected request options ignored by incompatible built-in handlers, which will be rejected in 8.0
  • Deprecated RequestException::wrapException(), which will be removed in 8.0
  • Deprecated RetryMiddleware::exponentialDelay(), which will be removed in 8.0

v7.10.6

Compare Source

Fixed
  • CurlMultiHandler now rejects the promise when CurlFactory::finish() throws, preserving sibling transfers
  • SetCookie now normalizes unparseable Expires values to null instead of false
  • Fix stream handler decoded gzip/deflate truncation by dropping invalid Content-Length

v7.10.5

Compare Source

Fixed
  • Defer cURL multi cancellation cleanup until after progress callbacks return
  • Classify additional stream handler connection failures as ConnectException

v7.10.4

Compare Source

Fixed
  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

v7.10.3

Compare Source

Fixed
  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

v7.10.2

Compare Source

Fixed
  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

v7.10.1

Compare Source

Fixed
  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses

v7.10.0

Compare Source

Added
  • Support for PHP 8.5
Changed
  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8

v7.9.3

Compare Source

Changed
  • Remove explicit content-length header for GET requests
  • Improve compatibility with bad servers for boolean cookie values

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

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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-lockfile branch from c925f45 to 203dd02 Compare October 17, 2023 08:01
@codecov

codecov Bot commented Oct 17, 2023

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.31%. Comparing base (37bdc59) to head (7a3d801).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #20   +/-   ##
=========================================
  Coverage     80.31%   80.31%           
  Complexity       24       24           
=========================================
  Files             4        4           
  Lines           127      127           
=========================================
  Hits            102      102           
  Misses           25       25           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 203dd02 to 9d672e5 Compare October 17, 2023 08:50
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.8.0 fix(deps): update dependency guzzlehttp/guzzle to v7.8.1 Dec 3, 2023
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 9d672e5 to 0af3931 Compare December 3, 2023 23:12
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 0af3931 to d8abb41 Compare May 7, 2024 08:21
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.8.1 fix(deps): update dependency guzzlehttp/guzzle to v7.8.2 Jul 18, 2024
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch 2 times, most recently from 8ee1ada to cb61ff7 Compare July 18, 2024 13:14
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.8.2 fix(deps): update dependency guzzlehttp/guzzle to v7.9.0 Jul 18, 2024
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.9.0 fix(deps): update dependency guzzlehttp/guzzle to v7.9.1 Jul 19, 2024
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch 2 times, most recently from 7074eed to e56ead4 Compare July 24, 2024 12:54
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.9.1 fix(deps): update dependency guzzlehttp/guzzle to v7.9.2 Jul 24, 2024
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.9.2 fix(deps): update dependency guzzlehttp/guzzle to v7.9.3 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from e56ead4 to ff0c8bb Compare March 27, 2025 17:48
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from ff0c8bb to 11498a9 Compare August 23, 2025 23:26
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.9.3 fix(deps): update dependency guzzlehttp/guzzle to v7.10.0 Aug 23, 2025
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to v7.10.0 chore(deps): update dependency guzzlehttp/guzzle to v7.10.0 Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 11498a9 to 2c248dc Compare December 15, 2025 15:48
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 2c248dc to 8e17497 Compare March 13, 2026 12:46
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.0 chore(deps): update dependency guzzlehttp/guzzle to v7.10.1 May 19, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 8e17497 to 2d0e7cd Compare May 19, 2026 19:29
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.1 chore(deps): update dependency guzzlehttp/guzzle to v7.10.2 May 20, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch 2 times, most recently from 998bc2e to b13d88e Compare May 21, 2026 02:37
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.2 chore(deps): update dependency guzzlehttp/guzzle to v7.10.3 May 21, 2026
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.3 chore(deps): update dependency guzzlehttp/guzzle to v7.10.4 May 23, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch 2 times, most recently from 53e48f5 to d69aa76 Compare May 27, 2026 13:34
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.4 chore(deps): update dependency guzzlehttp/guzzle to v7.10.5 May 27, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from d69aa76 to 59855a5 Compare June 1, 2026 23:58
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.5 chore(deps): update dependency guzzlehttp/guzzle to v7.10.6 Jun 1, 2026
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.10.6 chore(deps): update dependency guzzlehttp/guzzle to v7.11.0 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 59855a5 to 8aa0f5e Compare June 2, 2026 12:49
@renovate renovate Bot changed the title chore(deps): update dependency guzzlehttp/guzzle to v7.11.0 chore(deps): update dependency guzzlehttp/guzzle to v7.11.1 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x-lockfile branch from 8aa0f5e to 7a3d801 Compare June 8, 2026 03:11
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