Skip to content

Releases: apache/cloudstack-go

v2.15.0

Choose a tag to compare

@shwstppr shwstppr released this 04 Apr 09:10
3995b5e

Support for Apache Cloudstack 4.18

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

v2.14.0

Choose a tag to compare

@shwstppr shwstppr released this 31 Mar 06:44
f4cfaae

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

Choose a tag to compare

@davidjumani davidjumani released this 13 Jun 03:58
396c624

Updated for 4.16.1 with test fixes

  • Update test parsing to ensure ID is present

v2.13.1

Choose a tag to compare

@davidjumani davidjumani released this 18 May 07:16
f8fbd00

Updated for 4.16.1 with a minor fix

  • Fix wrong label for listdomainchildren

v2.13.0

Choose a tag to compare

@davidjumani davidjumani released this 22 Apr 05:59
c2b1969

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

Choose a tag to compare

@davidjumani davidjumani released this 03 Dec 10:18
71cd5ea

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

Choose a tag to compare

@Pearl1594 Pearl1594 released this 19 Oct 06:38
78fa5e4

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

Choose a tag to compare

@pdion891 pdion891 released this 13 Sep 14:44
v2.10.0

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 [