Releases: watson-developer-cloud/node-sdk
Releases · watson-developer-cloud/node-sdk
v1.2.0
1.2.0
v1.1.2
1.1.2
v1.1.1
1.1.1
v1.0.3
Breaking Changes for v1.0
Several breaking changes were introduced with the v1.0.0 release:
- Experimental and Beta services now require the appropriate tag to be added to their version:
- Concept Expansion
v1is nowv1-beta - Question and Answer
v1is nowv1-beta - Relationship Extraction
v1is nowv1-beta - Tone Analyzer
v2is nowv2-experimental - Visual Insights
v1is nowv1-experimental - Visual Recognition
v1is nowv1-beta
- Concept Expansion
- Speech to Text gained a new
createRecognizeStream()method replacing the existing live streaming methods with a simpler Read/Write stream.
The older methods are still avaliable in v1.0 but each log a deprecation warning (unless{silent: true}is passed in) and will be removed from a future release.
The affected methods are:recognizeLive()observeResult()getRecognizeStatus()
- The Document Conversion API has been reduced to a single
convert()method; it no longer offers batch conversion or cloud storage of files. - Several deprecated services have been removed:
- Message Resonance
- Tone Analyzer v1 (replaced by v2-experimental)
- Search (replaced by Retrieve and Rank)
- Dropped support for node.js v0.10.x (For reference: the WDC Node.js SDK now officially support the latest 0.12, LTS, and Stable releases of Node.js.)
v0.10.6
We are getting close to our first major release. See #89
CHANGESET
@germanattanasio Added test case for alchemy vision c91f1d5
@germanattanasio added tests for alchemy data news 91bd8c4
@germanattanasio add test cases for alchemy language 909f1b3
@germanattanasio fix test 259cc59
@germanattanasio remove concept insights v1 and fix nlc test 64f2b0d
@germanattanasio fix dialog and nlc test cases 92f8287
@germanattanasio Add test cases for document conversion #95 e1b8f61
@germanattanasio Fix handle null parameters in dialog #118 3fdbfa0
v0.10.4
0.10.4