Skip to content

Releases: watson-developer-cloud/node-sdk

v7.1.0

10 Aug 16:43

Choose a tag to compare

7.1.0 (2022-08-10)

Features

  • assistant-v1: update models and add new methods (e320105)
  • assistant-v2: update models and add new methods (0a66745)
  • discovery-v2: update models and add several new methods (d8bf765)
  • nlu: add trainingParameters parameter (6e3f676)
  • package.json: upgrade bm-cloud-sdk-core (ab019de)
  • stt: update parameters (3be4085)
  • tts: add parameters (a3ed589)
  • wss: add new websocket params (8cce07c)

v7.0.0

21 Mar 17:40

Choose a tag to compare

7.0.0 (2022-03-21)

Features

  • assistantv1: assistant v1 generated with new spec (5c6e9db)
  • assistantv2: assistant v2 generated with new spec (7f7d96f)
  • compare-comply: remove compare-comply (a851442)
  • discoveryv1: discovery v1 generated with new spec (cf1d976)
  • discoveryv1: regen with more recent defs (46752a1)
  • lt: lT generated with new spec (ed54e99)
  • nlc: remove NLC (698b3be)
  • nlu: nLU generated with new spec (beeb8a0)
  • pi: remove PI (350ed36)
  • secrets: run detect secrets (5a5690a)
  • stt: change addGrammar to take a file (d21b462)
  • stt: stt generated with new spec (ec98a33)
  • tone analyzer: remove tone analyzer (fbd5be1)
  • tts: tTS generated with new spec (b1e87d3)
  • vizrec: remove vizrec (a6f3134)

BREAKING CHANGES

  • stt: addGrammar no longer accepts a string and must take a file
  • discoveryv1: QueryAggregation subclasses changed, be sure to regen models
  • stt: Changed file type of addGrammar from String to Data
  • discoveryv1: QueryAggregation - subclasses have changed
  • assistantv2: MessageOutputDebug - renamed DialogNodesVisited to DialogNodeVisited; RuntimeEntity
  • removed optional metadata property
  • assistantv1: Removed required text property on outputdata and removed optional metadata property
    from runtimeentity
  • tone analyzer: Tone Analyzer functionality has been removed
  • vizrec: VizRec functionality has been removed
  • pi: PI functionality has been removed
  • nlc: NLC functionality has been removed
  • compare-comply: Compare and comply functionality has been removed

v6.2.2

19 Jan 21:16

Choose a tag to compare

6.2.2 (2022-01-19)

Bug Fixes

  • stt: update word confidence and timestamps type (9f4d664)

v6.2.1

21 Sep 17:02

Choose a tag to compare

6.2.1 (2021-09-21)

Bug Fixes

  • stt: fix timestamps type to properly reflect response model (1efa983)

v6.2.0

14 Sep 21:07

Choose a tag to compare

6.2.0 (2021-09-14)

Bug Fixes

  • assistant_v2 discovery_v1: regen with final release (cc99978)
  • discovery_v1: update status model (bb69a7e)
  • nlu: fix listClassificationModels (8c09145)
  • package.json: bump cloud sdk core version (f4579b4)
  • regenerate with correct version (16420fc)
  • package.json: bump axios version (29b9b4e)

Features

  • assistant_v1: alt_text property added (32c7d2e)
  • assistant_v2: add properties to model and Image response (6f0bb29)
  • discovery_v2: update CreateProjectConstants Type enum (f272fc6)
  • stt: support more languages (84bb18d)
  • tts: new voice models added (1e64b92)

v6.1.2

25 Aug 16:33

Choose a tag to compare

6.1.2 (2021-08-25)

Bug Fixes

v6.1.1

02 Jun 20:47

Choose a tag to compare

6.1.1 (2021-06-02)

Bug Fixes

  • tts: remove unnecessary filename param (d30bb25)

v6.1.0

27 May 19:22

Choose a tag to compare

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

05 Apr 20:58

Choose a tag to compare

6.0.4 (2021-04-05)

Bug Fixes

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

v6.0.3

22 Feb 19:01

Choose a tag to compare

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