Releases: UpCloudLtd/upcloud-go-api
Releases · UpCloudLtd/upcloud-go-api
v8.37.0
v8.36.1
Fixed
- changelog: add missing changelog entry omitted from the
v8.36.0tag
v8.36.0
Added
- server, host: add
int64host identifier fields for safe JSON handling on 32-bit builds
Deprecated
- server, host:
inthost identifier fields in favor of theint64alternatives
v8.35.0
Added
- load-balancer: Add http_rewrite_path and http_rewrite_uri actions
v8.34.3
Added
- object-storage: Support force query parameter in
request.DeleteManagedObjectStorageRequest.
v8.34.2
Fixed
- network: Add workaround for clearing
DHCPDnsfield when modifyingIPNetworks.
v8.34.1
Fixed
- load-balancer:
ModifyLoadBalancerCertificateBundleRequestintermediatesfield marshals to null, if set to a pointer to empty string
v8.34.0
Added
- price: add new
PricesByZonetype (map-based structure) for easier access to prices without reflection - service: add new
GetPricesByZonefunction for retrieving price information organized by zone and item name
Deprecated
- price: deprecate
PriceZoneandPriceZonestypes in favor ofPricesByZone - service: deprecate
GetPriceZonesfunction in favor ofGetPricesByZone
v8.33.0
Added
- managed object storage: add support for policy versions
Fixed
- account: improve parsing of
Firewallfield inBillingResourceDetailto handle both string and float64 types
v8.32.0
Removed
- file-storage: remove
SharesfromModifyFileStorageRequestandReplaceFileStorageRequest - file-storage: remove
PathfromModifyFileStorageShareRequest
Added
- file-storage: add File Storage Share ACL management support
- file-storage: add
Deletingboolean toFileStorageSharein upcloud package - file-storage: add
FileStorageShareto request package - file-storage: add
GetFileStorageCurrentStatemethod for getting the effective state of the service
Changed
- file-storage: rename
FileStorageACLtoFileStorageShareACLand related constants accordingly in upcloud package