Releases: Foxentry/php-sdk
Releases · Foxentry/php-sdk
v2.3.1
v2.3.0
Release notes:
-
BREAKING: new request instance is created for each request
- endpoint is now an ApiClient method instead of property - new usage is
api->email()
instead ofapi->email
- options and other settings are not persisted between calls anymore
- endpoint is now an ApiClient method instead of property - new usage is
-
User agent header was changed in an effort to switch to an unified structure across all of our API SDKs
-
Removed vendor folder from the repository
-
Added Github action to run tests automatically
v2.2.0
- "Resources" namespace renamed to "Resource"
- exceptions handlers
Full Changelog: v2.1.1...v2.2.0
v2.1.1
- Updating request headers name
Note
Response class methods getDailyCreditsLeft and getDailyCreditsLimit won't work anymore in the previous version of the library.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- fix of wrong composer type
- handling local exceptions bugfix
- added setAuth method
- response headers support
Full Changelog: v2.0.1...v2.1.0
v2.0.1
- Email resource - added support for the array as an input parameter
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- Initial release of the library for the new Foxentry API 2.0