File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
services/natural_language_understanding Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Node-RED Watson Nodes for IBM Cloud
77
88<a href =" https://cla-assistant.io/watson-developer-cloud/node-red-node-watson " ><img src =" https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson " alt =" CLA assistant " /></a >
99
10+ ### New in version 0.6.7
11+ - Enable Opt-out option for Conversation Node.
12+ - Implement time out option for response from Conversation Node.
13+ - Bump to v 3.2.1 of watson-developer-cloud dependency.
14+
1015
1116### New in version 0.6.6
1217- Added Mute option for STT Node warning status when running in Streaming mode
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-node-watson" ,
3- "version" : " 0.6.6 " ,
3+ "version" : " 0.6.7 " ,
44 "description" : " A collection of Node-RED nodes for IBM Watson services" ,
55 "dependencies" : {
66 "async" : " ^1.5.2" ,
1010 "temp" : " ^0.8.3" ,
1111 "qs" : " 6.x" ,
1212 "image-type" : " ^2.0.2" ,
13- "watson-developer-cloud" : " ^3.0.6 " ,
13+ "watson-developer-cloud" : " ^3.2.1 " ,
1414 "kuromoji" : " ^0.1.1" ,
1515 "word-count" : " ^0.2.2" ,
1616 "is-docx" : " ^0.0.3" ,
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ module.exports = function (RED) {
183183 serviceSettings = {
184184 username : username ,
185185 password : password ,
186- version_date : NaturalLanguageUnderstandingV1 . VERSION_DATE_2017_02_27 ,
186+ version : '2018-03-16' ,
187187 headers : {
188188 'User-Agent' : pkg . name + '-' + pkg . version
189189 }
You can’t perform that action at this time.
0 commit comments