Skip to content

Releases: hetznercloud/hcloud-go

v1.21.1

18 Aug 13:46
83f720d
Compare
Choose a tag to compare
  • Don't send Authorization Header when WithToken was not called

v1.21.0

17 Aug 11:23
c95441c
Compare
Choose a tag to compare
  • Add IncludeDeprecated Field to ImageListOpts

v1.20.0

07 Aug 10:25
Compare
Choose a tag to compare
  • Add support for Load Balancer Label Selector targets
  • Add support for Load Balancer IP targets

v1.19.0

28 Jul 11:59
Compare
Choose a tag to compare
  • Fix nil pointer dereference when creating a Load Balancer with HTTP(S)
    service and not providing HTTP-specific options
  • Add IncludedTraffic, OutgoingTraffic and IngoingTraffic fields to LoadBalancer
  • Add ChangeType() method to the Load Balancer client
  • Fix retrying of requests that contain a body

v1.18.2

06 Jul 07:41
Compare
Choose a tag to compare
  • Retry API requests on conflict error

v1.18.1

25 Jun 13:55
Compare
Choose a tag to compare
  • Make all GetByName methods return nil when an empty name is provided
  • Clarify that filters specified in options for List() calls are not taken
    into account when their value corresponds to their zero value or when
    they are empty.

v1.18.0

22 Jun 09:29
Compare
Choose a tag to compare
  • Add Status field to Volume
  • Add subnet type cloud
  • Add WithHTTPClient option to specify a custom http.Client
  • Add API for requesting a VNC console
  • Add support for load balancers and certificates (beta)

v1.17.0

11 Nov 13:29
Compare
Choose a tag to compare
  • Add Created field to SSHKey

v1.16.0

16 Sep 11:47
Compare
Choose a tag to compare
  • Make IP range optional when adding a subnet to a network
  • Add support for names to Floating IPs

v1.15.1

22 Jul 13:08
Compare
Choose a tag to compare
  • Rename MacAddress to MACAddress on ServerPrivateNet