Skip to content

Releases: IBM-Cloud/ibm-cloud-cli-sdk

v1.4.0

14 May 19:33
bfe8b18
Compare
Choose a tag to compare

Change Logs

Breaking Changes

  • Cloud Foundry support is removed

Other Changes

  • Updated go version to 1.22
  • Updated dependencies

v1.3.0

14 Mar 16:06
3328259
Compare
Choose a tag to compare

Change Logs

Core Config Changes

  • Added TypeOfSSO to store the single sign-on preference for the user. manual which is the existing behavior that asks the user to copy a token for the login, or auto that completes the copy step for the user.

v1.2.0

01 Dec 20:10
794e07b
Compare
Choose a tag to compare

Change Logs

Plugin API Changes

  • Added PaginationURLs to store the pagination URLs and their last index to improve pagination time

Other Changes

  • Updated go version to 1.21

v1.1.2

24 Oct 15:10
f807cfb
Compare
Choose a tag to compare

Change Logs

Other changes

v1.1.1

15 Sep 17:28
696883d
Compare
Choose a tag to compare

Change Logs

Other changes

  • Updated golang.org/x/net to resolve CVE-2023-3978
  • Added Building section in developer guide to explain how to build against different architectures

v1.1.0

07 Jun 21:34
14d2e08
Compare
Choose a tag to compare

Defects fixing:

  • Better handle high throughput of REST requests

Plugin API changes:

  • Adds CSV option for table output

v1.0.3

03 Apr 20:55
3802224
Compare
Choose a tag to compare

Defects fixing:

  • Fixed locking of configuration file on Windows

v1.0.2

22 Mar 17:12
9cca421
Compare
Choose a tag to compare

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

31 Oct 15:31
d415846
Compare
Choose a tag to compare

Defects fixing

  • Upgrade golang.org/x/text package to v0.4.0
  • Used messageID as fallback message for translation if translation is missing

v1.0.0

05 Oct 21:39
3506136
Compare
Choose a tag to compare

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.