Releases: hetznercloud/hcloud-go
Releases · hetznercloud/hcloud-go
v2.23.0
Features
- expose account currency information (#695)
- add category property to server type (#717)
Bug Fixes
- primary-ip: labels not clearable (#699)
v2.22.0
Features
- firewall: add
applied_to_resources
property (#667)
- add missing error codes (#671)
v2.21.1
Bug Fixes
- add arg name in missing or invalid argument errors (#652)
v2.21.0
Features
- consistent argument errors (#637)
Bug Fixes
- http transport ignored when using instrumentation (#642)
v2.20.1
Bug Fixes
- panic when a request did not set the OpPath for instrumentation (#635)
v2.20.0
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
2.19.1 (2025-02-03)
Bug Fixes
- ignore nil backoff function when configuring poll or retry options (#587) (8d1b665)
v2.19.0
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
2.18.0 (2025-01-22)
Features
Bug Fixes
- allow getting resources with number as name (#571) (b743a33)
v2.17.1
2.17.1 (2024-12-17)
Bug Fixes
- missing load-balancers property in network schema (#568) (103cf5e)