Skip to content

Releases: Cryptolens/cryptolens-python

v_33: Update the API endpoint

22 Mar 08:45

Choose a tag to compare

The base address of the API was changed from app.cryptolens.io to api.cryptolens.io.

Note: for corporate clients or those with strict firewall rules, please notify them to whitelist the IPs on the following page: https://help.cryptolens.io/security/api-ip[](https://github.com/)

v_32: Event registration and data object methods

02 Nov 09:57

Choose a tag to compare

Add the following methods:

  • get_events
  • register_event
  • add_data_object_to_key
  • remove_data_object_to_key
  • add_data_object_to_machine
  • remove_data_object_to_machine
  • list_machine_data_objects
  • list_key_data_objects

Thanks to @synominit for the data object related methods.

v_31: Add support for feature templates

26 Mar 16:08

Choose a tag to compare

v_30: Update CreateKey to support automatic customer creation

05 Jan 09:57

Choose a tag to compare

Support automatic customer creation in CreateKey

v_29: Add unblock key method

04 Jan 18:16

Choose a tag to compare

Add unblock key method

v_28: Update Helpers.IsOnRightMachine to be compatible with ModelVersion 3

30 Nov 15:42

Choose a tag to compare

Fix an issue with Helpers.IsOnRightMachine for floating (using ModelV…

v_27: New methods in Key class, updated behaviour of activated machines, Payment Form methods

30 Nov 10:51

Choose a tag to compare

The major change is the introduction of the latest model used in Key.activate and Key.get_key. You can read more about it here. Below is an excerpt from the Web API Docs about ModelVersion 3:

This model has a few changes. First, we have added a Reseller object to the LicenseKey. Secondly, we have made sure that all node-locked and floating licenses are returned (unless field masking is used). We added FloatingExpires to ActivatedMachines so that you can check when the activation was set to expire (note, this value can be overridden when calling this method with a different FloatingTimeInterval).

v_26: Fix a typo that would give an error when calling the Web API

25 Sep 16:05
79b531e

Choose a tag to compare

v_25: Update the name of verify_SSL parameter

24 Sep 18:34

Choose a tag to compare

v_24: Fix parameters in CreateKey + add option to run without SSL check

24 Sep 18:27

Choose a tag to compare