1.2.4 (2021-06-10)
- rest-connector: allow sending formdata on put request (c9a0932)
1.2.3 (2021-05-12)
1.2.2 (2021-02-12)
- build: main migration (5daafd1)
- build: main migration automation (e2ef3d8)
- build: main migration automation (82e29a1)
1.2.1 (2020-06-16)
- 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)
- IBMService: enhance vcap parsing (262fc55)
1.1.1 (2019-12-04)
- do not throw error before setting defaulr url (cb0f308)
1.1.0 (2019-11-27)
- add support for json sub types (d1f3809)
- make connectors settable to use them in unit tests (6a42a27)
1.0.0 (2019-10-04)
- fix name for CP4DTokenResponse (0f71b32)
- 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)
- setServiceUrl: Use SetServiceUrl to set the service endpoint rather than SetEndpoint
0.2.0 (2019-06-29)
- 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)
- 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)
- 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)
- 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)
- 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)
- FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)
0.2.0 (2019-04-09)
- 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)
- FullSerializer: Removed FullSerializer, refactored scripts to use Json.net (3c2550b)
0.1.1 (2019-04-09)
- 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)
- 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)
- Error message parsing: Added
errorMessage
to error message parsing for errors from the IAM se (df91bb6)
- 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)