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

5 hours ago

Update to current state of Hetzner's API description.

Changes in the release:

  • BREAKING: Rename datacenter to data_center in functions and type names
  • BREAKING: Rename several types and functions related to storage boxes and snapshots after upstream changes
  • BREAKING: Remove home directory from UpdateAccessSettingsRequest
  • BREAKING: Rename snapshot_id in RollbackSnapshotRequest to snapshot and change type to String to allow using names.
  • BREAKING: Add sorting parameters to storage box API
  • BREAKING: Add optional labels to CreateSnapshotRequest
  • BREAKING: Change type of storage box statistics values from i32 to i64
  • BREAKING: Remove some layers of Option<T> for types used by the subaccount and snapshot APIs
  • BREAKING: Change r#type filter of GetMetricsFor... request types from String to Vec<String> to allow requesting multiple metrics at once
  • Add API to change storage box home directory
  • Add new API endpoint `update_records_of_rrset()´ to update resource records' comments of an existing RRSet in a zone
  • Doc: Several docstring updates

Don't miss a new hcloud-rust release

NewReleases is sending notifications on new releases.