Skip to content

Commit 0bbd9b6

Browse files
authored
Merge pull request #471 from chughts/090
090
2 parents 2310149 + 4f331c0 commit 0bbd9b6

File tree

68 files changed

+291
-7715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+291
-7715
lines changed

ChangeHistory.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## 0.8.x
2+
3+
### New in version 0.8.2
4+
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
5+
- Document Translator node
6+
- Discovery node
7+
- Discovery Document Loader node
8+
- Discovery Query Builder node
9+
- Assistant V1 Workspace Manager node
10+
- List Expansion list, and List Training data modes added to Discovery node
11+
- Fix to Create Classifier mode in NLC node
12+
13+
### New in version 0.8.1
14+
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
15+
- Speech to Text node
16+
- Speech to Text Corpus Builder node
17+
- Natural Language Understanding node
18+
- Natural Language Classifier node
19+
- Language Identifier node
20+
- Language Translator node
21+
- Translator Util node
22+
- New NLU Model Manager node.
23+
- NLC CreateClassifier is broken until defect on ibm-watson is fixed.
24+
- Remove X-Watson-Technology-Preview Neural translation option for Language Translator node
25+
- Remove monolingual corpus option from Language Translator mode
26+
- Added new modes to Language Translator mode
27+
- List Custom models
28+
- List Default models
29+
30+
### New in version 0.8.0
31+
- In the 0.8.x releases the nodes are migrated to a node-red 1.0.x input
32+
event callback function signature.
33+
and migrated off watson-developer-cloud to ibm-watson as a npm dependancy.
34+
Migrated nodes will not be compatible with pre 1.0.0 versions of node-red.
35+
During the migration there will be a dependancy on both modules.
36+
- Bump dependancy on node to >=10.0.0
37+
- Bump dependancy on cfenv, request, file-type
38+
- Bump dependancy on ibm-cloud-sdk-core to 0.3.7 (need to stay on 0.x, for STT Streaming to work)
39+
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
40+
- Tone Analyzer node.
41+
- Personality Insights node.
42+
- Visual Recognition V3 node
43+
- Text to Speech node
44+
- Text to Speech Corpus Builder node
45+
- New Visual Recognition V4 node.
46+
- Drop faces detect option from Visual Recognition V3 node.
47+
- Fix to URL parsing for bound services.
48+
- STT token manager no longer in ibm-cloud-sdk-core
49+
- Update language lists for STT, TTS, Language Translator and Document Translator Nodes
50+
51+
52+
153
## 0.7.x
254

355
### New in version 0.7.8

README.md

+7-46
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,14 @@ 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.8.2
10+
### New in version 0.9.0
1111
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
12-
- Document Translator node
13-
- Discovery node
14-
- Discovery Document Loader node
15-
- Discovery Query Builder node
16-
- Assistant V1 Workspace Manager node
17-
- List Expansion list, and List Training data modes added to Discovery node
18-
- Fix to Create Classifier mode in NLC node
12+
- Assistant V1
13+
- Assistant V2
14+
- All Nodes now require Node-RED 1.0.x or above
15+
- Remove watson-developer-cloud dependancy
16+
- Remove code for redundant nodes
1917

20-
### New in version 0.8.1
21-
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
22-
- Speech to Text node
23-
- Speech to Text Corpus Builder node
24-
- Natural Language Understanding node
25-
- Natural Language Classifier node
26-
- Language Identifier node
27-
- Language Translator node
28-
- Translator Util node
29-
- New NLU Model Manager node.
30-
- NLC CreateClassifier is broken until defect on ibm-watson is fixed.
31-
- Remove X-Watson-Technology-Preview Neural translation option for Language Translator node
32-
- Remove monolingual corpus option from Language Translator mode
33-
- Added new modes to Language Translator mode
34-
- List Custom models
35-
- List Default models
36-
37-
### New in version 0.8.0
38-
- In the 0.8.x releases the nodes are migrated to a node-red 1.0.x input
39-
event callback function signature.
40-
and migrated off watson-developer-cloud to ibm-watson as a npm dependancy.
41-
Migrated nodes will not be compatible with pre 1.0.0 versions of node-red.
42-
During the migration there will be a dependancy on both modules.
43-
- Bump dependancy on node to >=10.0.0
44-
- Bump dependancy on cfenv, request, file-type
45-
- Bump dependancy on ibm-cloud-sdk-core to 0.3.7 (need to stay on 0.x, for STT Streaming to work)
46-
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
47-
- Tone Analyzer node.
48-
- Personality Insights node.
49-
- Visual Recognition V3 node
50-
- Text to Speech node
51-
- Text to Speech Corpus Builder node
52-
- New Visual Recognition V4 node.
53-
- Drop faces detect option from Visual Recognition V3 node.
54-
- Fix to URL parsing for bound services.
55-
- STT token manager no longer in ibm-cloud-sdk-core
56-
- Update language lists for STT, TTS, Language Translator and Document Translator Nodes
5718

5819
### Watson Nodes for Node-RED
5920
A collection of nodes to interact with the IBM Watson services in [IBM Cloud](http://cloud.ibm.com).
@@ -96,4 +57,4 @@ before doing so.
9657

9758
### Copyright and license
9859

99-
Copyright 2018 IBM Corp. under [the Apache 2.0 license](LICENSE).
60+
Copyright 2018, 2019, 2020 IBM Corp. under [the Apache 2.0 license](LICENSE).

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"async": "^1.5.2",
@@ -10,7 +10,6 @@
1010
"temp": "^0.9.0",
1111
"qs": "6.x",
1212
"image-type": "^2.0.2",
13-
"watson-developer-cloud": "^3.18.3",
1413
"ibm-watson": "^5.2.1",
1514
"word-count": "^0.2.2",
1615
"is-docx": "^0.0.3",
Binary file not shown.
-745 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)