Skip to content

Releases: watson-developer-cloud/node-sdk

v6.1.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 27 May 19:22

6.1.0 (2021-05-27)

Bug Fixes

  • nlu: remove ListCategoriesModelsResponse (82a82a3)
  • wss,assistantv1: address review changes (ab0c8a2)

Features

  • assistantv1: generation release changes (8b10b2d)
  • assistantv2: generation release changes (403145e)
  • discov2: generation release changes (8e70b7f)
  • nlu: generation release changes (4d74c0a)
  • stt: update websocket parameters (8f257e7)
  • stt-tts: generation release changes (1bc946b)

v6.0.4

Choose a tag to compare

@watson-github-bot watson-github-bot released this 05 Apr 20:58

6.0.4 (2021-04-05)

Bug Fixes

  • update core to enable use with more front-end environments (bb57a23)

v6.0.3

Choose a tag to compare

@watson-github-bot watson-github-bot released this 22 Feb 19:01

6.0.3 (2021-02-22)

Bug Fixes

  • cc: add deprecation warning for Compare and Comply (85c218a)
  • stt: handedit- fix timestamps time to properly reflect response model (735bcd2), closes #1084

v6.0.2

Choose a tag to compare

@watson-github-bot watson-github-bot released this 08 Jan 15:48

6.0.2 (2021-01-08)

Bug Fixes

  • package.json: update dependencies to cover vulnerabilities (2b839c8)

v6.0.1

Choose a tag to compare

@watson-github-bot watson-github-bot released this 22 Dec 19:24

6.0.1 (2020-12-22)

Bug Fixes

v6.0.0

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 14 Dec 20:57

Build System

  • Support for Node v10 dropped

BREAKING CHANGES

  • Support for callbacks dropped
  • Features added and removed in services, see MIGRATION-V6.md

6.0.0-rc1

6.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 07 Nov 03:04

First release candidate for the upcoming major release, v6, which is scheduled to go out at the end of November.

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

  • $ npm install ibm-watson@6.0.0-rc1
  • $ npm install ibm-watson@next

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

v5.7.1

Choose a tag to compare

@watson-github-bot watson-github-bot released this 29 Sep 19:05

5.7.1 (2020-09-29)

Bug Fixes

  • add getTransactionId method to the SynthesizeStream (#1058) (21a5a7f)
  • stop ignoring serviceUrl for Websocket methods (#1060) (1901aae)

v5.7.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 27 Aug 14:49

5.7.0 (2020-08-27)

Bug Fixes

  • added test to getDocumentStatus() (e5c81d5)
  • comments and necessary required params (bef8089)
  • small changes (f7a5e3c)
  • visual reconition v4 (b12f11e)

Features

  • assistant-v2: new method: listLogs (ff6b79c)
  • discovery-v2: new methods: (01d426c)
  • discovery-v2-test: added new tests for the new methods coming to (82ea90f)
  • language-translator-v3: new method: listLanguages (b9a7d41)
  • text-to-speech-v1: new voices added (be94a1a)

v5.6.2

Choose a tag to compare

@watson-github-bot watson-github-bot released this 06 Aug 19:10

5.6.2 (2020-08-06)

Bug Fixes

  • support disableSslVerification when user provides https agent (#1055) (4ab77e1)