Skip to content

Releases: watson-developer-cloud/node-sdk

5.0.0-rc2

19 Sep 21:14

Choose a tag to compare

5.0.0-rc2 Pre-release
Pre-release

Second release candidate for the upcoming major release, v5, which is schedule to go out at the end of September.

To install this release candidate, use one of the following commands:

For more information about breaking changes and how to migrate your code, see the migration guide.

Changes since last release candidate:

  • e41ba12 refactor: update websocket agent support changes to be typed
  • 0c92dfe chore: update typedoc to 0.15.0 (#960)
  • 790d8cb chore: update @commitlint/cli and husky dev dependencies (#959)
  • f6292ce refactor: remove dotenv as direct dependency (#958)
  • f2069aa refactor: add typing to all non-generated functions of speech-to-text (#954)
  • 0a578d7 refactor: remove unneeded object.assign devDependency (#955)
  • 0469e2a chore: update package-lock.json (#949)

v4.5.1

19 Sep 16:06

Choose a tag to compare

4.5.1 (2019-09-19)

Bug Fixes

  • pass user-defined http(s) agent to websocket methods (#953) (4f1679c)

v4.5.0

19 Sep 02:01

Choose a tag to compare

4.5.0 (2019-09-19)

Bug Fixes

  • ignore unecessary files for npm releases (#962) (93eb677)

Features

  • separate strings out of primary SynthesizeStream pipe (#957) (3014478)

v5.0.0-rc1

30 Aug 21:35

Choose a tag to compare

v5.0.0-rc1 Pre-release
Pre-release

First release candidate for the upcoming major release, v5, which is schedule to go out at the end of September.

To install this release candidate, use one of the following commands:

For more information about breaking changes and how to migrate your code, see the migration guide.

v4.4.0

20 Aug 21:27

Choose a tag to compare

4.4.0 (2019-08-20)

Features

  • compare-comply: new model ContractCurrencies added (#935) (132ad09)

v4.3.4

13 Aug 14:34

Choose a tag to compare

4.3.4 (2019-08-13)

Bug Fixes

  • disable analytics headers in browser to fix cors issues (bdcf9d6)
  • disable analytics headers in browser to fix cors issues (#932) (bba47a0)

v4.3.3

08 Aug 20:15

Choose a tag to compare

4.3.3 (2019-08-08)

Bug Fixes

  • send correct user-agent header for websocket methods (#930) (f24cac2)

v4.3.2

07 Aug 22:14

Choose a tag to compare

4.3.2 (2019-08-07)

Bug Fixes

  • core: share request config across all requests (#928) (7fd5577)

v4.3.1

05 Aug 16:54

Choose a tag to compare

4.3.1 (2019-08-05)

Bug Fixes

  • extend constructor options types to allow additional properties (#925) (03d241a)

v4.3.0

25 Jul 14:42

Choose a tag to compare

4.3.0 (2019-07-25)

Bug Fixes

  • compare-comply: contract_type corrected to contract_types in model ClassifyReturn (a114881)

Features

  • assistant-v2: support for search skill added (a1c4f6d)