Skip to content

Releases: watson-developer-cloud/node-sdk

v5.6.1

24 Jul 18:08

Choose a tag to compare

5.6.1 (2020-07-24)

Bug Fixes

v5.6.0

03 Jun 21:52

Choose a tag to compare

5.6.0 (2020-06-03)

Bug Fixes

Features

  • assistant-v2: new method: messageStateless (0ccc5bf)
  • visual-recognition-v4: new method: getModelFile (55aec8c)

v5.5.0

24 Apr 15:32

Choose a tag to compare

5.5.0 (2020-04-24)

Bug Fixes

  • discovery-v1: property indexed corrected to available for model EnvironmentDocuments (7bc2ccd)

Features

  • assistant-v1: RuntimeEntityAlternative model added (9ad75d7)
  • assistant-v2: MessageContextSkillSystem model added (40fd822)
  • speech-to-text-v1: parameters speechDetectorSensitivity, backgroundAudioSuppression, added to recognize (7c91ea2)
  • text-to-speech-v1: new voices and languages added (dad6e0e)

v5.4.0

13 Feb 22:56

Choose a tag to compare

5.4.0 (2020-02-13)

Features

  • assistant-v1: includeAudit and append parameters added to a number of methods (35fb2a5)
  • visual-recognition-v4: new methods added: listObjectMetadata, updateObjectMetadata, getObjectMetadata, deleteObject (85281ae)

v5.3.1

29 Jan 15:35

Choose a tag to compare

5.3.1 (2020-01-29)

Bug Fixes

  • Natural Language Understanding v1: Restore model field in CategoriesOptions (93e7b69)

v5.3.0

16 Jan 22:18

Choose a tag to compare

5.3.0 (2020-01-16)

Features

  • speech-to-text: endOfPhraseSilenceTime and splitTranscriptAtPhraseEnd params added to recognize, createJob, and recognizeUsingWebSocket methods (e3ff8db)
  • add serviceName parameter for all services (964e9e1)

v5.2.1

09 Dec 18:30

Choose a tag to compare

5.2.1 (2019-12-09)

Bug Fixes

v5.2.0

27 Nov 17:46

Choose a tag to compare

5.2.0 (2019-11-27)

Features

  • add support for discovery v2 service (c2a79ff)
  • assistant-v1: webhooks parameter added to createWorkspace and updateWorkspace (c61b794)
  • visual-recognition-v4: new method added - getTrainingUsage (0756878)

v5.1.0

07 Oct 18:55

Choose a tag to compare

5.1.0 (2019-10-07)

Features

  • text-to-speech: add method to repair wav header for a stream (#981) (42b0913)

v5.0.0

04 Oct 16:02

Choose a tag to compare

5.0.0 (2019-10-04)

Bug Fixes

  • make RecognizeStream.readableObjectMode always return Boolean (#943) (a276df4)

Build System

  • drop support for Node versions 6 and 8 (3ea1fd7)

Code Refactoring

  • change all websocket method parameters to lower camel case (#941) (cb6711f)

Features

  • add support for new authenticators in all sdks and add new service features for major release (#946) (3acffc5)

BREAKING CHANGES

  • Passing individual credentials to the service constructor will no longer work. An Authenticator must be initialized and passed in. For more information, see the migration guide.
  • All parameters have been converted to their lower camel case version.
  • Support for the token parameter has been removed
  • Support for the customization_id parameter has been removed
  • Method setAuthorizationHeaderToken has been removed from the WebSocket Stream classes
  • RecognizeStream.readableObjectMode will always be a Boolean value - before, it could have been undefined.
  • This SDK may no longer work with applications running on Node 6 or 8.