Skip to content

Releases: hetznercloud/hcloud-go

v1.8.0

07 Aug 10:46
Compare
Choose a tag to compare
  • Add WithPollInterval() option to Client which allows to specify the polling interval
    (issue #92)
  • Add CPUType field to ServerType (issue #91)

v1.7.0

09 May 11:36
Compare
Choose a tag to compare

v1.6.0

13 Apr 10:33
Compare
Choose a tag to compare
  • Add ChangeProtection() to server, Floating IP, and image client
  • Expose protection of servers, Floating IPs, and images

v1.5.0

21 Mar 08:32
Compare
Choose a tag to compare
  • Add GetByFingerprint() to SSH key client

v1.4.0

01 Mar 14:22
Compare
Choose a tag to compare
  • Retry all calls that triggered the API ratelimit
  • Slow down WatchProgress() in action client from 100ms polling interval to 500ms

v1.3.1

14 Feb 05:57
Compare
Choose a tag to compare
  • Make clients using the old error code for ratelimiting work as expected
    (issue #73)

v1.3.0

25 Jan 12:49
Compare
Choose a tag to compare
  • Support passing user data on server creation (issue #70)
  • Fix leaking response body by not closing it (issue #68)

v1.2.0

25 Jan 12:49
Compare
Choose a tag to compare
  • Add WatchProgress() to action client
  • Use correct error code for ratelimit error (deprecated
    ErrorCodeLimitReached, added ErrorCodeRateLimitExceeded)

v1.1.0

25 Jan 12:50
12ad32a
Compare
Choose a tag to compare
  • Add Image field to Server