All Versions
116
Latest Version
Avg Release Cycle
59 days
Latest Release
619 days ago

Changelog History
Page 2

  • v7.1.0 Changes

    September 22, 2020

    โž• Added

    • GuzzleHttp\MessageFormatterInterface

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue that caused cookies with no value not to be stored.
    • On redirects, we allow all safe methods like GET, HEAD and OPTIONS.
    • ๐Ÿ›  Fixed logging on empty responses.
    • ๐Ÿ‘‰ Make sure MessageFormatter::format returns string

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ All functions in GuzzleHttp has been deprecated. Use static methods on Utils instead.
    • ClientInterface::getConfig()
    • Client::getConfig()
    • Client::__call()
    • 0๏ธโƒฃ Utils::defaultCaBundle()
    • CurlFactory::LOW_CURL_VERSION_NUMBER
  • v7.0.1 Changes

    June 27, 2020
    • ๐Ÿ›  Fix multiply defined functions fatal error #2699
  • v7.0.0 Changes

    June 27, 2020

    โฌ†๏ธ No changes since 7.0.0-RC1. See UPGRADING guide for how to upgrade from 6.5.

    ๐Ÿ‘€ See all changes in the change log.

  • v7.0.0-rc1 Changes

    June 15, 2020

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ Use error level for logging errors in Middleware #2629
    • 0๏ธโƒฃ Disabled IDN support by default and require ext-intl to use it #2675
  • v7.0.0-rc.1 Changes

    June 15, 2020

    ๐Ÿ‘€ See change log for changes.

  • v7.0.0-beta2 Changes

    May 25, 2012

    โž• Added

    • Using Utils class instead of functions in the GuzzleHttp namespace. #2546
    • ClientInterface::MAJOR_VERSION #2583

    ๐Ÿ”„ Changed

    • Avoid the getenv function when unsafe #2531
    • โž• Added real client methods #2529
    • Avoid functions due to global install conflicts #2546
    • ๐Ÿ‘‰ Use Symfony intl-idn polyfill #2550
    • โž• Adding methods for HTTP verbs like Client::get(), Client::head(), Client::patch() etc #2529
    • ConnectException extends TransferException #2541
    • โšก๏ธ Updated the default User Agent to "GuzzleHttp/7" #2654

    ๐Ÿ›  Fixed

    • Various intl icu issues #2626

    โœ‚ Removed

    • Pool option pool_size #2528
  • v7.0.0-beta.2 Changes

    May 25, 2020

    ๐Ÿ‘€ See change log for changes.

  • v7.0.0-beta1 Changes

    December 31, 2019

    โฌ†๏ธ The diff might look very big but 95% of Guzzle users will be able to upgrade without modification. โฌ†๏ธ Please see [the upgrade document](UPGRADING.md) that describes all BC breaking changes.

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Dont allow passing null as third argument to BadResponseException::__construct() #2427
    • ๐Ÿ‘‰ Use SAPI constant instead of method call #2450
    • ๐Ÿ‘‰ Use native function invocation #2444
    • ๐Ÿ‘ Better defaults for PHP installations with old ICU lib 2454
    • โž• Added visibility to all constants #2462
    • Dont allow passing null as URI to Client::request() and Client::requestAsync() #2461
    • ๐Ÿ‘ป Widen the exception argument to throwable #2495

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ Logging when Promise rejected with a string #2311

    โœ‚ Removed

    • ๐Ÿ‘€ Class SeekException #2162
    • RequestException::getResponseBodySummary() #2425
    • CookieJar::getCookieValue() #2433
    • uri_template() and UriTemplate #2440
    • Request options save_to and exceptions #2464
  • v7.0.0-beta.1 Changes

    December 30, 2019

    ๐Ÿš€ First beta release of the 7.x release branch.

    Major changes:

    • ๐Ÿ‘ PSR-18 support
    • โฌ‡๏ธ Dropped PHP 5.x support

    Enjoy!

    ๐Ÿš€ Many thanks to everyone who worked on this release, especially:

  • v6.5.5

    June 16, 2020