Skip to content

hcloud-rust v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 10:04

Update to current state of Hetzner's API description.

Changes in the release:

  • BREAKING: Type of HealthStatus.status is now Option<health_status::Status> instead of Option<String>
  • BREAKING: _type struct fields are renamed to ideomatic r#type
  • Code generation using OpenAPI Generator 6.2.0
  • Minor docstring changes