Skip to content

Latest commit

 

History

History
171 lines (90 loc) · 8.53 KB

CHANGELOG.md

File metadata and controls

171 lines (90 loc) · 8.53 KB

1.2.4 (2021-06-10)

Bug Fixes

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

1.2.3 (2021-05-12)

Bug Fixes

1.2.2 (2021-02-12)

Bug Fixes

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

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)

1.2.0 (2019-12-11)

Features

  • IBMService: enhance vcap parsing (262fc55)

1.1.1 (2019-12-04)

Bug Fixes

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

1.1.0 (2019-11-27)

Features

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

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

  • setServiceUrl: Use SetServiceUrl to set the service endpoint rather than SetEndpoint

0.2.0 (2019-06-29)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (d5f31d1)
  • BaseService: Fix misnamed properties (13dd25c)
  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

Features

  • FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)
  • icp4d: refactor iam token manager and add icp4d support (c536b63)
  • Json.NET: Replace Json.NET library with Json.NET for Unity library (646c1a4), closes #566

0.2.0 (2019-05-10)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (d5f31d1)
  • BaseService: Fix misnamed properties (13dd25c)
  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

Features

  • FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)
  • Json.NET: Replace Json.NET library with Json.NET for Unity library (646c1a4), closes #566

0.2.0 (2019-05-07)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (d5f31d1)
  • BaseService: Fix misnamed properties (13dd25c)
  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

Features

  • FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)

0.2.0 (2019-04-09)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (d5f31d1)
  • BaseService: Fix misnamed properties (13dd25c)
  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

Features

  • FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)

0.1.1 (2019-04-09)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (d5f31d1)
  • BaseService: Fix misnamed properties (13dd25c)
  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

0.1.1 (2019-04-09)

Bug Fixes

  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)
  • Look for iam_apikey in credential file for IAM auth (d5f31d1)

0.1.1 (2019-04-08)

Bug Fixes

  • Error message parsing: Added errorMessage to error message parsing for errors from the IAM se (df91bb6)

1.0.0 (2019-03-28)

Features

  • Added missing datatypess and widgets class for websockets (9af8e95)
  • Added us culture to minijson (d13fc23)
  • Correctly parse error message (85ab306)
  • Removed customData (f3addbc)
  • Removed customData from response, added response json to response object (4d3675d)
  • CI: Added files for CI and semantic release (44fd1db)