Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Releases: php-http/guzzle6-adapter

v2.0.2

02 Mar 10:54
@dbu dbu
v2.0.2
Compare
Choose a tag to compare

Added

  • Add Support for PHP 8
    This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8. If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18. If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the guzzle7-adapter instead of this repository.

v2.0.1

16 Dec 14:45
@dbu dbu
v2.0.1
Compare
Choose a tag to compare

Fixed

  • \Http\Adapter\Guzzle6\Client::sendRequest no longer throws any exceptions that do not implement
    the PSR exception interface.

    Instead of \UnexpectedValueException we now throw Http\Adapter\Guzzle6\Exception\UnexpectedValueException
    (which extends \UnexpectedValueException and implements Psr\Http\Client\ClientExceptionInterface).

    Instead of \RuntimeException we now throw Http\Client\Exception\TransferException
    (which extends \RuntimeException and implements Psr\Http\Client\ClientExceptionInterface).

v2.0.0 - Implementing PSR-18

14 Nov 10:03
v2.0.0
1e170d9
Compare
Choose a tag to compare

This major release drops PHP 5.x support and implements HTTPlug 2.0/PSR-18.

v1.1.1

10 May 06:16
@dbu dbu
Compare
Choose a tag to compare
  • fix regression with creating the adapter without an explicit guzzle client

v1.1.0

09 May 21:44
v1.1.0
c7a1c6b
Compare
Choose a tag to compare
Add config factory method

First stable release

26 Jan 20:40
Compare
Choose a tag to compare
Merge pull request #29 from php-http/stable_release

Prepare stable release

Added Puli bindings

17 Dec 15:55
Compare
Choose a tag to compare
v0.2.1

Prepare release

Added Async support

15 Dec 16:51
Compare
Choose a tag to compare
v0.2.0

Merge pull request #14 from php-http/promise-exception