Releases: watson-developer-cloud/node-sdk
v5.2.1
v5.2.0
v5.1.0
v5.0.0
5.0.0 (2019-10-04)
Bug Fixes
Build System
- drop support for Node versions 6 and 8 (3ea1fd7)
Code Refactoring
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 beenundefined
.- This SDK may no longer work with applications running on Node 6 or 8.
5.0.0-rc3
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:
$ npm install [email protected]
$ npm install ibm-watson@next
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
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:
$ npm install [email protected]
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
v4.5.0
v5.0.0-rc1
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:
$ npm install [email protected]
$ npm install ibm-watson@next
For more information about breaking changes and how to migrate your code, see the migration guide.