Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Releases: lsymds/hetznercloud-py

v1.1.1

02 Sep 10:07
Compare
Choose a tag to compare
  • Adds new server type constants
  • Adds new image constants
  • Parses the IP field from the created floating IP API calls
  • Fixes the cloud-init documentation.

v1.1.0

23 Jun 20:18
Compare
Choose a tag to compare

Allows new datacenters to be created in any datacenter in a selected location. See pull request 16.

v1.0.4

16 Jun 22:24
Compare
Choose a tag to compare

Adds the new image type constants. See pull request 17.

v1.0.3

21 May 21:55
Compare
Choose a tag to compare

Fixes an issue with the 8GB server constants having the wrong type. See issue 15

v1.0.2

30 Apr 20:37
Compare
Choose a tag to compare
  • Updated the README to show supported Python version and this changelog section.
  • Fixed an issue with status codes returned from server actions.
  • Fixed an issue where the body is null when sending a POST request.
  • Added the new Helsinki DC as a constant.
  • Added a check to the shared API requestor that checks for the 429 rate limited status code and returns a suitable exception.
  • Added an alias for datacenters, as my Britishness got the best of me when creating this library.

Increase version

11 Mar 20:21
Compare
Choose a tag to compare
v1.0.1

Upgrade version

1.0.0 - Adds dependencies to PyPi package

11 Mar 19:50
Compare
Choose a tag to compare

Changes from distutils to setuptools and adds the package dependencies.