Skip to content

Releases: verda-cloud/sdk-python

v1.7.3

07 Mar 07:20

Choose a tag to compare

v1.7.3 (2025-03-07)

  • Fix type for contract and pricing parameters

v1.7.1

06 Mar 20:02

Choose a tag to compare

v1.7.1 (2025-03-06)

  • Add contract and pricing parameters in datacrunch.instances.create(), for example:
instance = datacrunch.instances.create(
    instance_type='CPU.4V.16G',
    image='ubuntu-24.04',
    ssh_key_ids=ssh_keys_ids,
    hostname='instance-name',
    location='FIN-01',
    description='Test instance',
    is_spot=False,
    pricing='DYNAMIC_PRICE',
)

v1.7.0

21 Nov 16:08
ace9a27

Choose a tag to compare

  • Fix volume.increase_size()
  • Fix volumes.get()

v1.6.1

02 Oct 09:07

Choose a tag to compare

  • Added spot price to instance types

v1.6.0

15 Sep 06:10

Choose a tag to compare

  • Added locations endpoint and location code parameter to the availability endpoints

v1.5.0

28 Jun 06:59

Choose a tag to compare

  • Added location constants
  • Refactored the code to send location_code instead of location when creating an instance or a volume

v1.4.1

20 Jun 13:52
cc7e752

Choose a tag to compare

  • Fixed a bug where token refresh failed

v1.4.0

14 Jun 14:08

Choose a tag to compare

  • Added support for permanent deletion of volumes
  • Added a Volume class method that inits a new Volume instance from a dict
  • Added a few integration tests for permanent deletion of volumes

v1.3.0

25 May 13:47

Choose a tag to compare

  • Added support for volume cloning

v1.2.0

24 Apr 15:01

Choose a tag to compare

  • Added support for deploying a new instance with existing volumes