Hcloud Go Versions Save

A Go library for the Hetzner Cloud API

v1.55.0

3 weeks ago

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.8.0

3 weeks ago

2.8.0 (2024-05-06)

Features

Bug Fixes

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

v2.7.2

1 month ago

2.7.2 (2024-04-19)

Bug Fixes

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

v1.54.1

1 month ago

1.54.1 (2024-04-19)

Bug Fixes

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

v2.7.1

1 month ago

2.7.1 (2024-04-18)

Bug Fixes

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

v1.54.0

1 month ago

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

2 months ago

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

4 months ago

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

5 months ago

2.5.1 (2023-12-13)

Bug Fixes

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

v2.5.0

5 months ago

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