Releases: Foxentry/js-sdk
Releases · Foxentry/js-sdk
v1.1.1
v1.1.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
-
It is now possible to set IPv6 addresses using the
setClientIPmethod