Skip to content

Releases: watson-developer-cloud/node-sdk

v3.15.4

15 Jan 21:05
Compare
Choose a tag to compare

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

15 Jan 15:32
Compare
Choose a tag to compare

3.15.3 (2019-01-15)

Bug Fixes

  • package.json to reduce vulnerabilities (e61d1de)

v3.15.2

14 Jan 21:14
Compare
Choose a tag to compare

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

07 Jan 21:55
Compare
Choose a tag to compare

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

07 Dec 16:00
Compare
Choose a tag to compare

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

06 Dec 15:54
Compare
Choose a tag to compare

3.14.0 (2018-12-06)

Features

  • text-to-speech: add support for using synthesize over a websocket connection (94ba896)

v3.13.1

26 Nov 15:55
Compare
Choose a tag to compare

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

30 Oct 19:20
Compare
Choose a tag to compare

3.13.0 (2018-10-30)

Features

  • discovery: add new methods: createTokenizationDictionary, deleteTokenizationDictionary, and getTokenizationDictionaryStatus (d5ba660)

v3.12.0

10 Oct 15:47
Compare
Choose a tag to compare

3.12.0 (2018-10-10)

Features

  • discovery: new parameters added to match updates to the service (838b044)

v3.11.1

28 Sep 14:34
Compare
Choose a tag to compare

3.11.1 (2018-09-28)

Bug Fixes

  • icp: disabling ssl verification now works for websocket connection (f8466c8)