Skip to content

Releases: IBM/unity-sdk-core

v1.2.4

10 Jun 16:38
Compare
Choose a tag to compare

1.2.4 (2021-06-10)

Bug Fixes

  • rest-connector: allow sending formdata on put request (c9a0932)

v1.2.3

12 May 17:20
Compare
Choose a tag to compare

1.2.3 (2021-05-12)

Bug Fixes

v1.2.2

12 Feb 00:00
Compare
Choose a tag to compare

1.2.2 (2021-02-12)

Bug Fixes

  • build: main migration (5daafd1)
  • build: main migration automation (e2ef3d8)
  • build: main migration automation (82e29a1)

v1.2.1

16 Jun 21:17
Compare
Choose a tag to compare

1.2.1 (2020-06-16)

Bug Fixes

  • allow '=' character in environment config values (89db5eb)
  • assign an empty dictionary to RESTConnector's resp.headers if null (81c3ebe)

v1.2.0

11 Dec 17:29
Compare
Choose a tag to compare

1.2.0 (2019-12-11)

Features

  • IBMService: enhance vcap parsing (262fc55)

v1.1.1

04 Dec 23:28
Compare
Choose a tag to compare

1.1.1 (2019-12-04)

Bug Fixes

  • do not throw error before setting default url (cb0f308)

v1.1.0

27 Nov 19:39
Compare
Choose a tag to compare

1.1.0 (2019-11-27)

Features

  • add support for json sub types (d1f3809)
  • make connectors settable to use them in unit tests (6a42a27)

v1.0.0

04 Oct 17:41
Compare
Choose a tag to compare

1.0.0 (2019-10-04)

Bug Fixes

  • fix name for CP4DTokenResponse (0f71b32)

Features

  • auth: add new authenticator methods (6716d05)
  • Authentication: make auth type case insesitive (4f468e6)
  • base: add support for authenticator in base service (349bc1b)
  • connectors: update connectors to work with new design (9fd52c8)
  • dynamicModel: add dynamic model and meta files (2b471aa)
  • setServiceUrl: use setServiceUrl instead of setServiceEndpoint (2c33bf8)
  • add model for file with metadata (6b536d1)
  • websocket-dll: update websocket dll file to import from IBMCloud namespace (d9b0bc9)

BREAKING CHANGES

  • auth: Add new authenticator methods
  • setServiceUrl: Use SetServiceUrl to set the service endpoint rather than SetEndpoint

1.0.0-rc3

30 Sep 18:14
06abd1d
Compare
Choose a tag to compare
1.0.0-rc3 Pre-release
Pre-release

Features

  • Add dynamic models

1.0.0-rc2

30 Sep 18:13
91fa51c
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

Release candidate for the Unity SDK core:

Features

  • Add SetServiceUrl
  • Use serviceUrl instead of url