Guzzle v6.4.0 Release Notes

Release Date: 2019-10-23 // over 4 years ago
    • 👌 Improvement: Improved error messages when using curl < 7.21.2 #2108
    • 🛠 Fix: Test if response is readable before returning a summary in RequestException::getResponseBodySummary() #2081
    • Fix: Add support for GUZZLE_CURL_SELECT_TIMEOUT environment variable #2161
    • 👌 Improvement: Added GuzzleHttp\Exception\InvalidArgumentException #2163
    • Improvement: Added GuzzleHttp\_current_time() to use hrtime() if that function exists. #2242
    • 👌 Improvement: Added curl's appconnect_time in TransferStats #2284
    • 👌 Improvement: Make GuzzleException extend Throwable wherever it's available #2273
    • 🛠 Fix: Prevent concurrent writes to file when saving CookieJar #2335
    • 👌 Improvement: Update MockHandler so we can test transfer time #2362