Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 3.69 KB

web-api.md

File metadata and controls

99 lines (54 loc) · 3.69 KB

Web API

3.10.0 (2018-12-17)

Added

  • leasingStrategy property to licenses resource.
  • company query param to users resource

3.9.0 (2018-12-06)

Added

  • Support for referrals.
  • role property to users resource deprecating roles property.

3.8.0 (2018-10-12)

Added

3.7.0 (2018-09-12)

Added

3.6.0 (2018-09-09)

Added

  • Support for bank deposits through dashboard as alternative for credit cards.

3.5.0 (2018-08-06)

Added

  • 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.

3.4.0 (2018-06-25)

Added

3.3.0 (2018-06-09)

Added

Fixed

  • Some minor bug fixes.

3.2.0 (2018-05-28)

Added

Fixed

  • Some minor bug fixes.

3.1.0 (2018-05-21)

Added

  • 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.

Fixed

  • Some minor bug fixes and improvements.

3.0.1 (2018-05-18)

Changed

  • 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 to 0 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.

Fixed

  • Some issues in floating licenses.
  • Other minor bug fixes.

3.0.0 (2018-05-03)

Added

  • Completely new REST API
  • Beautiful API docs