Releases: Cryptolens/cryptolens-python
v_33: Update the API endpoint
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
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
- 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