Skip to content

Releases: DataCrunch-io/datacrunch-python

v1.6.1

02 Oct 09:07
Compare
Choose a tag to compare
  • Added spot price to instance types

v1.6.0

15 Sep 06:10
Compare
Choose a tag to compare
  • Added locations endpoint and location code parameter to the availability endpoints

v1.5.0

28 Jun 06:59
Compare
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
Compare
Choose a tag to compare
  • Fixed a bug where token refresh failed

v1.4.0

14 Jun 14:08
Compare
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
Compare
Choose a tag to compare
  • Added support for volume cloning

v1.2.0

24 Apr 15:01
Compare
Choose a tag to compare
  • Added support for deploying a new instance with existing volumes

v1.1.2

02 Mar 15:43
Compare
Choose a tag to compare
  • Fixed bug where the wrong property name was used

v1.1.1

23 Feb 08:04
Compare
Choose a tag to compare
  • Fixed a bug where the authentication refresh token flow did not update the token values

v1.1.0

20 Jan 13:06
Compare
Choose a tag to compare
  • Added support for checking availability for a spot instance
  • Updated two github actions to run on fixed version of ubuntu because the latest one is missing python 3.6
  • Added more version of python to be used on two github actions