WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

hcloud-rust v0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 20:37

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