Skip to content

hcloud-rust v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 17:33

Update to current state of Hetzner's API description.

Changes in the release:

  • BREAKING: Add deprecation field to Iso
    Note: The old string field deprecated is now considered deprecated.
  • BREAKING: Field type of Iso is now optional
  • BREAKING: Field algorithm of CreateLoadBalancerRequest is now optional
  • BREAKING: Field name of ReplaceVolumeRequest is now optional
  • Use OpenAPI Generator version 7.0.1 for code generation
  • Doc: Remove note about missing vSwitch connection
  • Doc: Specify unit of cookie_lifetime as seconds
  • Doc: Clarify that resources are detached during server deletion
  • Doc: Minor docstring updates