Releases: hetznercloud/hcloud-go
Releases · hetznercloud/hcloud-go
v1.23.1
- Add removed
ErrorCodeServerAlreadyAttached
again
v1.23.0
- Add missing constants for all resource specific error codes
- Expose metrics for Servers and Load Balancers
- Add support for vSwitch Subnetworks
v1.22.0
- Add
PrimaryDiskSize
Field toServer
v1.21.1
- Don't send
Authorization
Header whenWithToken
was not called
v1.21.0
- Add
IncludeDeprecated
Field toImageListOpts
v1.20.0
v1.19.0
- Fix nil pointer dereference when creating a Load Balancer with HTTP(S)
service and not providing HTTP-specific options - Add
IncludedTraffic
,OutgoingTraffic
andIngoingTraffic
fields toLoadBalancer
- Add
ChangeType()
method to the Load Balancer client - Fix retrying of requests that contain a body