Releases: watson-developer-cloud/node-sdk
Releases · watson-developer-cloud/node-sdk
v3.15.4
3.15.4 (2019-01-15)
Bug Fixes
- fix bug that prevents
audio
from being sent as a buffer for recognize
(3f97b80)
v3.15.3
3.15.3 (2019-01-15)
Bug Fixes
- package.json to reduce vulnerabilities (e61d1de)
v3.15.2
3.15.2 (2019-01-14)
Bug Fixes
- query parameters no longer cause text-to-speech over websockets to crash (775e6d2)
- Remove the
disabled
property from CreateDialogNode
. It is for internal use only. (4b72d0e)
v3.15.1
3.15.1 (2019-01-07)
Bug Fixes
- add
disabled
property to CreateDialogNode (41cd8dc)
- add
user_defined
property to MessageOutput model (ea28bf3)
v3.15.0
3.15.0 (2018-12-07)
Features
- add support for Compare and Comply service (fa22ae5)
- discovery: adds new model, RetrievalDetails (1821719)
- natural-language-understanding: new properties added to models to match the service (3bf1e5e)
v3.14.0
3.14.0 (2018-12-06)
Features
- text-to-speech: add support for using
synthesize
over a websocket connection (94ba896)
v3.13.1
3.13.1 (2018-11-26)
Bug Fixes
- discovery: update mis-defined parameters to match the service (d1fb9a9)
- speech-to-text:
content_type
is no longer a required parameter for recognize()
or createJob()
(it is now optional) (d64c06a)
- speech-to-text: add support for
language_customization_id
parameter to the WebSockets method, deprecate customization_id
(bf2cd68)
v3.13.0
3.13.0 (2018-10-30)
Features
- discovery: add new methods:
createTokenizationDictionary
, deleteTokenizationDictionary
, and getTokenizationDictionaryStatus
(d5ba660)
v3.12.0
3.12.0 (2018-10-10)
Features
- discovery: new parameters added to match updates to the service (838b044)
v3.11.1
3.11.1 (2018-09-28)
Bug Fixes
- icp: disabling ssl verification now works for websocket connection (f8466c8)