github HenningHolmDE/hcloud-rust v0.7.0
hcloud-rust v0.7.0

latest releases: v0.21.0, v0.20.1, v0.20.0...
pre-release3 years ago

Update to current state of Hetzner's API description.

Changes in the release:

  • Introduced new types LabelSelector and ResourceId to reduce duplication
  • Renamed the existing Protection type to ServerProtection, introduced a new Protection type for use in other types
  • Renamed the Service type to LoadBalancerService for more clarity
  • Renamed multiple types according to the Hetzner naming scheme:
    • PrivateNetLoadBalanceLoadBalancerPrivateNet
    • PublicNetLoadBalancerLoadBalancerPublicNet
    • PrivateNetServerServerPrivateNet
    • PublicNetServerServerPublicNet
  • LoadBalancerService.health_check is now of type LoadBalancerServiceHealthCheck instead of serde_json::Value
  • Adapted to several minor type changes from upstream, in particular the type of some id fields changed from string to integer
  • Updated many docstrings

Don't miss a new hcloud-rust release

NewReleases is sending notifications on new releases.