Skip to content

Releases: UpCloudLtd/upcloud-go-api

v8.37.0

20 May 10:07
3fa613d

Choose a tag to compare

Added

  • file-storage: add Encrypted field to request.CreateFileStorageRequest and upcloud.FileStorage structs.

v8.36.1

07 May 11:39
9afdac3

Choose a tag to compare

Fixed

  • changelog: add missing changelog entry omitted from the v8.36.0 tag

v8.36.0

07 May 11:28

Choose a tag to compare

Added

  • server, host: add int64 host identifier fields for safe JSON handling on 32-bit builds

Deprecated

  • server, host: int host identifier fields in favor of the int64 alternatives

v8.35.0

18 Mar 15:34
1803e0f

Choose a tag to compare

Added

  • load-balancer: Add http_rewrite_path and http_rewrite_uri actions

v8.34.3

06 Feb 10:49
835396b

Choose a tag to compare

Added

  • object-storage: Support force query parameter in request.DeleteManagedObjectStorageRequest.

v8.34.2

04 Feb 09:30
c7ebdf2

Choose a tag to compare

Fixed

  • network: Add workaround for clearing DHCPDns field when modifying IPNetworks.

v8.34.1

22 Jan 09:32
57aa57e

Choose a tag to compare

Fixed

  • load-balancer: ModifyLoadBalancerCertificateBundleRequest intermediates field marshals to null, if set to a pointer to empty string

v8.34.0

14 Jan 09:44
e32ed35

Choose a tag to compare

Added

  • price: add new PricesByZone type (map-based structure) for easier access to prices without reflection
  • service: add new GetPricesByZone function for retrieving price information organized by zone and item name

Deprecated

  • price: deprecate PriceZone and PriceZones types in favor of PricesByZone
  • service: deprecate GetPriceZones function in favor of GetPricesByZone

v8.33.0

29 Dec 14:26
bf50647

Choose a tag to compare

Added

  • managed object storage: add support for policy versions

Fixed

  • account: improve parsing of Firewall field in BillingResourceDetail to handle both string and float64 types

v8.32.0

18 Dec 14:31
8a47510

Choose a tag to compare

Removed

  • file-storage: remove Shares from ModifyFileStorageRequest and ReplaceFileStorageRequest
  • file-storage: remove Path from ModifyFileStorageShareRequest

Added

  • file-storage: add File Storage Share ACL management support
  • file-storage: add Deleting boolean to FileStorageShare in upcloud package
  • file-storage: add FileStorageShare to request package
  • file-storage: add GetFileStorageCurrentState method for getting the effective state of the service

Changed

  • file-storage: rename FileStorageACL to FileStorageShareACL and related constants accordingly in upcloud package