Skip to content

v2.3.0

Choose a tag to compare

@Pryx Pryx released this 30 Aug 13:22
· 14 commits to main since this release

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