Skip to content

Releases: apache/cloudstack-go

v2.15.0

04 Apr 09:10
3995b5e

Choose a tag to compare

Support for Apache Cloudstack 4.18

Full changelog: v2.14.0...v2.15.0

v2.14.0

31 Mar 06:44
f4cfaae

Choose a tag to compare

Support for Apache Cloudstack 4.17

Fixes around APIs support, value encoding, and generate

Full changelog: v2.13.2...v2.14.0

v2.13.2

13 Jun 03:58
396c624

Choose a tag to compare

Updated for 4.16.1 with test fixes

  • Update test parsing to ensure ID is present

v2.13.1

18 May 07:16
f8fbd00

Choose a tag to compare

Updated for 4.16.1 with a minor fix

  • Fix wrong label for listdomainchildren

v2.13.0

22 Apr 05:59
c2b1969

Choose a tag to compare

Support for Apache Cloudstack 4.16.1.0

  • Updating to 4.16.1
  • Autogenerate tests
  • Add support for getUserKeys
  • Fix listVPCs unmarshall error when a VPC has network tiers attached

Full Changelog: v2.12.0...v2.13.0

v2.12.0

03 Dec 10:18
71cd5ea

Choose a tag to compare

Support for Apache Cloudstack 4.16.0.0

  • Support 4.x compatibility for change in Managementserverid type in API response
  • Add additional tests for resource operations and services
  • Fix GetUploadParamsForVolume, GetUploadParamsForTemplate
  • Added interfaces for better operability, mocking and testing
  • Added support for getters in *Params
  • Added the ability to configure the http client timeout
  • Update documentation / README

v2.11.0

19 Oct 06:38
78fa5e4

Choose a tag to compare

Support for Apache Cloudstack 4.15.2.0

  • Fix generator to handle API parameter type changes for 4.15.2
  • Add tests for resource operations and services
  • Update documentation / README
  • Add WithListall helper function

v2.10.0

13 Sep 14:44
v2.10.0

Choose a tag to compare

Support for Apache Cloudstack 4.15.1.0.

  • Fix generator for multiple network interfaces instance. [/pull/7]
  • Fix HostService mapping [/pull/6]
  • Updated README.md
  • Fix json tag for listVirtualMachinesMetrics [