You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeHistory.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,90 @@
1
+
## 0.7.x
2
+
3
+
### New in version 0.7.8
4
+
- NLU Node - Add Syntax to list of selectable features
5
+
6
+
### New in version 0.7.7
7
+
- STT Node - Set correct content-type when File-Type reports a mime type of audio/opus for ogg;codec=opus files.
8
+
9
+
### New in version 0.7.6
10
+
- Bump SDK Dependency to 3.18.2
11
+
- STT Node To use iam-utils in place of removed iam-token-manager
12
+
- STT Node removed codec setting as service can now automatically detect the codec of the input audio and supports more than codec=opus for ogg formats.
13
+
- TSS Node fix to add visibility check on tts.voices and not stt.models
14
+
- Assistant V1 Workspace Manager Node updated to reflect that in update mode, updated fields
15
+
need a new_ prefix in their keys as part of the input json.
16
+
- NLC Node - migrate off deprecated methods
17
+
- NLC Node - Allow create of a classier to be based on a csv template node.
18
+
19
+
### New in version 0.7.5
20
+
- Bump SDK Dependency to 3.15.0
21
+
- Added Portuguese (Brazilian) and Chinese (Simplified and Traditional) as output languages
22
+
for Visual Recognition node.
23
+
- Added list voices and delete customisation methods to TTS Corpus Builder node.
24
+
- STT Node Changes
25
+
- Allowing SDK to manage IAM Tokens.
26
+
- Streaming mode for STT using IAM key now working.
27
+
- Fix to stream mode for max alternatives and smart formatting options
28
+
- Keywords, Word Confidence and Customization Weight can now be specified
29
+
- Allow Start and End data packets to be specified as JSON objects, as well as
30
+
a stringified JSON objects.
31
+
- In line with SDK change use createLanguageModel() to create custom model
32
+
- Disable SSL Verification option for Assistant Node.
33
+
- Natural Language Understanding Node Changes
34
+
- Bump Natural Language Understanding to 2018-11-16
35
+
- Add Limit Categories and limit_text_characters options
36
+
- Allow JSON input into Personality Insights node.
37
+
- Japanese word count was causing a Node-RED crash when run in the cloud.
38
+
- Hungarian supported by Language Translator.
39
+
- New Document Language Translator node.
40
+
- New Assistant V2 Node.
41
+
- Discovery Node changes
42
+
- Bump Discovery to 2018-12-03
43
+
- Implement Query Notices method
44
+
- Bump dependency on file-type to 10.7.0
45
+
- Bump dependency on temp to 0.9.0
46
+
47
+
48
+
### New in version 0.7.4
49
+
- Bump SDK Dependency to 3.11.0
50
+
- Bump Assistant version to 2018-09-20
51
+
- Bump Discovery version to 2018-08-01
52
+
- Bump Natural Language Understanding to 2018-09-21
53
+
- Bump Personality Insights to 2017-10-13
54
+
- Discovery New Environment Size is now a string
55
+
- Add Language Text to DropDrown for new supported languages in Translation Node.
56
+
- Natural Language Classifier updated for use of IAM key for authentication.
57
+
- Fix the Natural Language Understanding for bound IAM key service.
58
+
- German is a supported STT Language.
59
+
- Visual Recognition Key fix when migrating from unbound to bound service.
60
+
61
+
### New in version 0.7.3
62
+
- Modify Discovery Query Builder Node to use `listCollectionFields` to determine query list.
63
+
64
+
### New in version 0.7.2
65
+
- Allow version date for Assistant to be specified in `msg.params.version`
66
+
to allow optional usage of beta version.
67
+
68
+
### New in version 0.7.1
69
+
- Fix to how IAM Key for bound Visual Recognition is retrieved
70
+
71
+
### New in version 0.7.0
72
+
- In this release STT in Stream mode with IAM Keys does not work.
73
+
- Assistant, Discovery, Language Identify, Language Translator,
74
+
Natural Language Understanding, Personality Insights,
75
+
Speech to Text, Text to Speech, Tone Analyzer nodes updated
76
+
to allow for use of IAM key for authentication.
77
+
- Migrated STT node off deprecated methods.
78
+
- Fix to Tone Analyzer Node to preserve credentials on config reopen.
79
+
- Fix to Tone Analyzer to allow json objects and arrays as payload.
80
+
- Fix to STT where auto-connect was not being preserved when reopening configuration.
81
+
- Bump to 2018-03-05 version date for Discovery service.
82
+
- Move to V3 of Language Translator
83
+
- Migrated Discovery Nodes off deprecated methods.
- NLU Node - Add Syntax to list of selectable features
12
-
13
-
### New in version 0.7.7
14
-
- STT Node - Set correct content-type when File-Type reports a mime type of audio/opus for ogg;codec=opus files.
15
-
16
-
### New in version 0.7.6
17
-
- Bump SDK Dependency to 3.18.2
18
-
- STT Node To use iam-utils in place of removed iam-token-manager
19
-
- STT Node removed codec setting as service can now automatically detect the codec of the input audio and supports more than codec=opus for ogg formats.
20
-
- TSS Node fix to add visibility check on tts.voices and not stt.models
21
-
- Assistant V1 Workspace Manager Node updated to reflect that in update mode, updated fields
22
-
need a new_ prefix in their keys as part of the input json.
23
-
- NLC Node - migrate off deprecated methods
24
-
- NLC Node - Allow create of a classier to be based on a csv template node.
25
-
26
-
### New in version 0.7.5
27
-
- Bump SDK Dependency to 3.15.0
28
-
- Added Portuguese (Brazilian) and Chinese (Simplified and Traditional) as output languages
29
-
for Visual Recognition node.
30
-
- Added list voices and delete customisation methods to TTS Corpus Builder node.
31
-
- STT Node Changes
32
-
- Allowing SDK to manage IAM Tokens.
33
-
- Streaming mode for STT using IAM key now working.
34
-
- Fix to stream mode for max alternatives and smart formatting options
35
-
- Keywords, Word Confidence and Customization Weight can now be specified
36
-
- Allow Start and End data packets to be specified as JSON objects, as well as
37
-
a stringified JSON objects.
38
-
- In line with SDK change use createLanguageModel() to create custom model
39
-
- Disable SSL Verification option for Assistant Node.
40
-
- Natural Language Understanding Node Changes
41
-
- Bump Natural Language Understanding to 2018-11-16
42
-
- Add Limit Categories and limit_text_characters options
43
-
- Allow JSON input into Personality Insights node.
44
-
- Japanese word count was causing a Node-RED crash when run in the cloud.
45
-
- Hungarian supported by Language Translator.
46
-
- New Document Language Translator node.
47
-
- New Assistant V2 Node.
48
-
- Discovery Node changes
49
-
- Bump Discovery to 2018-12-03
50
-
- Implement Query Notices method
51
-
- Bump dependency on file-type to 10.7.0
52
-
- Bump dependency on temp to 0.9.0
53
-
54
-
55
-
### New in version 0.7.4
56
-
- Bump SDK Dependency to 3.11.0
57
-
- Bump Assistant version to 2018-09-20
58
-
- Bump Discovery version to 2018-08-01
59
-
- Bump Natural Language Understanding to 2018-09-21
60
-
- Bump Personality Insights to 2017-10-13
61
-
- Discovery New Environment Size is now a string
62
-
- Add Language Text to DropDrown for new supported languages in Translation Node.
63
-
- Natural Language Classifier updated for use of IAM key for authentication.
64
-
- Fix the Natural Language Understanding for bound IAM key service.
65
-
- German is a supported STT Language.
66
-
- Visual Recognition Key fix when migrating from unbound to bound service.
67
-
68
-
### New in version 0.7.3
69
-
- Modify Discovery Query Builder Node to use `listCollectionFields` to determine query list.
70
-
71
-
### New in version 0.7.2
72
-
- Allow version date for Assistant to be specified in `msg.params.version`
73
-
to allow optional usage of beta version.
74
-
75
-
### New in version 0.7.1
76
-
- Fix to how IAM Key for bound Visual Recognition is retrieved
77
-
78
-
### New in version 0.7.0
79
-
- In this release STT in Stream mode with IAM Keys does not work.
80
-
- Assistant, Discovery, Language Identify, Language Translator,
81
-
Natural Language Understanding, Personality Insights,
82
-
Speech to Text, Text to Speech, Tone Analyzer nodes updated
83
-
to allow for use of IAM key for authentication.
84
-
- Migrated STT node off deprecated methods.
85
-
- Fix to Tone Analyzer Node to preserve credentials on config reopen.
86
-
- Fix to Tone Analyzer to allow json objects and arrays as payload.
87
-
- Fix to STT where auto-connect was not being preserved when reopening configuration.
88
-
- Bump to 2018-03-05 version date for Discovery service.
89
-
- Move to V3 of Language Translator
90
-
- Migrated Discovery Nodes off deprecated methods.
91
-
- Remove Deprecated Retrieve and Rank Nodes
92
10
11
+
### New in version 0.8.0
12
+
- In the 0.8.x releases the nodes are migrated to a node-red 1.0.x input
13
+
event callback function signature.
14
+
and migrated off watson-developer-cloud to ibm-watson as a npm dependancy.
15
+
Migrated nodes will not be compatible with pre 1.0.0 versions of node-red.
16
+
During the migration there will be a dependancy on both modules.
17
+
- Bump dependancy on node to >=10.0.0
18
+
- Bump dependancy on cfenv, request, file-type
19
+
- Bump dependancy on ibm-cloud-sdk-core to 0.3.7 (need to stay on 0.x, for STT Streaming to work)
20
+
- Node-RED & IBM-Watson & Use of promises on API invokation & IAM URL construct migration & Removal of default endpoint of
21
+
- Tone Analyzer node.
22
+
- Personality Insights node.
23
+
- Visual Recognition V3 node
24
+
- Text to Speech node
25
+
- Text to Speech Corpus Builder node
26
+
- New Visual Recognition V4 node.
27
+
- Drop faces detect option from Visual Recognition V3 node.
28
+
- Fix to URL parsing for bound services.
29
+
- STT token manager no longer in ibm-cloud-sdk-core
30
+
- Update language lists for STT, TTS, Language Translator and Document Translator Nodes
93
31
94
32
### Watson Nodes for Node-RED
95
33
A collection of nodes to interact with the IBM Watson services in [IBM Cloud](http://bluemix.net).
0 commit comments