Skip to content

Releases: hetznercloud/hcloud-go

v1.23.1

03 Nov 10:26
e69e501
Compare
Choose a tag to compare
  • Add removed ErrorCodeServerAlreadyAttached again

v1.23.0

03 Nov 10:16
136661f
Compare
Choose a tag to compare
  • Add missing constants for all resource specific error codes
  • Expose metrics for Servers and Load Balancers
  • Add support for vSwitch Subnetworks

v1.22.0

26 Aug 12:57
3823970
Compare
Choose a tag to compare
  • Add PrimaryDiskSize Field to Server

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)