All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for illuminate collections v9
- Added tests for php 8.1
- Allow psr/cache next versions
- Fix pagination issue
- Added methods to upload and download Attachments of a record
- Added methods to list Notes of a record
- Added changelog file
- Updated
ZohoClient
dependency to v4 - Moved any use of
spatie/enum
to normalconst
- Removed
spatie/enum
dependency to lower the list of dependencies - Removed the
throttle
option. You can pass in a custom http client implementation with a throttle middleware if you need this feature (example: a custom guzzle client with https://github.com/caseyamcl/guzzle_retry_middleware)