Releases: CloudBoltSoftware/cloudbolt-go-sdk
Releases · CloudBoltSoftware/cloudbolt-go-sdk
CloudBolt Client v1.1.1
Updated code to handle the new response format of the Run Action API, the provider code now handles the following:
- Synchronous action run.
- Asynchronous action run, Job return.
- Asynchronous action run, Order return.
CloudBolt Client v1.1.0
Added Parameters to Resource Action Client, these parameters are now passed when invoking the CB resource action.
Added Onefuse SDK.
Added Client To Get CloudBolt Resource By ID.
CloudBolt Client v1.0.1
Added client for Resource Handller
CloudBolt Client v1.0.1-rc.1
Added client for Resource Handller
CloudBolt Client v1.0.0
- Updated to use CloudBolt API v3
CloudBolt Client v1.0.0-rc.1
- Updated to use CloudBolt API v3
CloudBolt Client v0.4.0
Features 🎉
First official release of the CloudBolt Golang SDK!
- Basic CloudBolt API interface for:
- Fetching objects
- Creating orders
- Decommissioning resources
- Documentation for getting started.
Fixes 🛠
- Since v0.3.0 fixed an issue where POST requests would fail if the Client did not already have an API token due to how request were wapped in some auth-retry logic.