Releases: DataCrunch-io/datacrunch-python
Releases · DataCrunch-io/datacrunch-python
v1.6.1
- Added spot price to instance types
v1.6.0
- Added locations endpoint and location code parameter to the availability endpoints
v1.5.0
- Added location constants
- Refactored the code to send
location_code
instead of location
when creating an instance or a volume
v1.4.1
- Fixed a bug where token refresh failed
v1.4.0
- 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
- Added support for volume cloning
v1.2.0
- Added support for deploying a new instance with existing volumes
v1.1.2
- Fixed bug where the wrong property name was used
v1.1.1
- Fixed a bug where the authentication refresh token flow did not update the token values
v1.1.0
- 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