- Added
ConnectionException
andHttpException
subclasses toAPIError
to allow distinction between HTTP and connection errors. Retained naming and namespace to prevent breaking changes. - Moved development namespace in
composer.json
toautoload-dev
. - Added a changelog.
- Added
proxy
option to the constructor. See https://docs.guzzlephp.org/en/stable/request-options.html#proxy for available parameters.