watson-developer-cloud
Advanced tools
Changelog
3.16.0 (2019-01-17)
createStopwordList
, deleteStopwordList
, createGateway
, deleteGateway
, getGateway
, and listGateways
(8a6753e)accept_language
added to method detectFaces
(82190c7)Changelog
3.13.1 (2018-11-26)
content_type
is no longer a required parameter for recognize()
or createJob()
(it is now optional) (d64c06a)language_customization_id
parameter to the WebSockets method, deprecate customization_id
(bf2cd68)Changelog
4.0.0 (2019-03-28)
export
to _export
(91ed5a4)axios
instead of request
for network requests (f656731)QueryResultResultMetadata
to QueryResultMetadata
(b1a124c)query
and federatedQuery
, only accept string values for certain parameters. (06d7c65)getSourceCredentials
to getCredentials
(6fac701)createStopwordList
in discovery and convertToHTML
in compare comply (8f7c62f)createTokenizationDictionary
, deleteTokenizationDictionary
, and getTokenizationDictionaryStatus
(d5ba660)sort
query parameter to getWorkspace()
(1df75ac)MessageContextSkill
(15a4c7f)visual_recognition: For updateClassifier
and createClassifier
, the parameter {classname}_positive_examples
is changed to a map called positive_examples
with classnames as keys.
Node 4 will no longer be supported, considered during development, or tested with.
assistant-v2: For updateValue
, parameter new_type
is changed to new_value_type
. For updateDialogNode
, parameter new_type
is changed to new_node_type
.
There is no more index.ts
file, so importing with require('watson-developer-cloud')
will no longer work.
require('watson-developer-cloud/speech-to-text/v1')
.The methods createStopwordList
in discovery and convertToHTML
in comply comply now have new, required parameters
stopword_filename
for createStopwordList
, and filename
for convertToHTML
assistant-v1: The Assistant v1 parameter export
is now _export
is all instances.
export
parameter to _export
.The SDK used to document and allow array values for these parameters, converting them to strings to be sent to the service.
The module json-training-to-csv
is no longer available.
training_data
to NLC as a CSV file.Cookies will no longer be sent or stored in requests. This should have very little impact on usage but is techincally a breaking change.
Errors objects returned from service errors are now different
Network responses received in callback function may now have different structures (results and errors). Requests no longer return a Stream.
personality-insights: Personality Insights v2 is no longer available in the SDK
compare-comply: Parameter model_id
has been changed to model
for the following methods: convertToHtml, classifyElements, extractTables, compareDocuments, deleteFeedback, getFeedback, createBatch, and updateBatch
speech-to-text: Deprecated methods in Speech to Text are no longer available. Changed parameter names are no longer interally corrected.
text-to-speech: Deprecated methods in Text to Speech are no longer available. Changed parameter names are no longer interally corrected.
visual-recognition: Deprecated methods in Visual Recognition are no longer available. Changed parameter names are no longer interally corrected.
tone-analyzer: Deprecated methods in Tone Analyzer are no longer available. Changed parameter names are no longer interally corrected.
personality-insights-v3: Deprecated methods in Personality Insights v3 are no longer available. Changed parameter names are no longer interally corrected.
natural-language-understanding: The version_date
parameter in Natural Language Understanding is no longer supported.
version
instead.natural-language-classifier: Deprecated methods in Natural Language Classifier are no longer available. Changed parameter names are no longer interally corrected.
discovery: Deprecated methods in Discovery are no longer available. Changed parameter names are no longer interally corrected.
conversation: The Conversation service will no longer be available
language-translator-v2: The Language Translator V2 service will no longer be available
dialog: The Dialog service will no longer be available
Support for the api_key
parameter has been removed.
iam_apikey
to authenticate.discovery: The name of the model QueryResultResultMetadata
has been changed to QueryResultMetadata
QueryResultMetadata
instead of QueryResultResultMetadata
: