Skip to content

Releases: watson-developer-cloud/node-sdk

v1.0.3

19 Nov 20:12
Compare
Choose a tag to compare

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 v1 is now v1-beta
    • Question and Answer v1 is now v1-beta
    • Relationship Extraction v1 is now v1-beta
    • Tone Analyzer v2 is now v2-experimental
    • Visual Insights v1 is now v1-experimental
    • Visual Recognition v1 is now v1-beta
  • 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

11 Oct 16:50
Compare
Choose a tag to compare

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

21 Sep 04:59
Compare
Choose a tag to compare
0.10.4