Skip to content

Releases: IBM/go-sdk-core

v3.2.2

13 Feb 22:15
Compare
Choose a tag to compare

3.2.2 (2020-02-13)

Bug Fixes

v3.2.1

13 Feb 21:26
Compare
Choose a tag to compare

3.2.1 (2020-02-13)

Bug Fixes

  • tolerate non-compliant error response bodies (f0e3a13)

v3.2.0

07 Feb 18:52
Compare
Choose a tag to compare

3.2.0 (2020-02-07)

Features

  • add unmarshal functions for 'any' (55c1eee)

v3.1.1

09 Jan 15:36
Compare
Choose a tag to compare

3.1.1 (2020-01-09)

Bug Fixes

  • ensure version # is updated in go.mod (8fdc596)
  • fixup version #'s to 3.1.0 (ecdafe1)

v3.1.0

06 Jan 17:23
Compare
Choose a tag to compare

3.1.0 (2020-01-06)

Features

  • add unmarshal utility functions for primitive types (3f7299b)

v3.0.0

09 Dec 23:09
Compare
Choose a tag to compare

3.0.0 (2019-12-09)

Features

  • Created new major version 3.0.0 in v3 directory

v2.1.0

04 Dec 03:29
Compare
Choose a tag to compare

2.1.0 (2019-12-04)

Features

  • allow JSON response body to be streamed (d1345d7)

v2.0.1

21 Nov 22:52
Compare
Choose a tag to compare

2.0.1 (2019-11-21)

Bug Fixes

v2.0.0

06 Nov 23:00
Compare
Choose a tag to compare

2.0.0 (2019-11-06)

Features

  • loadFromVCAPServices: Service configuration factory. (87ac493)

BREAKING CHANGES

  • loadFromVCAPServices: NewBaseService constructor changes. displayname, and serviceName removed from construction function signature, since they are no longer used.

v1.1.0

06 Nov 03:26
Compare
Choose a tag to compare

1.1.0 (2019-11-06)

Features

  • BaseService: add new method ConfigureService() to BaseService struct (27192a7)