Skip to content

Releases: hetznercloud/hcloud-go

v2.23.0

08 Sep 10:17
016b8a4
Compare
Choose a tag to compare

Features

  • expose account currency information (#695)
  • add category property to server type (#717)

Bug Fixes

  • primary-ip: labels not clearable (#699)

v2.22.0

11 Jul 09:24
f58c028
Compare
Choose a tag to compare

Features

  • firewall: add applied_to_resources property (#667)
  • add missing error codes (#671)

v2.21.1

03 Jun 09:41
ea215ce
Compare
Choose a tag to compare

Bug Fixes

  • add arg name in missing or invalid argument errors (#652)

v2.21.0

27 Mar 11:49
f8b0798
Compare
Choose a tag to compare

Features

  • consistent argument errors (#637)

Bug Fixes

  • http transport ignored when using instrumentation (#642)

v2.20.1

20 Mar 09:35
07993e1
Compare
Choose a tag to compare

Bug Fixes

  • panic when a request did not set the OpPath for instrumentation (#635)

v2.20.0

19 Mar 16:29
69152df
Compare
Choose a tag to compare

In this release, the api_endpoint metric labels changed for all our API requests. Please make sure to update your setup if you were relying on them. The new labels are now easier to understand, see the example below:

  • the path /volumes/64314930 now has the label /volumes/- instead of /volumes/
  • the path /volumes/64314930/actions/resize now has the label /volumes/-/actions/resize instead of /volumes/actions/resize

Features

  • support go v1.24 (#604)
  • drop go v1.21 (#604)
  • exp: remove sliceutil package (#610)
  • drop go v1.22 (#602) (#621)
  • redefine api_endpoint metric labels (#626)

Bug Fixes

  • request in batches of 25 when waiting for actions (#611)
  • missing response from requests return values (#613)
  • move primary ip client request/response structs to schema package (#633)

v2.19.1

04 Feb 09:31
9792cd2
Compare
Choose a tag to compare

2.19.1 (2025-02-03)

Bug Fixes

  • ignore nil backoff function when configuring poll or retry options (#587) (8d1b665)

v2.19.0

30 Jan 11:06
daf450c
Compare
Choose a tag to compare

2.19.0 (2025-01-30)

Features

  • add deprecated_api_endpoint error code (#582) (de07960)
  • update ActionClient for actions list removal (#583) (cf2d426)

v2.18.0

22 Jan 10:37
a07df4e
Compare
Choose a tag to compare

2.18.0 (2025-01-22)

Features

Bug Fixes

  • allow getting resources with number as name (#571) (b743a33)

v2.17.1

17 Dec 15:05
5e42e6f
Compare
Choose a tag to compare

2.17.1 (2024-12-17)

Bug Fixes

  • missing load-balancers property in network schema (#568) (103cf5e)