Skip to content

Releases: IBM/appconfiguration-go-sdk

v0.3.0

28 Apr 14:47
a5f445e
Compare
Choose a tag to compare

What's new

  • Phased rollout support for feature flags #25

Full Changelog: v0.2.5...v0.3.0

v0.2.5

25 Mar 06:44
3f7899a
Compare
Choose a tag to compare

What's Changed

  • configured retries for failed API calls.
  • bug fixes in metering module. The metering data is re-submitted in-case of server-side failure.
  • fix for not to retry socket dial for invalid apikey.
  • updated example app and its documentation.
  • sanitize the user input. #24

Full Changelog: v0.2.4...v0.2.5

v0.2.4

14 Feb 11:42
4019330
Compare
Choose a tag to compare

What's Changed

  • dependency version update #22

Full Changelog: v0.2.3...v0.2.4

v0.2.3

17 Jan 10:15
8c62595
Compare
Choose a tag to compare

Support for new IBM Cloud region

What's Changed

  • Added support for new IBM cloud region. US-East or Washington DC in #21

Full Changelog: v0.2.2...v0.2.3

v0.2.2

24 Nov 11:11
95ffd2d
Compare
Choose a tag to compare

Dependency update & isEnabled() method code changes with maintaining backward compatibility #18

v1.2.1

10 Nov 08:23
aaecc2f
Compare
Choose a tag to compare

Retract all the version that are v1.x.x

v0.2.1

27 Sep 16:19
ead2f44
Compare
Choose a tag to compare

v0.2.0

09 Sep 13:33
100c957
Compare
Choose a tag to compare

Support for JSON and YAML data types

v0.1.1

01 Jul 13:11
5bf1e50
Compare
Choose a tag to compare
  • Use IBM Core SDK for authentication and HTTP operations.
  • Include Contribution file
  • Document how to run code coverage and code style check
  • Add Unit tests

v0.1.0

28 May 07:39
a694cb3
Compare
Choose a tag to compare
  • Readme Updates
  • Rename identityId and identityAttributes to entityId and entityAttributes.
  • GetFeature and GetProperty method return a error object if invalid argument is passed.