Skip to content

Update dependency guzzlehttp/guzzle to v7.12.1#10

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

Update dependency guzzlehttp/guzzle to v7.12.1#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/guzzlehttp-guzzle-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.12.1

Compare Source

Changed
  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.1
Fixed
  • Reject proxy URLs with a malformed scheme in the cURL handlers instead of letting libcurl mishandle them
Security

v7.12.0

Compare Source

Added
  • Added RequestOptions constants for curl, retries, and stream_context
Changed
  • Adjusted guzzlehttp/psr7 version constraint to ^2.12
  • Constrain cURL transport sharing to safe libcurl DNS and SSL session support
  • Resolve proxy environment variables in the cURL handlers; libcurl no longer reads the environment itself
  • Ignore proxy environment variables when the proxy request option makes a decision
  • Disable proxy environment variables on Windows SAPIs other than CLI (httpoxy hardening)
  • Redact proxy credentials from cURL handler error messages, following Psr7\Utils::redactUserInfo()
  • Normalize no-proxy domain and IP literal matching across the cURL and stream handlers
Deprecated
  • Deprecated the request-level handler option, which will be ignored in 8.0
  • Deprecated raw cURL request options outside the built-in cURL handlers' allow-list
  • Deprecated the CURLOPT_PROXYTYPE cURL request option; set the proxy type via a scheme-prefixed proxy URL
  • Deprecated PHP stream context options outside the built-in stream handler allow-list
  • Deprecated passing ntlm as a built-in auth type
  • Deprecated Utils::describeType()
  • Deprecated non-finite floats in the query and form_params options; 8.0 rejects them
  • Deprecated non-string scalar values in the body option; 8.0 rejects them
Fixed
  • Fix cURL TLS and HTTP/2 capability detection using libcurl feature checks
  • Fix proxy no list matches being re-proxied through environment-configured proxies by libcurl
  • Fix no list and NO_PROXY matching to support IP CIDR ranges, matching libcurl
  • Fix the stream handler not applying scheme-less proxies and their credentials

v7.11.2

Compare Source

Fixed
  • Fixed non-finite float values emitting coercion warnings on PHP 8.5

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

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 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 changed the title Update dependency guzzlehttp/guzzle to v7.9.3 Update dependency guzzlehttp/guzzle to v7.10.0 Aug 24, 2025
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from ba1574b to 0d1247b Compare August 24, 2025 01:43
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.0 Update dependency guzzlehttp/guzzle to v7.9.3 May 12, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 0d1247b to 568ef08 Compare May 12, 2026 10:31
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.9.3 Update dependency guzzlehttp/guzzle to v7.10.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 568ef08 to 5f8c2f6 Compare May 12, 2026 14:55
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.0 Update dependency guzzlehttp/guzzle to v7.10.1 May 19, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 5f8c2f6 to 30090ff Compare May 19, 2026 22:39
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.1 Update dependency guzzlehttp/guzzle to v7.10.2 May 20, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 30090ff to d0e5572 Compare May 20, 2026 12:58
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.2 Update dependency guzzlehttp/guzzle to v7.10.3 May 21, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from 4b6ed45 to 1f19422 Compare May 22, 2026 19:29
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.3 Update dependency guzzlehttp/guzzle to v7.10.4 May 22, 2026
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.4 Update dependency guzzlehttp/guzzle to v7.10.5 May 27, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from 22c6ebf to 894df7e Compare June 1, 2026 22:51
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.5 Update dependency guzzlehttp/guzzle to v7.10.6 Jun 1, 2026
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.10.6 Update dependency guzzlehttp/guzzle to v7.11.0 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 894df7e to f800b57 Compare June 2, 2026 17:10
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.11.0 Update dependency guzzlehttp/guzzle to v7.11.1 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from f800b57 to 5f53787 Compare June 8, 2026 01:12
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.11.1 Update dependency guzzlehttp/guzzle to v7.11.2 Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from a2a7add to 7131903 Compare June 17, 2026 02:01
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.11.2 Update dependency guzzlehttp/guzzle to v7.12.0 Jun 17, 2026
@renovate renovate Bot changed the title Update dependency guzzlehttp/guzzle to v7.12.0 Update dependency guzzlehttp/guzzle to v7.12.1 Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 7131903 to 49a4a23 Compare June 18, 2026 19:08
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