Releases: watson-developer-cloud/node-red-node-watson
Release 0.6.11 to npm
0.6.11
Fix to defaulting name for NLU Node.
Allow pre-check of audio format to be disabled in Speech to Text node.
Migrate from deprecated getModels and getCustomizations methods in Speech to Text nodes.
Implement update classifier in Visual Recognition Util node.
In Visual Recognition Util node append 'positive_' to zip name if neither 'positive' not 'negative' not already there.
Removed duplicated code in Visual Recognition Util node.
0.6.10
Needed to stringify json before addDocument in Discovery node.
Using Node.js v 6 features, so will not run on Node.js v 4 anymore.
0.6.9
Implemented classify collection on Natural Language Classifier node. The collection can be in the form of multiple sentences, an array of strings, or an array of objects.
Release 0.6.8 to npm
0.6.8
Updated calls to deprecated discovery methods addJsonDocument and getCollections
Correct implemetation of passages related options
Allow highlight option to be specified in Discovery overrides - msg.discoveryparams
Rename Conversation Nodes to Assistant
Use Assistant endpoint
Move all Discovery calls to latest API version - 2017-11-07
Move all Assistant calls to latest API version - 2018-02-16
Move all Visual Recognition calls to lates API version - 2018-03-19
Add French as a Visual Recognition classification response language
0.6.7
Enable Opt-out option for Conversation Node.
Implement time out option for response from Conversation Node.
Bump to v 3.2.1 of watson-developer-cloud dependency.
Fix to how API version is specified in Natural Language Understanding Node.
Add Korean to list of languages in Natural Language Classifier Node.
Release 0.6.6 to npm
0.6.6
Added Mute option for STT Node warning status when running in Streaming mode
Discard option for STT Node Streaming listening events.
Added Auto-Connect mode for STT Node - Will keep connection to service alive, else connection is restored on demand.
Fix to Discovery Query Builder Node to return schema options.
0.6.5
Endpoint can now be specified in Natural Language Classifier Node
0.6.4
Speech to Text node now reports all errors, including disconnects when running in stream mode.
Release 0.6.3 to npm
0.6.3
Allow input / output from Node-RED web-sockets for Speech to Text node. To enable select streaming mode. No token is needed as the Node handles this. Look out for sample flows and templates showing how to use this feature.
Three new languages for Language Translator, Polish, Russian and Turkish in Neural Translation mode.
Removed the code for the deprecated Language Translation Nodes.
0.6.2
Visual Recognition fix for accept-language
0.6.1
Allow STT Language to be dyamically configurable using msg.srclang
Release 0.6.0 to npm
Bump to watson-developer-cloud 3.0.4
Document link updates
IE fix
Option to set Conversation credentials though msg.params
Speech To Text fullresult now includes speaker_labels. Breaking change to any code that used fullresult due an extra level of indirection.
Allow Korean as an option for Personality Insights
Text Recognition option removed from Visual Recognition Node
Move Retrieve and Rank nodes to deprecated list
Removed Document Conversion, Alchemy, Concept Insights, Dialog, Tradeoff Analytics and Similarity Search Nodes
Nodes deprecated in 0.5.x will be removed in 0.5.x releases
Release 0.5.22 to npm
New in version 0.5.22
Allow payload as json for Add Document node.
New in version 0.5.21
New node for Add Document for Discovery.
Natural Language Understanding Node fix for credentials check.
Release 0.5.20 to npm
Added experimental neural translation as a config option to translation node.
Release 0.5.19 to npm
Update Supported audio file check (mp3 and mpeg) in Speech to Text Node.
Remove Continuous flag from Speech to Text Node.
Add Alternatives and Smart Formatting options to Speech to Text Node.
Release 0.5.18 to npm
Allow Conversation Workspace Manager node to be dynamically configured.
Release 0.5.17 to npm
CRUD methods for Entity Values and Dialog Nodes in Conversation Workspace Manager node.