v5.0.0
·
236 commits
to master
since this release
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.