Skip to content

Releases: watson-developer-cloud/node-sdk

v12.2.0

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 22 Jan 21:17

12.2.0 (2026-01-22)

Features

  • stt: add recognize enrichments, add new function detectLanguage (cb10121)
  • wa-v2: add dtmf and end_session response types (98b4622)

v12.1.1

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 12 Nov 17:06

12.1.1 (2025-11-12)

Bug Fixes

  • stt: add missing smart_formatting_version param (13fb2ab)

v12.1.0

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 11 Nov 17:31

12.1.0 (2025-11-11)

Features

  • stt: add new sad_module param to recognize functions (eda5976)
  • tts: add new voice models (3660b3a)

v12.0.1

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 07 Oct 17:55

12.0.1 (2025-10-07) (e9a6b38)

wa-v2 – Patch Release Notes

This release addresses several issues identified in version 12.0.0:

  • Fixed missing parameter in HTTP request creation:
    The environments path parameter was previously omitted from the message and messageStateless functions when generating HTTP requests. This parameter has now been properly included to ensure consistent request behavior.

  • Added required environmentId parameter to session deletion:
    The deleteSession function now correctly requires the environmentId parameter. This change was originally intended for the 12.0.0 release and has been implemented as part of this update.

v12.0.0

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 06 Oct 19:07

12.0.0 (2025-10-06)

Features

  • wa-v2: update required params for createSession (7b9a5cd)

BREAKING CHANGES

  • wa-v2: assistantId and environmentId are now required parameters for the createSession function

v11.0.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 19 Jun 16:20

11.0.0 (2025-06-19)

Bug Fixes

  • wa v1&v2: update default service name (5d472cf)

Features

  • nlu: add signal to axios options (8c88e3e)
  • sdk-core: update the ibm-cloud-sdk-core to 5.4.0 (bc24dd2)
  • tts&stt: Add new model enum values; add signal to axios (eb919a5)
  • wav1&discv2: add signal to axios options (32c5a0a)
  • wav2: Add turn events and required properties; add signal to axios properties (00bac4b)

BREAKING CHANGES

  • wav2: add required conversational_search param to SearchSettings interface

v10.0.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 04 Dec 22:18

10.0.0 (2024-12-04)

Code Refactoring

  • auth: remove deprecated AuthorizationV1 class (3f8addb)

Features

  • discov2: add functions for new batches api (5f81415)
  • stt: add new speech models and readd interimResults and lowLatency wss params (c4105ca)
  • WxA: add new functions and update required params (b710609)
  • Add support for message streaming and new APIs

New functions: createProviders, listProviders, updateProviders, createReleaseExport, downloadReleaseExport, createReleaseImport, getReleaseImportStatus, messageStream, messageStreamStateless, listBatches, pullBatches, pushBatches

BREAKING CHANGES

  • auth: AuthorizationV1 is removed in favor of the long supported node-sdk-core authenticators located in /auth
  • WxA: environmentId now required for message and messageStateless functions
  • lt: LanguageTranslator functionality has been removed
  • discov1: DiscoveryV1 functionality has been removed

v9.1.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 17 May 17:20

9.1.0 (2024-05-17)

Features

  • discov2: add ocrEnabled parameter (5a9c30e)
  • stt: add speechBeginEvent param to recognize func (8f19640)
  • stt: remove interimResults and lowLatency wss params (6c79d93)

v9.0.1

Choose a tag to compare

@watson-github-bot watson-github-bot released this 13 Mar 18:05

9.0.1 (2024-03-13)

Bug Fixes

  • stt: change smartFormattingVersion type to number (3db377b)
  • wss: add smartFormattingVersion param (d64f155)

v9.0.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 26 Feb 17:16

9.0.0 (2024-02-26)

Features

  • disco-v2: interface changes (619d09b)
  • disco-v2: new params for EnrichmentOptions (e826b89)
  • mcsp: expose McspAuthenticator (94d3efc)
  • stt: new params (06bb328)
  • ts: add better ts typing and linting (762c6bf)
  • wa-v2: new params orchestration and asyncCallout (5124107)
  • wa-v2: support for private variables (784c476)

BREAKING CHANGES

  • wa-v2: Renaming and changing of multiple interfaces