Skip to content

Releases: hetznercloud/hcloud-python

v1.13.0

16 Jul 10:44
647cd79

Choose a tag to compare

  • Feature: Add support for Firewall Protocols ESP and GRE

  • Feature: Add support for Image Type APP

  • Feature: Add support for creating Firewalls with Firewalls

  • Feature: Add support for Label Selectors in Firewalls

  • Improvement: Improve handling of underlying TCP connections. Now for every client instance, a single TCP connection is used instead of one per call.

  • Note: Support for Python 2.7 and Python 3.5 was removed

v1.12.0

06 Apr 09:00
b28e683

Choose a tag to compare

  • Feature: Add support for managed Certificates

v1.11.0

11 Mar 08:50

Choose a tag to compare

  • Feature: Add support for Firewalls
  • Feature: Add primary_disk_size to Server Domain

v1.10.0

03 Nov 11:09

Choose a tag to compare

  • Feature: Add include_deprecated filter to get_list and get_all on ImagesClient
  • Feature: Add vSwitch support to add_subnet on NetworksClient
  • Feature: Add subnet type constants to NetworkSubnet domain (NetworkSubnet.TYPE_CLOUD, NetworkSubnet.TYPE_VSWITCH)

v1.9.1

11 Aug 14:00
d0cbec5

Choose a tag to compare

  • Bugfix: BoundLoadBalancer serialization failed when using IP targets

v1.9.0

10 Aug 07:24
70059ec

Choose a tag to compare

  • Feature: Add included_traffic, outgoing_traffic and ingoing_traffic properties to Load Balancer domain
  • Feature: Add change_type-method to LoadBalancersClient
  • Feature: Add support for LoadBalancerTargetLabelSelector
  • Feature: Add support for LoadBalancerTargetLabelSelector

v1.8.2

20 Jul 09:23
0dbfa8a

Choose a tag to compare

  • Fix: Loosen up the requirements.

v1.8.1

29 Jun 12:46
2dd6b24

Choose a tag to compare

  • Fix Load Balancer Client.
  • Fix: Unify setting of request parameters within get_list methods.

v1.8.0

23 Jun 07:55
950f1d8

Choose a tag to compare

Attention: Do not use v1.8.0! It contains several bugs regarding Load Balancers. Please use v1.8.1 instead!

  • Feature: Add Load Balancers
  • Feature: Add Certificates

v1.7.1

15 Jun 11:37
2233bb4

Choose a tag to compare

  • Feature: Add requests 2.23 support