Releases: Cryptolens/cryptolens-python
v_31: Add support for feature templates
- It's now possible to verify additional features (beyond the 8 default features) and define feature hierarchies. You can read more about it here: https://help.cryptolens.io/web-interface/feature-templates
v_30: Update CreateKey to support automatic customer creation
Support automatic customer creation in CreateKey
v_29: Add unblock key method
Add unblock key method
v_28: Update Helpers.IsOnRightMachine to be compatible with ModelVersion 3
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
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
v_25: Update the name of verify_SSL parameter
Fix typo of parameter
v_24: Fix parameters in CreateKey + add option to run without SSL check
v_23: Add CreateKey, AddCustomer and GetProducts
v_22: Add GetMessages and update GetWebAPILog
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).