Releases: watson-developer-cloud/node-sdk
Releases · watson-developer-cloud/node-sdk
6.0.0-rc1
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:
For more information about breaking changes and how to migrate your code, see the migration guide.
v5.7.1
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
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
5.6.2 (2020-08-06)
Bug Fixes
- support
disableSslVerification
when user provides https agent (#1055) (4ab77e1)
v5.6.1
5.6.1 (2020-07-24)
Bug Fixes
v5.6.0
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
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
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
5.3.1 (2020-01-29)
Bug Fixes
- Natural Language Understanding v1: Restore model field in CategoriesOptions (93e7b69)
v5.3.0
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)