- Drop support for PHP 8.1, PHP 8.2 and PHP 8.3.
- Add Support for PHP 8.4.
- Initial release
- Added client option 'sink' (GuzzleRequestOptions::SINK)
- Fixed null response in exception handling
- Added ClientOptionsModifier classes
- Added type hints for properties
- Update to php 8.1
- Update to guzzle 7.4.5
- Fixed incorrect test namespaces
- Added psalm support
- Added optional parameter to set custom mime type for json encoder
- Added media type constant for application/vnd.api+json
- Fixed null response in exception handling