Skip to content

hcloud-rust v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 09:17

Update to current state of Hetzner's API description.

Changes in the release:

  • BREAKING: Represent nullable values which are not required by double options
    (Option<Option<T>>).
  • BREAKING: Add architecture to ServerType, Image and Iso
  • BREAKING: Add included_traffic to ServerType
  • BREAKING: Rename AddTargetRequestIp to LoadBalancerTargetIp
  • BREAKING: Switch IDs to i64
    On September 1st 2023, Hetzner will start using 52 bits for IDs, so 32 bits are no longer
    sufficient. Details are described in a deprecation notice on https://docs.hetzner.cloud/ .
  • Use OpenAPI Generator version 6.6.0 for code generation
  • Update docstrings