Skip to content

Releases: hetznercloud/hcloud-go

v2.8.0

06 May 09:50
b3d03ea
Compare
Choose a tag to compare

2.8.0 (2024-05-06)

Features

Bug Fixes

  • improve error message format with correlation id (#430) (013477f)

v1.55.0

06 May 09:51
c1aa180
Compare
Choose a tag to compare

1.55.0 (2024-05-06)

Features

  • error: show internal correlation id in error messages (#417) (f7f96a5)
  • implement actions waiter (c4d8be8)
  • require Go >= 1.21 (18adaf6)

Bug Fixes

  • improve error message format with correlation id (1939cfb)

v2.7.2

19 Apr 13:10
d181eb6
Compare
Choose a tag to compare

2.7.2 (2024-04-19)

Bug Fixes

  • creating firewall with rules not working correctly (#412) (43b2bab)

v1.54.1

19 Apr 13:08
88ef99c
Compare
Choose a tag to compare

1.54.1 (2024-04-19)

Bug Fixes

  • creating firewall with rules not working correctly (#414) (2a19325)

v2.7.1

18 Apr 14:48
485f525
Compare
Choose a tag to compare

2.7.1 (2024-04-18)

Bug Fixes

  • setting firewall rules not working correctly (#405) (16daea0)

v1.54.0

18 Apr 14:47
50a3b97
Compare
Choose a tag to compare

1.54.0 (2024-04-18)

Features

  • error: handle wrapped errors in IsError() (64902c5)
  • server: deprecate ServerRescueTypeLinux32 #379 (7337010)

Bug Fixes

  • falsely omitted fields in firewall schema (7f39bfa)

v2.7.0

27 Mar 15:01
5d60db1
Compare
Choose a tag to compare

2.7.0 (2024-03-27)

Features

Bug Fixes

  • falsely omitted fields in firewall schema (#396) (a3509b6)
  • LoadBalancerUpdateServiceOpts not converted correctly (#394) (0f187ce)
  • primary ip assignee id not mapped to nil (#395) (b5fea38)

v2.6.0

09 Jan 14:39
e6fd366
Compare
Choose a tag to compare

2.6.0 (2024-01-09)

Features

  • alias deprecated field to deprecation info struct (#371) (e961be9)
  • instrumentation: allow passing in any prometheus.Registerer (#369) (0821c07)

v2.5.1

13 Dec 08:56
6071420
Compare
Choose a tag to compare

2.5.1 (2023-12-13)

Bug Fixes

  • schema conversion outputs debug messages to stdout (#354) (ade8fbd)

v2.5.0

12 Dec 11:36
24758ae
Compare
Choose a tag to compare

2.5.0 (2023-12-12)

Features

  • add conversion methods from schema to hcloud objects (#343) (6feda4d)
  • add interfaces for client structs (#342) (4f9390f)
  • add missing properties (#349) (c8a28d0)
  • error: include http response in api errors (#320) (9558239)

Bug Fixes