@@ -7,87 +7,15 @@ 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.14
11- - Visual Recognition instances created post May 22 2018, have a new authentication mechanism
12-
13- ### New in version 0.6.13
14- - Added opt-out option for collection parsing of strings in Natural Language Classifier Node.
15-
16- ### New in version 0.6.12
17- - Fix to collection check in Natural Language Classification Node allowing for . in domain
18- names.
19-
20- ### New in version 0.6.11
21- - Fix to defaulting name for NLU Node.
22- - Allow pre-check of audio format to be disabled in Speech to Text node.
23- - Migrate from deprecated getModels and getCustomizations methods in Speech to Text nodes.
24- - Implement update classifier in Visual Recognition Util node.
25- - In Visual Recognition Util node append 'positive_ ' to zip name if neither 'positive' not 'negative' not already there.
26- - Removed duplicated code in Visual Recognition Util node.
27-
28- ### New in version 0.6.10
29- - Needed to stringify json before addDocument in Discovery node.
30- - Using Node.js v 6 features, so will not run on Node.js v 4 anymore
31-
32- ### New in version 0.6.9
33- - Implemented classify collection on Natural Language Classifier node. The collection can be
34- in the form of multiple sentences, an array of strings, or an array of objects.
35-
36- ### New in version 0.6.8
37- - Move all Discovery calls to latest API version - 2017-11-07
38- - Updated calls to deprecated discovery methods addJsonDocument and getCollections
39- - Correct implemetation of passages related options
40- - Allow highlight option to be specified in Discovery overrides - msg.discoveryparams
41- - Rename Conversation Nodes to Assistant
42- - Use Assistant endpoint
43- - Move all Assistant calls to latest API version - 2018-02-16
44- - Move all Visual Recognition calls to lates API version - 2018-03-19
45- - Add French as a Visual Recognition classification response language
46-
47- ### New in version 0.6.7
48- - Enable Opt-out option for Conversation Node.
49- - Implement time out option for response from Conversation Node.
50- - Bump to v 3.2.1 of watson-developer-cloud dependency.
51- - Fix to how API version is specified in Natural Language Understanding Node.
52- - Add Korean to list of languages in Natural Language Classifier Node.
53-
54- ### New in version 0.6.6
55- - Added Mute option for STT Node warning status when running in Streaming mode
56- - Discard option for STT Node Streaming listening events.
57- - Added Auto-Connect mode for STT Node - Will keep connection to service alive,
58- else connection is restored on demand.
59- - Fix to Discovery Query Builder Node to return schema options.
60-
61- ### New in version 0.6.5
62- - Endpoint can now be specified in Natural Language Classifier Node
63-
64- ### New in version 0.6.4
65- - Speech to Text node now reports all errors, including disconnects when running in stream mode.
66-
67- ### New in version 0.6.3
68- - Allow input / output from Node-RED web-sockets for Speech to Text node. To
69- enable select streaming mode. No token is needed as the Node handles this. Look
70- out for sample flows and templates showing how to use this feature.
71- - Three new languages for Language Translator, Polish, Russian and Turkish in Neural Translation mode.
72- - Removed the code for the deprecated Language Translation Nodes.
73-
74- ### New in version 0.6.2
75- - Visual Recognition fix for accept-language
76-
77- ### New in version 0.6.1
78- - Allow STT Language to be dyamically configurable using msg.srclang
79-
80- ### New in version 0.6.0
81- - Bump to watson-developer-cloud 3.0.4
82- - Document link updates
83- - IE fix
84- - Option to set Conversation credentials though msg.params
85- - Speech To Text fullresult now includes speaker_labels. Breaking change to any code that used fullresult due an extra level of indirection.
86- - Allow Korean as an option for Personality Insights
87- - Text Recognition option removed from Visual Recognition Node
88- - Move Retrieve and Rank nodes to deprecated list
89- - Removed Document Conversion, Alchemy, Concept Insights, Dialog, Tradeoff Analytics and Similarity Search Nodes
90- - Nodes deprecated in 0.5.x will be removed in 0.6.x releases
10+ ### New in version 0.7.0
11+ - Assistant, Discovery, Natural Language Understanding, Speech to Text, Text to Speech, Tone Analyzer nodes updated
12+ to allow for use of iam key for authentication.
13+ - Migrated STT node off deprecated methods.
14+ - Fix to Tone Analyzer Node to preserve credentials on config reopen.
15+ - Fix to Tone Analyzer to allow json objects and arrays as payload.
16+ - Fix to STT where auto-connect was not being preserved when reopening configuration.
17+ - Bump to 2018-03-05 version date for Discovery service.
18+ - Migrated Discovery Nodes off deprecated methods.
9119
9220
9321### Watson Nodes for Node-RED
0 commit comments