Skip to content

1.1

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 14 Apr 22:38
· 12 commits to main since this release
d18e801
  • Added support for PHP 8.0
  • The signatures of the following methods have changed
    • GuzzleApiClient::with(string $accountName, string $apiKey, 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 $accountName, string $apiKey, ClientInterface $client, RequestFactoryInterface $requestFactory)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying HTTP client,
        configure it directly.