Skip to content

Releases: hetznercloud/hcloud-python

v1.7.0

05 Jun 10:55
053e285

Choose a tag to compare

  • Feature: Add support for the optional 'networks' parameter on server creation.
  • Feature: Add python 3.9 support
  • Feature: Add subnet type cloud

v1.6.3

09 Jan 11:30
9c9fe9f

Choose a tag to compare

  • Feature: Add 'created' property to SSH Key domain
  • Fix: Remove ISODatetime Descriptor because it leads to wrong dates

v1.6.2

15 Oct 14:34
7b08021

Choose a tag to compare

  • Fix: future dependency requirement was too strict

v1.6.1

01 Oct 13:31
c6e352c

Choose a tag to compare

  • Fix: python-dateutil dependency requirement was too strict

v1.6.0

17 Sep 07:12

Choose a tag to compare

  • Feature: Add missing get_by_name on FloatingIPsClient

v1.5.0

16 Sep 08:19

Choose a tag to compare

  • Fix: ServersClient.create_image fails when specifying the labels
  • Feature: Add support for name on Floating IPs

v1.4.1

19 Aug 11:41
8ddcb0a

Choose a tag to compare

  • Fix: Documentation for NetworkRoute domain was missing

  • Fix: requests dependency requirement was to strict

v1.4.0

29 Jul 06:19
a2fe67e

Choose a tag to compare

  • Feature: Add mac_address to Server PrivateNet domain

  • Feature: Add python 3.8 support

v1.3.0

10 Jul 13:09
0b9c6b1

Choose a tag to compare

  • Feature: Add status filter for servers, images and volumes
  • Feature: Add 'created' property to Floating IP domain
  • Feature: Add 'Networks' support

v1.2.1

13 Mar 11:22
a17b8eb

Choose a tag to compare

  • Fix: BoundVolume.server server property now casted to the 'BoundServer'.