Releases: IBM-Cloud/ibm-cloud-cli-sdk
Releases · IBM-Cloud/ibm-cloud-cli-sdk
v1.0.3
Defects fixing:
- Fixed locking of configuration file on Windows
v1.0.2
Defects fixing:
- Fixed concurrency issues while reading/updating configuration
Other changes:
- Updated golang.org/x/net to 0.7.0
- Updated golang.org/x/crypto to 1.0.0
- Updated Plug-in Guide to include standards for setting the Aliases and Name fields in the
plugin.PlginMetadata
struct
v1.0.1
v1.0.0
Change Logs
Breaking Changes
- Translation filenames must be in the format formats all.[lang].json (eg. all.en_US.json)
Other changes
- Updated go-i18n to v2.2.0
- Added documentation on how to generate new translation files or migrate existing translation files to the new file format.
v0.12.0
Change Logs
Plugin API changes:
- Added
LastSessionUpdateTime
to keep track of the last time the session was updated. - Added
RefreshSession
method to maintain current IAM session.
Other changes
- Added documentation using
RefreshSession
method in developer guide
v0.11.0
v0.10.1
v0.10.0
v0.9.0
v0.8.2
Defects fixing
- Upgrade golang.org/x/crypto package to
v0.0.0-20211202192323-5770296d904e
to address CVE-2020-29652 and CVE-2021-43565 .
Other changes:
- Address gosec false positives