Skip to content

fix(deps): update dependency guzzlehttp/guzzle to ~7.14.0#61

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

fix(deps): update dependency guzzlehttp/guzzle to ~7.14.0#61
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/guzzlehttp-guzzle-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/guzzle (source) ~7.12.0~7.14.0 age confidence

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.14.2

Compare Source

Security

v7.14.1

Compare Source

Fixed
  • Fail closed when a proxy tunnel isolation cURL option cannot be applied
  • Normalize Stringable proxy credential values before computing connection-reuse section signatures
  • Restore conservative credential redaction for unparseable proxies with multiple @ separators
  • Redact request URI credentials from the stream handler connection error message
  • Reject enabled response streaming (stream => true) on cap-configured stream handlers
  • Distinguish CurlMultiHandler and StreamHandler outcomes in connection-cap custom-handler guidance
  • Reject raw cURL options that conflict with explicit multiplexing guarantees
  • Stop explicit multiplexing conflict checks faulting on non-array cURL multi options values
  • Reject required multiplexing when the final CURLOPT_HTTPAUTH mask permits NTLM
  • Require an integer CURLMOPT_PIPELINING when combined with explicit multiplexing
  • Check the required multiplexing cleartext proxy rule against the final cURL configuration
  • Bound cURL multi handler blocking selects by the earliest pending request delay
  • Stop synchronous cURL multi handler waits blocking on other transfers once the target has settled
  • Stop cURL multi completion processing double-settling promises canceled from completion callbacks
  • Run ready promise queue tasks before sleeping for delayed cURL multi requests
  • Avoid integer overflow in cURL multi delay timing on 32-bit platforms
  • Roll back failed cURL multi handle attachment instead of leaving requests pending
  • Release the cURL easy handle when the on_stats callback throws
  • Normalize response trailer field names to lowercase with values in wire order
  • Retain response trailers only when an on_trailers callback is configured
  • Validate the on_trailers callback before starting a cURL transfer
  • Reject the on_trailers request option on the stream handler, which cannot observe trailers
  • Match cookies, proxy schemes, auth types, and header names with locale-independent ASCII folding
  • Reject proxy option values that Guzzle cannot classify identically to ext-curl

v7.14.0

Compare Source

Added
  • Added the on_trailers request option to expose parsed HTTP response trailers
  • Added the multiplex request option with Multiplexing::* modes to control or require HTTP/2 multiplexing
  • Added rejection of explicit multiplex requests when CURLMOPT_PIPELINING disables multiplexing
  • Added the max_host_connections and max_total_connections client and cURL multi handler options
Changed
  • Redirects that discard the request body no longer require it to be rewindable
  • Synchronous cURL multi handler requests no longer wait for other queued transfers
  • Section SOCKS proxy connections by credentials on libcurl before 7.69.0
  • Reject request-level CURLOPT_SHARE when combined with authenticated SOCKS proxy configuration
  • Redact proxy userinfo containing raw control bytes in cURL errors
  • Check linked curl/libcurl NTLM support before applying NTLM auth
  • Clarify that NTLM is deprecated by both Guzzle and curl/libcurl
  • Remove deprecation for the raw cURL CURLOPT_CERTINFO option
  • Warn when a cURL multi option cannot be applied
Deprecated
  • Deprecate the raw CURLOPT_PIPEWAIT cURL option in favour of the multiplex request option
  • Deprecate unknown handler constructor options
  • Deprecate invalid select_timeout cURL multi handler option values
  • Deprecate raw cURL multi connection cap options in favour of the named options

v7.13.3

Compare Source

Changed
  • Adjusted guzzlehttp/promises version constraint to ^2.5.1
  • Adjusted guzzlehttp/psr7 version constraint to ^2.12.4
  • Pass explicit trim characters ahead of the PHP 8.6 trim default change
Fixed
  • Stop matching cookie domains against hosts with a trailing newline
  • Reject HTTP status codes and certificate type extensions with a trailing newline
  • Treat PCRE engine failures as invalid cookie names during cookie validation
  • Report PCRE engine failures when formatting log messages
  • Report PCRE engine failures when splitting no_proxy values

