Skip to content

Releases: IBM/appconfiguration-go-sdk

v0.5.9

09 Dec 08:25
ab40613

Choose a tag to compare

Vulnerability fixes

Full Changelog: v0.5.8...v0.5.9

v0.5.8

16 Sep 09:53
bc40f7d

Choose a tag to compare

What's Changed

  • Update examples
  • unify data parser logic for API response and bootstrap

Full Changelog: v0.5.7...v0.5.8

v0.5.7

25 Apr 16:35
a6efc07

Choose a tag to compare

  • Added support for 4 additional segment operators and their evaluation. isNot, notContains, notStartsWith, notEndsWith.
  • Added IsConnected() function which returns status of SDK client and server connection as boolean.
  • Fixed vulnerable packages.
  • The region constants are discouraged and it is advised to check the region link in README.md.
  • bug fixes

BREAKING CHANGE

  • The minimum supported go version is go1.23.4

Full Changelog: v0.5.6...v0.5.7

v0.5.6

17 Jan 04:32
458cc00

Choose a tag to compare

Fixed vulnerabilities in go packages:-

  • net
  • crypto

v0.5.5

23 Dec 12:16
36d923f

Choose a tag to compare

Added support for Toronto, Tokyo and Osaka regions

Full Changelog: v0.5.4...v0.5.5

v0.5.4

18 Nov 05:22
81bd82c

Choose a tag to compare

update dependencies

Full Changelog: v0.5.3...v0.5.4

v0.5.3

22 Mar 10:00
6899d86

Choose a tag to compare

What's Changed

  • add support for eu-de region

Full Changelog: v0.5.2...v0.5.3

v0.5.2

22 Feb 07:28
4bf2a8b

Choose a tag to compare

Vulnerability fixes for golang.org/x/crypto package

What's Changed

Vulnerability fixes for golang.org/x/crypto package

  • CVE-2023-48795 (Medium) detected in golang.org/x/crypto-v0.14.0
  • CVE-2023-48795 (Moderate) detected in golang.org/x/crypto

Full Changelog: v0.5.1...v0.5.2

v0.5.1

30 Oct 13:39
2f49034

Choose a tag to compare

bump dependencies

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Sep 11:58
6ac9a9b

Choose a tag to compare

  • JSON format of the bootstrap file is changed. New JSON format of the bootstrap file should be created using App Configuration CLI plugin command ibmcloud ac export. See here.
  • bump dependencies
  • removed deprecated param of SetContext method
  • code optimisation

More details in PR #33

Full Changelog: v0.4.2...v0.5.0