- Update to use Watson Assistant service iam access credentials.
- Future versions will drop support for Node.js versions < 6
- Breaking: Update to use Watson Assistant service, instead of Watson Conversation service.
You now have to use the Watson Assistant API urls when connecting to the service.
- US South: https://gateway.watsonplatform.net/assistant/api
- US East: https://gateway-wdc.watsonplatform.net/assistant/api
- Germany: https://gateway-fra.watsonplatform.net/assistant/api
- Sydney: https://gateway-syd.watsonplatform.net/assistant/api
- United Kingdom: https://gateway.watsonplatform.net/assistant/api
- You can now optionally supply headers when constructing the service
- Allow Watson Conversation service to return multiple intents
- Update
mochato latest version fixing Critical Command Injection vulnerability innpm audit - Various other minor package updates
- Breaking Changes due to update to watson-developer-cloud v3.x
- Removed sunset Watson services Alchemy and Retrieve and Rank
- Updated to major versions for debug, sinon and watson-developer-cloud
- Updated Tone Analyzer to support latest API 2017-09-21
- Added support for Recast.ai services
- Added support for IBM Watson Tone Analyzer service
- Breaking changes to wit interface.
- The wit message service is now accessible at
require('wit/message')so changerequire('wit')torequire('wit/message')after upgrade.
- The wit message service is now accessible at
- Added
wit.converseorrequire('wit/converse') - Removed deprecated
wit.message - Removed deprecated
conversation.message
- Modernise conversation and wit services. Further simplify their interface
- deprecate usage of
wit.message(), instead usewit()directly. - deprecate usage of
conversation.message(), instead useconversation()directly.
- deprecate usage of
- Added bing spell check service
- Added wit service
- Project created