Skip to content

Latest commit

 

History

History
203 lines (106 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

203 lines (106 loc) · 10.1 KB

1.2.0 (2022-03-04)

Bug Fixes

  • allow '=' character in environment config values (761da72)
  • build: main migration (796bb00)
  • build: main migration automation (6528d3e)
  • build: main migration automation (3e4ceea)
  • cp4d: fixed setter method with the correct naming (d3291fe)
  • cpd-authenticate: remove unused condition (14691dd)
  • cpd-authentication: fix init function for initalize with password (18b32e4)
  • cpd-authenticator: add default value for password and apikey as null (cb67218)
  • cpd-authenticator: renaming builder pattern functions and update http post to use json type (0ca8e45)
  • cpd-authenticator: update apikey for CloudPakForDataAuthenticator which use Dictinary config (65502b0)
  • cpd-constuctor: revert the code for ConstructionDictionary (b955890)
  • detect-secrets: update detect-secrets for false positive (d49dcfd)
  • ibm-service: add httpconfigs to set a proxy and disable ssl (2b717c1)
  • node-version: update appveyor.yml to use node version 15.6.0 (60fb13f)
  • renaming: rename function and vararaiables (4c1c026)
  • semantic-release: update semantic-release version (11f3c02)

Features

  • cpd-authentication: add apikey for authentication step and update to use /v1/authorize (d92e59b)
  • readme: trigger a release (439b576)

1.2.0 (2021-02-16)

Bug Fixes

  • build: main migration (796bb00)
  • build: main migration automation (6528d3e)
  • build: main migration automation (3e4ceea)
  • allow '=' character in environment config values (761da72)

1.1.1 (2021-02-11)

Bug Fixes

  • build: main migration (796bb00)
  • build: main migration automation (6528d3e)
  • build: main migration automation (3e4ceea)
  • allow '=' character in environment config values (761da72)

1.1.0 (2019-12-06)

Features

  • IBMService: enhance vcap parsing (5c26d73)

1.0.1 (2019-11-23)

Bug Fixes

  • IAM Token: Update token validation (357fc03)

1.0.0 (2019-10-03)

Bug Fixes

  • Endpoint: Remove trailing slash from endpoint if it exists (40c28d1)

Features

  • Authentication: Update auth methods (e9095e2)
  • AuthType: Ignore case of authType (5f14b25)
  • Config order: Look for config file in working directory before home directory (c8cf60b)
  • DisableSslVerification: Debug message when an http request results in an ssl error (ed022aa)
  • FileWithMetadata: Add FileWithMetadata model (e9e892e)
  • SetServiceUrl: Refactored SetEndpoint to SetServiceUrl (feab2d9)

BREAKING CHANGES

  • Config order: SDK now looks for the config file in the working directory before looking in the home directory
  • SetServiceUrl: Use SetServiceUrl to set the service endpoint rather than SetEndpoint
  • Authentication: Auth methods were updated and old authentication methods were removed

0.8.2 (2019-07-22)

Bug Fixes

  • Query params: Query params were alredy being escaped (6a055c6)

0.8.1 (2019-07-22)

Bug Fixes

  • Query parameters: Escape query parameters (adac980)

0.8.0 (2019-06-28)

Features

  • Authentication: Support authentication via config files, add ICP4D support (4da7902)

0.7.1 (2019-05-06)

Bug Fixes

  • Refactored SendAsInsecure to DisableSslVerification (68e0e95)

0.7.0 (2019-05-03)

Features

  • Custom request headers: Added a method to add headers via Dictionary (a71679f)

0.6.0 (2019-05-03)

Features

  • Custom request headers: Add method to get headers (b0940eb)
  • Custom request headers: Add support for custom request headers (14a7f17)

0.5.3 (2019-05-02)

Bug Fixes

  • Request: Clear default accept headers on instantiation (24dc6ca)

0.5.2 (2019-04-29)

Bug Fixes

  • TokenManager: Add null check for tokenResponse when saving tokenInfo (d32c4d7)

0.5.1 (2019-04-29)

Bug Fixes

  • Request: Added a null check for no content in the response (91d9e4c)
  • Request: Remove string parsing of status code to long (4ce5bbc)

0.5.0 (2019-04-26)

Features

  • DynamicModel: Added unrestricted DynamicModel base class (c64650a)

0.4.0 (2019-04-24)

Features

  • Additional properties: Added DynamicModel base class for models with AdditionalProperties (d2d9386)

0.3.0 (2019-04-09)

Features

  • Float culture: Parse floats to strings with invariant culture (9789c93)

0.2.1 (2019-04-09)

Bug Fixes

  • Look for iam_apikey in credential file for IAM auth (0bd16c3)

0.2.0 (2019-04-09)

Features

  • CustomData and BaseModel: Removed CustomData and BaseModel (2489b67)
  • DetailedResponse: Added DetailedResponse (34d1d06)

0.1.0 (2019-03-29)

Features

  • ErrorMessage: Standardized errorMessage parsing (89e4979)

1.0.0 (2019-03-29)

Features

  • Refactored Watson to IBM (7d9065f)
  • Refactored Watson to IBM (3f43bab)