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