Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 3guboff/go-cloudstack

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xanzy#108 from xanzy/svh/b-http-client

Fix the transport so connections are managed correctly

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xanzy#107 from xanzy/f-4.11.2.0

Update to support CloudStack 4.11

v2.3.4

Toggle v2.3.4's commit message
Update secondarystoragetotal field to float64 for Cloudstack 4.11.1.0 (

…xanzy#101)

After Cloudstack 4.11.1.0 the secondarystoragetotal field was changed
from Long to Float in Cloudstack in apache/cloudstack#2439.
Changing this in the generated client seems safe and backward compatible
because long values will still be parsed correctly as a float64.

v2.2.1

Toggle v2.2.1's commit message
Update secondarystoragetotal field to float64 for Cloudstack 4.11.1.0 (

…xanzy#101)

After Cloudstack 4.11.1.0 the secondarystoragetotal field was changed
from Long to Float in Cloudstack in apache/cloudstack#2439.
Changing this in the generated client seems safe and backward compatible
because long values will still be parsed correctly as a float64.

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make sure we treat `OutOfBandManagementResponse` correctly (xanzy#97)

v2.3.2

Toggle v2.3.2's commit message
Update the generated code using the correct layout

v2.3.1

Toggle v2.3.1's commit message
Update to support CloudStack 4.9.3

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update encoding of 'details' maps (xanzy#86)

Update encoding of 'details' maps

v2.2.0

Toggle v2.2.0's commit message
Tweak the CustomService (xanzy#83)

v2.1.7

Toggle v2.1.7's commit message
Make sure the FirewallService works with old CS version (xanzy#72)