Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 969 Bytes

Changelog

2.0 - 2021-04-18

  • Dropped support for PHP <7.4
  • Removed the GuzzleApiClient implementation, because Guzzle implements PSR-18 since release 7.0. If you used the GuzzleApiClient, please refer to the updated installation instructions in the README.

1.1 - 2021-04-18

  • 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.
    • `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.

1.0 - 2019-01-24

Initial release