Releases: rubrikinc/rubrik-sdk-for-go
Releases · rubrikinc/rubrik-sdk-for-go
Rubrik Go SDK v1.3.0
Rubrik Go SDK v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
Rubrik Go SDK v1.2
Added
- Added support for bootstrapping CCES on AWS and Azure with the immutability flag.
Fixed
- Fixed the examples file for encryption.
- Fixed the .gitignore file to ignore test files.
Rubrik Go SDK v1.1.1
Fixed
- Fixes error
module declares its path as: rubrikcdm
Rubrik Go SDK v1.1.0
Added
- BootstrapCcesAws() will bootstrap a Cloud Cluster Elastic Storage in AWS
- BootstrapCcesAzure() will bootstrap a Cloud Cluster Elastic Storage in Azure
Fixed
- Bootstrap() fixed NTP code so that NTP will be updated properly on newer Rubrik clusters. This is a breaking change for Rubrik clusters older than v5.0.
Rubrik Go SDK v1.0.4
Enhancements
- Prevent potential HTTP connection issues from occurring on long-running jobs
Rubrik Go SDK v1.0.3
New Functions
ConnectAPIToken()
(Issue 40)RecoverFileDownload()
Enhancements
- Go Module support
ConnectEnv()
will not look for a configuredrubrik_cdm_token
environment variable
Rubrik Go SDK v1.0.2
New Functions
DateTimeConversion()
Enhancements
- Allow "/" at the end of the URL in certain situations (#16)
- Specify a
dateTime
value in theExportEC2Instance()
function - Add AHV support to
objectID()
andAssignSLA()
Rubrik Go SDK v1.0.1
CHANGELOG
- improved error handling*
- when possible, return
struct
response instead ofmap[string]interface{}
* - fix bug in
ClusterBootstrapStatus
that would occur when attempting to connect to a Cloud Cluster instance that was just created - fix bug that would occur if the API returned a
slice
instead of amap[string]interface{}
- Added the following functions:
RemoveAWSAccount
UdateAWSNativeAccount
CloudObjectStore
RemoveArchiveLocation
UpdateCloudArchiveLocation
*This is update has several fundamental changes to the SDK that will result in breaking your current v1.0 scripts.