Skip to content

Releases: Cryptolens/cryptolens-python

v_31: Add support for feature templates

26 Mar 16:08
Compare
Choose a tag to compare

v_30: Update CreateKey to support automatic customer creation

05 Jan 09:57
Compare
Choose a tag to compare
Support automatic customer creation in CreateKey

v_29: Add unblock key method

04 Jan 18:16
Compare
Choose a tag to compare
Add unblock key method

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

30 Nov 15:42
Compare
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
Compare
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
Compare
Choose a tag to compare

v_25: Update the name of verify_SSL parameter

24 Sep 18:34
Compare
Choose a tag to compare

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

24 Sep 18:27
Compare
Choose a tag to compare

v_23: Add CreateKey, AddCustomer and GetProducts

19 Aug 12:34
Compare
Choose a tag to compare

v_22: Add GetMessages and update GetWebAPILog

14 Jul 15:20
15a05ba
Compare
Choose a tag to compare

We have added a way to retrieve messages broadcasted using the Messaging API. Get Web API Log was also updated to so that the first argument is either a list of logs or None (instead of False, which was previously the case).