hcloud-go icon indicating copy to clipboard operation
hcloud-go copied to clipboard

A Go library for the Hetzner Cloud API

Results 14 hcloud-go issues
Sort by recently updated
recently updated
newest added

This property was previously missing, although it was already used in VolumeCreateOpts. It's now a string pointer with common values (ext4 and xfs) available as string constants. (cherry picked from...

Feature

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | | patch | `v1.58.1` -> `v1.58.2` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)...

Closes #311 Implement a retry handler to retry requests based on an internal retry policy. The retry policy will evolve over time to cover more use cases, but for now...

- The exponential back off is now capped to 24s, - The exponential back off now has some additional jitter. https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/