Skip to content

Releases: Foxentry/php-sdk

v2.3.1

30 Aug 13:55
Compare
Choose a tag to compare

Release notes:

  • Hotfix: allow constructing ApiClient without an API key

v2.3.0

30 Aug 13:22
Compare
Choose a tag to compare

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 of api->email
    • options and other settings are not persisted between calls anymore
  • 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

13 Dec 16:30
ec27b12
Compare
Choose a tag to compare
  • "Resources" namespace renamed to "Resource"
  • exceptions handlers

Full Changelog: v2.1.1...v2.2.0

v2.1.1

14 Nov 14:46
Compare
Choose a tag to compare
  • 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

08 Nov 17:14
9ee789f
Compare
Choose a tag to compare
  • 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

25 Sep 12:29
Compare
Choose a tag to compare
  • Email resource - added support for the array as an input parameter

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Sep 14:36
Compare
Choose a tag to compare
  • Initial release of the library for the new Foxentry API 2.0