Releases: IBM/go-sdk-core
Releases · IBM/go-sdk-core
v1.0.1
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
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
Merge pull request #26 from IBM/mdk/multi-valued-form-parts
Allow multiple form parts with the same key
v0.9.0
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
0.8.0 (2019-09-16)
Features
v0.5.0
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
0.7.0 (2019-09-07)
Features
- return more information in the DetailedResponse (91690a8)
v0.6.0
0.6.0 (2019-09-03)
Features
- support correct service key transformations when loading external config properties (19114fd)
v0.4.2
0.4.2 (2019-07-24)
Bug Fixes
- token manager: Fix rounding error in IAM token manager (3f63a1c)
v0.4.1
0.4.1 (2019-06-14)
Bug Fixes
- request-builder: Fix for semicolon in building form param (7e7f4ab)