- Dropped support for PHP <7.4
- Removed the
GuzzleApiClient
implementation, because Guzzle implements PSR-18 since release 7.0. If you used theGuzzleApiClient
, please refer to the updated installation instructions in the README.
- Fixed data being used as URL params for POST and PATCH requests
- The signatures of the following methods have changed
GuzzleApiClient::with(string $clientId, string $clientSecret, GuzzleClientInterface $client = null)
- Removed the
$options
parameter. If you want to modify the behaviour of the underlying GuzzleHTTP client, configure it directly.
- Removed the
- `HttpApiClient::with(string $clientId, string $clientSecret, ClientInterface $client, RequestFactoryInterface $requestFactory)
- Removed the
$options
parameter. If you want to modify the behaviour of the underlying HTTP client, configure it directly.
- Removed the
Initial release