Guzzle v7.2.0 Release Notes

Release Date: 2020-10-10 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for PHP 8 #2712, #2715, #2789
    • ๐Ÿ‘Œ Support passing a body summarizer to the http errors middleware #2795

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle exceptions during response creation #2591
    • ๐Ÿ›  Fix CURLOPT_ENCODING not to be overwritten #2595
    • ๐Ÿ‘‰ Make sure the Request always has a body object #2804

    ๐Ÿ”„ Changed

    • The TooManyRedirectsException has a response #2660
    • Avoid "functions" from dependencies #2712

    ๐Ÿ—„ Deprecated

    • Using environment variable GUZZLE_CURL_SELECT_TIMEOUT #2786