Skip to content

Commit

Permalink
Merge pull request #471 from chughts/090
Browse files Browse the repository at this point in the history
090
  • Loading branch information
chughts committed Jan 24, 2020
2 parents 2310149 + 4f331c0 commit 0bbd9b6
Show file tree
Hide file tree
Showing 68 changed files with 291 additions and 7,715 deletions.
52 changes: 52 additions & 0 deletions ChangeHistory.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
## 0.8.x

### New in version 0.8.2
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Document Translator node
- Discovery node
- Discovery Document Loader node
- Discovery Query Builder node
- Assistant V1 Workspace Manager node
- List Expansion list, and List Training data modes added to Discovery node
- Fix to Create Classifier mode in NLC node

### New in version 0.8.1
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Speech to Text node
- Speech to Text Corpus Builder node
- Natural Language Understanding node
- Natural Language Classifier node
- Language Identifier node
- Language Translator node
- Translator Util node
- New NLU Model Manager node.
- NLC CreateClassifier is broken until defect on ibm-watson is fixed.
- Remove X-Watson-Technology-Preview Neural translation option for Language Translator node
- Remove monolingual corpus option from Language Translator mode
- Added new modes to Language Translator mode
- List Custom models
- List Default models

### New in version 0.8.0
- In the 0.8.x releases the nodes are migrated to a node-red 1.0.x input
event callback function signature.
and migrated off watson-developer-cloud to ibm-watson as a npm dependancy.
Migrated nodes will not be compatible with pre 1.0.0 versions of node-red.
During the migration there will be a dependancy on both modules.
- Bump dependancy on node to >=10.0.0
- Bump dependancy on cfenv, request, file-type
- Bump dependancy on ibm-cloud-sdk-core to 0.3.7 (need to stay on 0.x, for STT Streaming to work)
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Tone Analyzer node.
- Personality Insights node.
- Visual Recognition V3 node
- Text to Speech node
- Text to Speech Corpus Builder node
- New Visual Recognition V4 node.
- Drop faces detect option from Visual Recognition V3 node.
- Fix to URL parsing for bound services.
- STT token manager no longer in ibm-cloud-sdk-core
- Update language lists for STT, TTS, Language Translator and Document Translator Nodes



## 0.7.x

### New in version 0.7.8
Expand Down
53 changes: 7 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,53 +7,14 @@ Node-RED Watson Nodes for IBM Cloud

<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>

### New in version 0.8.2
### New in version 0.9.0
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Document Translator node
- Discovery node
- Discovery Document Loader node
- Discovery Query Builder node
- Assistant V1 Workspace Manager node
- List Expansion list, and List Training data modes added to Discovery node
- Fix to Create Classifier mode in NLC node
- Assistant V1
- Assistant V2
- All Nodes now require Node-RED 1.0.x or above
- Remove watson-developer-cloud dependancy
- Remove code for redundant nodes

### New in version 0.8.1
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Speech to Text node
- Speech to Text Corpus Builder node
- Natural Language Understanding node
- Natural Language Classifier node
- Language Identifier node
- Language Translator node
- Translator Util node
- New NLU Model Manager node.
- NLC CreateClassifier is broken until defect on ibm-watson is fixed.
- Remove X-Watson-Technology-Preview Neural translation option for Language Translator node
- Remove monolingual corpus option from Language Translator mode
- Added new modes to Language Translator mode
- List Custom models
- List Default models

### New in version 0.8.0
- In the 0.8.x releases the nodes are migrated to a node-red 1.0.x input
event callback function signature.
and migrated off watson-developer-cloud to ibm-watson as a npm dependancy.
Migrated nodes will not be compatible with pre 1.0.0 versions of node-red.
During the migration there will be a dependancy on both modules.
- Bump dependancy on node to >=10.0.0
- Bump dependancy on cfenv, request, file-type
- Bump dependancy on ibm-cloud-sdk-core to 0.3.7 (need to stay on 0.x, for STT Streaming to work)
- Node-RED & IBM-Watson & Use of promises on API invocation & IAM URL construct migration & Removal of default endpoint of
- Tone Analyzer node.
- Personality Insights node.
- Visual Recognition V3 node
- Text to Speech node
- Text to Speech Corpus Builder node
- New Visual Recognition V4 node.
- Drop faces detect option from Visual Recognition V3 node.
- Fix to URL parsing for bound services.
- STT token manager no longer in ibm-cloud-sdk-core
- Update language lists for STT, TTS, Language Translator and Document Translator Nodes

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

### Copyright and license

Copyright 2018 IBM Corp. under [the Apache 2.0 license](LICENSE).
Copyright 2018, 2019, 2020 IBM Corp. under [the Apache 2.0 license](LICENSE).
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-watson",
"version": "0.8.2",
"version": "0.9.0",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"async": "^1.5.2",
Expand All @@ -10,7 +10,6 @@
"temp": "^0.9.0",
"qs": "6.x",
"image-type": "^2.0.2",
"watson-developer-cloud": "^3.18.3",
"ibm-watson": "^5.2.1",
"word-count": "^0.2.2",
"is-docx": "^0.0.3",
Expand Down
Binary file removed services/alchemy_data_news/icons/AlchemyDataNews.png
Binary file not shown.
Binary file removed services/alchemy_data_news/icons/news2.png
Binary file not shown.
Loading

0 comments on commit 0bbd9b6

Please sign in to comment.