- Support for referrals.
role
property to users resource deprecatingroles
property.
- /v3/me/2fa-secret and /v3/me/2fa-recovery-codes endpoints to allow for two factor authentication.
- /v3/trial-activations/offline-activate endpoint to allow for offline trial activations.
- Support for bank deposits through dashboard as alternative for credit cards.
allowedClockOffset
property to license policies and licenses which can be used to allow license and trial activations on machines where system clocks run behind the network time.- /v3/analytics/activations/app-version endpoint to retrieve activations by app version.
- Distribution API for secure distribution of software applications and release management.
- /v3/users/:id/reset-password-token endpoint to allow implementation of forgot password functionality for custom branded portals.
- /v3/licenses/:id/extend endpoint to allow extension of licenses. Before this only license renewal was allowed.
- Some minor bug fixes.
- /v3/me and /v3/me/licenses endpoints for customer portal.
- Some minor bug fixes.
licensePolicyId
property to licenses which can be used to override the default license policy of a license, inherited through product.requiredMetadataKeys
property to license policies to make it must for a license to have required metadata keys when it is created. The metadata keys will automatically appear for licenses in the dashboard.
- Some minor bug fixes and improvements.
- Each license you create is counted as an activation irrespective of whether it is activated or not (as before). But if license allows more than one activation, then those are only counted when used.
allowedActivations
property in license policies and licenses can now be set to0
also, to allow unlimited activations for any license.- For on-premise floating licenses
allowedFloatingClients
are no more counted as activations, that means floating licenses got more cheaper.
- Some issues in floating licenses.
- Other minor bug fixes.
- Completely new REST API
- Beautiful API docs