guzzle @ 7.11.0
integrity
- size
- 126.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Added
- Added support for providing the
proxyrequest option'snovalue as a comma-delimited string - Added the
protocolsrequest option to restrict allowed URI schemes for request transfers - Added
cert_typeandssl_key_typerequest options for TLS certificate and private-key file types - Added PHP stream handler support for the
ssl_keyrequest option - Added transport sharing via the
transport_sharingclient and cURL handler options
Changed
- Adjusted
guzzlehttp/promisesversion constraint to^2.5 - Adjusted
guzzlehttp/psr7version constraint to^2.11 - Allowed domainless
SetCookieinstances to be stored without wildcard request matching - Changed no-proxy matching to respect request ports for host-and-port rules
- Prevented
CurlMultiHandlerdestructors from throwing during cleanup - Improved invalid response handling across handlers
Deprecated
- Deprecated non-iterable
Poolrequest collections, which will be rejected in 8.0 - Deprecated non-uppercase easy request methods; 8.0 preserves method casing
- Deprecated non-string
headersrequest option values, which will be rejected in 8.0 - Deprecated empty
headersrequest 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_conversionrequest 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
download
unix · zip
curl -fL -o 7.11.0.zip https://ratatoskr.space/pkg/guzzle/7.11.0.zip
printf '%s %s\n' 'b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109' '7.11.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.11.0.zip"
$out = "7.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz
printf '%s %s\n' '0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8' '7.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz"
$out = "7.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.11.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.zip
printf '%s %s\n' 'b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109' '7.11.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.zip"
$out = "7.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz
printf '%s %s\n' '0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8' '7.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz"
$out = "7.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.11.0.zip | zip | 127.1 KiB |
blake3-24 f9e661312544e721f5f6daa3e962766351e952e0bcc3c575
sha256 b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109
sha1 7c21535316fe394ccc28a9b08482495aa94e312e
|
| 7.11.0.tar.gz | tar.gz | 103.8 KiB |
blake3-24 1622f5db5f8f639997d831fa55a70bbd1f2c9bc018a871b2
sha256 0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8
sha1 45d2503d871630ce22dd28df0a65ac49c491c34f
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz"],
integrity = "sha256-DMEZ1mbF2NWzwIVGkgpzkkVIRsUDvAShiS4tE3sm5+g=",
strip_prefix = "guzzle-7.11.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.11.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz"],
integrity = "sha256-DMEZ1mbF2NWzwIVGkgpzkkVIRsUDvAShiS4tE3sm5+g=",
strip_prefix = "guzzle-7.11.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.11.0