v7.13.2

Compare Source

Fixed
  • Stop the cURL multi handler busy-waiting on request delays shorter than one second
  • Stop cURL HEAD requests with request bodies hanging on responses that declare a content length
  • The cURL handler no longer transmits request bodies on HEAD requests
  • Preserve response headers when a response includes HTTP trailers
  • Harden cURL response header block detection when HTTP trailers are received
  • Corrected the PSR-7 class names in the Pool iterator exception
  • Redirect body rewind failures no longer leak a bare RuntimeException

v7.13.1

Compare Source

Fixed
  • Allow middleware to rewrite partial URIs before transports validate them

v7.13.0

Compare Source

Added
  • Added the crypto_method_max request option to cap the maximum TLS protocol version
  • Added HTTP QUERY redirect support, preserving method and body on 301 and 302
Changed
  • Section proxy tunnel connection reuse by credential so distinct credentials never share a tunnel
  • Isolate concurrent foreign cURL proxy tunnels added while another owner's tunnel is active
  • Route credentialed HTTP(S) proxy Proxy-Authorization headers through cURL proxy header handling
  • Reject request-level CURLOPT_SHARE when combined with authenticated HTTP/HTTPS proxy tunnel configuration
  • Remove deprecation for raw cURL CURLOPT_PREREQFUNCTION callbacks when defined by PHP cURL
  • Route TLS 1.2 crypto_method requests to the stream handler when cURL cannot select TLS 1.2
  • Reject final request URIs missing a scheme or host before transfer
Deprecated
  • Deprecate invalid protocols, force_ip_resolve, delay, cookies, and allow_redirects values

Configuration

📅 Schedule: (in timezone America/Montreal)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 added the dependency label Jul 19, 2024
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from a4a421b to af0514e Compare July 29, 2024 09:23
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from af0514e to e64c2c1 Compare May 4, 2025 10:31
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from 62ac738 to 2f699db Compare August 14, 2025 11:00
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.9.0 fix(deps): update dependency guzzlehttp/guzzle to ~7.10.0 Aug 24, 2025
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 2f699db to 54de7f9 Compare August 24, 2025 02:10
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 54de7f9 to 6138ed9 Compare December 15, 2025 17:09
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 6138ed9 to 2407a5d Compare December 30, 2025 14:15
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 2407a5d to d181bce Compare February 2, 2026 19:46
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from d181bce to c1960df Compare February 12, 2026 11:28
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 5 times, most recently from f178f08 to 4237483 Compare May 22, 2026 20:48
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from 11a4565 to 04413ab Compare June 1, 2026 21:42
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.10.0 fix(deps): update dependency guzzlehttp/guzzle to ~7.11.0 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from dac77a5 to 8b1f297 Compare June 8, 2026 01:11
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 8b1f297 to 9fe13d7 Compare June 16, 2026 16:34
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.11.0 fix(deps): update dependency guzzlehttp/guzzle to ~7.12.0 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from 3013bfa to addd0a0 Compare June 18, 2026 19:59
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.12.0 fix(deps): update dependency guzzlehttp/guzzle to ~7.12.0 - autoclosed Jun 23, 2026
@renovate renovate Bot closed this Jun 23, 2026
@renovate renovate Bot deleted the renovate/guzzlehttp-guzzle-7.x branch June 23, 2026 07:59
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.12.0 - autoclosed fix(deps): update dependency guzzlehttp/guzzle to ~7.13.0 Jun 30, 2026
@renovate renovate Bot reopened this Jun 30, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 3 times, most recently from 29b46df to 455f834 Compare July 5, 2026 22:12
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from 455f834 to 49ef1cd Compare July 8, 2026 20:00
@renovate renovate Bot changed the title fix(deps): update dependency guzzlehttp/guzzle to ~7.13.0 fix(deps): update dependency guzzlehttp/guzzle to ~7.14.0 Jul 9, 2026
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch 2 times, most recently from b8fc6a6 to d63e195 Compare July 13, 2026 03:55
@renovate renovate Bot force-pushed the renovate/guzzlehttp-guzzle-7.x branch from d63e195 to bf94e3c Compare July 14, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants