Skip to content

Releases: IBM/go-sdk-core

v1.0.1

18 Oct 17:50
Compare
Choose a tag to compare

1.0.1 (2019-10-18)

Bug Fixes

  • fixed ConstructHTTPURL to avoid '//' when path segment is empty string (e618205)
  • use go module instead of dep for dependency management; use golangci-lint for linting (58a9cf6)

v1.0.0

04 Oct 14:20
Compare
Choose a tag to compare

1.0.0 (2019-10-04)

Bug Fixes

  • use correct error message for SSL verification errors (a7fe39e)

Documentation

  • Updated README with information about the authentticators (7ef7f24)

Features

  • creds: Search creds in working dir before home (bf4a377)
  • creds: Search creds in working dir before home (fbb900b)
  • disable ssl: Add description on disabling ssl verification (298ec08)

BREAKING CHANGES

  • this release introduces a new authentication scheme

v1.0.0rc1

30 Sep 16:02
3bf64c6
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release
Merge pull request #26 from IBM/mdk/multi-valued-form-parts

Allow multiple form parts with the same key

v0.9.0

24 Sep 15:11
Compare
Choose a tag to compare

0.9.0 (2019-09-24)

Features

  • creds: Search creds in working dir before home (bf4a377)
  • disable ssl: Add description on disabling ssl verification (298ec08)

v0.8.0

16 Sep 19:36
Compare
Choose a tag to compare

0.8.0 (2019-09-16)

Features

v0.5.0

29 Aug 19:49
Compare
Choose a tag to compare

0.5.0 (2019-08-29)

Bug Fixes

  • auth: Addressed review comments (4c7c589)
  • token manager: Fix rounding error in IAM token manager (3f63a1c)
  • updated copyright statements; made selected functions/structs private (7ecd626)

Features

  • auth: Add support for new authentication API (a26429a)
  • auth: support case-insensitive auth type values in external config (5a8b447)
  • base service: read service-level properties from external config (f83494e)

v0.7.0

07 Sep 18:28
Compare
Choose a tag to compare

0.7.0 (2019-09-07)

Features

  • return more information in the DetailedResponse (91690a8)

v0.6.0

03 Sep 19:34
Compare
Choose a tag to compare

0.6.0 (2019-09-03)

Features

  • support correct service key transformations when loading external config properties (19114fd)

v0.4.2

24 Jul 14:27
Compare
Choose a tag to compare

0.4.2 (2019-07-24)

Bug Fixes

  • token manager: Fix rounding error in IAM token manager (3f63a1c)

v0.4.1

14 Jun 19:21
Compare
Choose a tag to compare

0.4.1 (2019-06-14)

Bug Fixes

  • request-builder: Fix for semicolon in building form param (7e7f4ab)