fix(deps): update dependency guzzlehttp/guzzle to v7.15.2 - #1256
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency guzzlehttp/guzzle to v7.15.2#1256renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 2, 2026 19:34
0ebadd8 to
237607e
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 2, 2026 23:02
237607e to
d8f6ba0
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 8, 2026 20:48
d8f6ba0 to
02c341d
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 17, 2026 23:37
02c341d to
fb552a3
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 21, 2026 01:40
fb552a3 to
d736acd
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 21, 2026 17:45
d736acd to
80b673c
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-guzzle-7.x
branch
from
July 30, 2026 02:06
80b673c to
3200e91
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
7.8.1→7.15.2Release Notes
guzzle/guzzle (guzzlehttp/guzzle)
v7.15.2Compare Source
Security
Hostheaders (GHSA-v5mv-p594-2x33)Hostheader after client URI rewrites (GHSA-v5mv-p594-2x33)Fixed
RequestExceptionwhen the stream handler rejects a request before opening a streamv7.15.1Compare Source
Security
Cookieheaders (GHSA-f283-ghqc-fg79)Refererheaders generated for redirects (GHSA-h95v-h523-3mw8)v7.15.0Compare Source
Added
Multiplexing::NONEsupport as a client, cURL multi handler, and conditional request optionChanged
guzzlehttp/psr7version constraint to^2.13Content-LengthCURLOPT_SHAREcURL option when named connection caps are configuredCURLOPT_PRE_PROXYand opaque share handlesDeprecated
Utils::jsonDecode()andUtils::jsonEncode()in favor of native JSON functionsCURLMOPT_PIPELININGin the cURL multi handleroptionsarrayCURLOPT_PROXYHEADERwithout cURL proxy header separation supportFixed
Content-LengthandTransfer-Encodingwhen redirects discard the request bodydelayrequest option to followed redirectsv7.14.2Compare Source
Security
v7.14.1Compare Source
Changed
guzzlehttp/psr7version constraint to^2.12.5Fixed
@separatorsstream => true) on cap-configured stream handlersoptionsvaluesCURLOPT_HTTPAUTHmask permits NTLMCURLMOPT_PIPELININGwhen combined with explicit multiplexingon_statscallback throwson_trailerscallback is configuredon_trailerscallback before starting a cURL transferon_trailersrequest option on the stream handler, which cannot observe trailersv7.14.0Compare Source
Added
on_trailersrequest option to expose parsed HTTP response trailersmultiplexrequest option withMultiplexing::*modes to control or require HTTP/2 multiplexingmultiplexrequests whenCURLMOPT_PIPELININGdisables multiplexingmax_host_connectionsandmax_total_connectionsclient and cURL multi handler optionsChanged
CURLOPT_SHAREwhen combined with authenticated SOCKS proxy configurationCURLOPT_CERTINFOoptionDeprecated
CURLOPT_PIPEWAITcURL option in favour of themultiplexrequest optionselect_timeoutcURL multi handler option valuesv7.13.3Compare Source
Changed
guzzlehttp/promisesversion constraint to^2.5.1guzzlehttp/psr7version constraint to^2.12.4Fixed
no_proxyvaluesv7.13.2Compare Source
Fixed
RuntimeExceptionv7.13.1Compare Source
Fixed
v7.13.0Compare Source
Added
crypto_method_maxrequest option to cap the maximum TLS protocol versionChanged
CURLOPT_SHAREwhen combined with authenticated HTTP/HTTPS proxy tunnel configurationCURLOPT_PREREQFUNCTIONcallbacks when defined by PHP cURLcrypto_methodrequests to the stream handler when cURL cannot select TLS 1.2Deprecated
v7.12.3Compare Source
Changed
guzzlehttp/psr7version constraint to^2.12.3Security
v7.12.2Compare Source
Fixed
Max-Ageso a very large value no longer overflows to an already-expired timestampCookieJarconflict resolution so distinct numeric-string names don't overwriteDomainhas a trailing dot on the origin host instead of silently discarding itStreamHandlerhard-failing on bracketed IPv6 literal hosts whenforce_ip_resolveis setPathcomparison soCookieJar::clear()with a numeric path keeps a distinct-path cookieDomain,Max-Age, path, and name valuesdecode_contenthandling for falsey string valuesv7.12.1Compare Source
Changed
guzzlehttp/psr7version constraint to^2.12.1Fixed
Security
Domainattributes as match-all (GHSA-cwxw-98qj-8qjx)v7.12.0Compare Source
Added
RequestOptionsconstants forcurl,retries, andstream_contextChanged
guzzlehttp/psr7version constraint to^2.12proxyrequest option makes a decisionPsr7\Utils::redactUserInfo()Deprecated
handleroption, which will be ignored in 8.0CURLOPT_PROXYTYPEcURL request option; set the proxy type via a scheme-prefixed proxy URLntlmas a built-inauthtypeUtils::describeType()queryandform_paramsoptions; 8.0 rejects thembodyoption; 8.0 rejects themFixed
nolist matches being re-proxied through environment-configured proxies by libcurlnolist andNO_PROXYmatching to support IP CIDR ranges, matching libcurlv7.11.2Compare Source
Fixed
v7.11.1Compare Source
Fixed
transport_sharing, matching other unknown request optionsv7.11.0Compare Source
Added
proxyrequest option'snovalue as a comma-delimited stringprotocolsrequest option to restrict allowed URI schemes for request transferscert_typeandssl_key_typerequest options for TLS certificate and private-key file typesssl_keyrequest optiontransport_sharingclient and cURL handler optionsChanged
guzzlehttp/promisesversion constraint to^2.5guzzlehttp/psr7version constraint to^2.11SetCookieinstances to be stored without wildcard request matchingCurlMultiHandlerdestructors from throwing during cleanupDeprecated
Poolrequest collections, which will be rejected in 8.0headersrequest option values, which will be rejected in 8.0headersrequest option value arrays, which will be rejected in 8.0CURLOPT_SHARE, which will be rejected in 8.0idn_conversionrequest option values, which will be rejected in 8.0RequestException::wrapException(), which will be removed in 8.0RetryMiddleware::exponentialDelay(), which will be removed in 8.0v7.10.6Compare Source
Fixed
CurlMultiHandlernow rejects the promise whenCurlFactory::finish()throws, preserving sibling transfersSetCookienow normalizes unparseableExpiresvalues tonullinstead offalsegzip/deflatetruncation by dropping invalidContent-Lengthv7.10.5Compare Source
Fixed
ConnectExceptionv7.10.4Compare Source
Fixed
options()to uppercase inferred HTTP methodsv7.10.3Compare Source
Fixed
v7.10.2Compare Source
Fixed
v7.10.1Compare Source
Fixed
v7.10.0Compare Source
Added
Changed
guzzlehttp/promisesversion constraint to^2.3guzzlehttp/psr7version constraint to^2.8v7.9.3Compare Source
Changed
v7.9.2Compare Source
Fixed
v7.9.1Compare Source
Fixed
v7.9.0Compare Source
Changed
CurlMultiHandlerto avoid busy wait if possibleguzzlehttp/psr7v1v7.8.2Compare Source
Added
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.