Skip to content

Releases: watson-developer-cloud/node-sdk

v5.2.0

27 Nov 17:46
Compare
Choose a tag to compare

5.2.0 (2019-11-27)

Features

  • add support for discovery v2 service (c2a79ff)
  • assistant-v1: webhooks parameter added to createWorkspace and updateWorkspace (c61b794)
  • visual-recognition-v4: new method added - getTrainingUsage (0756878)

v5.1.0

07 Oct 18:55
Compare
Choose a tag to compare

5.1.0 (2019-10-07)

Features

  • text-to-speech: add method to repair wav header for a stream (#981) (42b0913)

v5.0.0

04 Oct 16:02
Compare
Choose a tag to compare

5.0.0 (2019-10-04)

Bug Fixes

  • make RecognizeStream.readableObjectMode always return Boolean (#943) (a276df4)

Build System

  • drop support for Node versions 6 and 8 (3ea1fd7)

Code Refactoring

  • change all websocket method parameters to lower camel case (#941) (cb6711f)

Features

  • add support for new authenticators in all sdks and add new service features for major release (#946) (3acffc5)

BREAKING CHANGES

  • Passing individual credentials to the service constructor will no longer work. An Authenticator must be initialized and passed in. For more information, see the migration guide.
  • All parameters have been converted to their lower camel case version.
  • Support for the token parameter has been removed
  • Support for the customization_id parameter has been removed
  • Method setAuthorizationHeaderToken has been removed from the WebSocket Stream classes
  • RecognizeStream.readableObjectMode will always be a Boolean value - before, it could have been undefined.
  • This SDK may no longer work with applications running on Node 6 or 8.

5.0.0-rc3

04 Oct 14:52
Compare
Choose a tag to compare
5.0.0-rc3 Pre-release
Pre-release

Third release candidate for the upcoming major release, v5, which is scheduled to go out today.

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.

Changes since last release candidate:
abb0bb4 final regeneration for v5 (#978)
a0da761 Merge pull request #977 from watson-developer-cloud/browser-docs
16fb21e chore: update documentation for webpack
9e75166 test: rename test files to use kebab case (#975)
dbd5a14 build: move snyk to be dev dependency (#974)
0ea12f6 refactor(typing): add @types/async and fix typing for its usage (#972)
db2e84c chore: add missing @types/isstream package (#971)
86e8ca3 chore: update handlebars in package-lock tree (#970)
7c27052 refactor: add typings for tts/v1 (#968)
8a508bb test: refactor service error utils out of the tests (#967)
0303627 chore: remove unused object.pick and objec.emit dependencies (#966)

5.0.0-rc2

19 Sep 21:14
Compare
Choose a tag to compare
5.0.0-rc2 Pre-release
Pre-release

Second release candidate for the upcoming major release, v5, which is schedule to go out at the end of September.

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.

Changes since last release candidate:

  • e41ba12 refactor: update websocket agent support changes to be typed
  • 0c92dfe chore: update typedoc to 0.15.0 (#960)
  • 790d8cb chore: update @commitlint/cli and husky dev dependencies (#959)
  • f6292ce refactor: remove dotenv as direct dependency (#958)
  • f2069aa refactor: add typing to all non-generated functions of speech-to-text (#954)
  • 0a578d7 refactor: remove unneeded object.assign devDependency (#955)
  • 0469e2a chore: update package-lock.json (#949)

v4.5.1

19 Sep 16:06
Compare
Choose a tag to compare

4.5.1 (2019-09-19)

Bug Fixes

  • pass user-defined http(s) agent to websocket methods (#953) (4f1679c)

v4.5.0

19 Sep 02:01
Compare
Choose a tag to compare

4.5.0 (2019-09-19)

Bug Fixes

  • ignore unecessary files for npm releases (#962) (93eb677)

Features

  • separate strings out of primary SynthesizeStream pipe (#957) (3014478)

v5.0.0-rc1

30 Aug 21:35
Compare
Choose a tag to compare
v5.0.0-rc1 Pre-release
Pre-release

First release candidate for the upcoming major release, v5, which is schedule to go out at the end of September.

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.

v4.4.0

20 Aug 21:27
Compare
Choose a tag to compare

4.4.0 (2019-08-20)

Features

  • compare-comply: new model ContractCurrencies added (#935) (132ad09)

v4.3.4

13 Aug 14:34
Compare
Choose a tag to compare

4.3.4 (2019-08-13)

Bug Fixes

  • disable analytics headers in browser to fix cors issues (bdcf9d6)
  • disable analytics headers in browser to fix cors issues (#932) (bba47a0)