Skip to content

Releases: watson-developer-cloud/salesforce-sdk

v3.2.2

10 Jan 17:51
Compare
Choose a tag to compare

3.2.2 (2019-01-10)

Bug Fixes

  • Assistant v1: Move missing disabled field from CreateDialogNode to DialogNode (9bee74c)

3.2.1

09 Jan 14:43
ab26d48
Compare
Choose a tag to compare

3.2.1 (2019-01-09)

Bug Fixes

  • core: Add method to check for invalid chars in credential value (de4c9bd)
  • core: Throw exceptions on commonly invalid characters (7edff6b)

v3.1.1

19 Nov 18:57
Compare
Choose a tag to compare

3.1.1 (2018-11-19)

Bug Fixes

  • Speech to Text: Make Content-Type optional for createJob() and recognize() (0ac89b5)

v3.1.0

31 Oct 17:20
Compare
Choose a tag to compare

3.1.0 (2018-10-31)

Features

  • Discovery: Add createTokenizationDictionary() method and associated models (aee47d1)
  • Discovery: Add deleteTokenizationDictionary() method and its options model (233a547)
  • Discovery: Add getTokenizationDictionaryStatus() method and its options model (561cb2f)

NOTE: The above only currently works with Japanese-language collections. See here for full details.

v3.0.0

18 Oct 18:53
Compare
Choose a tag to compare

3.0.0 (2018-10-18)

Code Refactoring

  • Conversation: Remove Conversation classes and references to the service (5380497)
  • core: Remove basic API key authentication (278cd5c)
  • Discovery: Change federatedQuery() and query() to POST requests (1ca10ec)
  • Language Translator v2: Remove Language Translator v2 and references to the service (b8ce81b)
  • Personality Insights: Change getProfileAsCSV method (3e26a16)
  • Speech to Text: Remove deprecated getter and setter for audio (f01c2ed)
  • Visual Recognition: Change parameters for createClassifier and updateClassifier (249cce2)
  • Visual Recognition: Remove parameters getter and setter in ClassifyOptions and DetectFaces (baaefa4)

BREAKING CHANGES

  • Visual Recognition: A parameter of both methods has been removed in favor of a couple new ones. See the
    migration guide for information on how to use these methods now.
  • core: Only username/password and IAM authentication is supported now. See the migration
    guide for v3.0.0 for details.
  • Discovery: Some parameter types have been changed from List to String. See the
    migration guide for v3.0.0 for full details.
  • Visual Recognition: Some methods have been removed. See the migration guide for v3.0.0 for full
    details.
  • Speech to Text: Some deprecated methods have been removed in AddAudioOptions. See the migration
    guide for v3.0.0 for full details.
  • Personality Insights: getProfileAsCSV() is now profileAsCsv() and now returns an IBMWatsonFile. See the
    migration guide for v3.0.0 for full details.
  • Language Translator v2: The Language Translator v2 service has been removed. You can read about handling
    this change in the migratiin guide for v3.0.0.
  • Conversation: The Conversation service has been removed. You can read about handling this change
    in the migration guide for v3.0.0.

🚨 See the migration guide here 🚨

v2.9.0

22 Sep 03:33
Compare
Choose a tag to compare

2.9.0 (2018-09-22)

Features

  • Assistant v2: Add generated Assistant v2 code (c978f66)

Reverts

  • Assistant v1: Revert erroneous addition of actions property to OutputData (3027b04)

v2.8.0

13 Sep 17:51
Compare
Choose a tag to compare

2.8.0 (2018-09-13)

Features

  • Assistant: Add actions property to MessageResponse and OutputData (3234eff)
  • Conversation: Add actions property to MessageResponse (427888e)

v2.7.0

11 Sep 20:00
Compare
Choose a tag to compare

2.7.0 (2018-09-11)

Features

  • auth: Add support for proper authentication on ICP (442470a)

v2.6.0

14 Aug 21:15
Compare
Choose a tag to compare

2.6.0 (2018-08-14)

Features

  • Assistant: Add mentions property to Example (6a09bbc)
  • Conversation: Add mentions property to Example (244dc4b)
  • Discovery: Add createEvent method (ea73817)
  • Discovery: Add getMetricsEventRate, getMetricsQuery, getMetricsQueryEvent, getMetricsQueryNoResults, and getMetricsQueryTokenEvent methods (d977ae3)
  • Discovery: Add queryLog method (b42d9d6)

v2.5.0

07 Aug 23:59
Compare
Choose a tag to compare

2.5.0 (2018-08-07)

Bug Fixes

  • Speech to Text: Fix sending of files (dc823ec)

Features

  • Assistant: Add generic property to OutputData (3901d70)
  • Assistant: Add listMentions() method (39becd4)
  • Assistant: Add ListMentionsOptions model (6c0b99f)
  • Assistant: Add mentions property to CreateExample and Example (3b39e20)
  • Assistant: Add mentions property to CreateExampleOptions and UpdateExampleOptions (0b378f4)
  • Assistant: Add systemSettings parameter to CreateWorkspaceOptions and UpdateWorkspaceOptions (4866fbd)
  • Assistant: Add systemSettings property to Workspace and WorkspaceExport (dcd9464)
  • Assistant: Add userLabel property to CreateDialogNodeOptions and UpdateDialogNodeOptions (9066958)
  • Assistant: Change output property of CreateDialogNode and DialogNode to DialogNodeOutput type (4b1b37d)
  • Conversation: Add same new features as Assistant (ac642d3)
  • Discovery: Add language property to EnrichmentOptions (a142cb2)
  • Discovery: Add loggingOptOut property to QueryOptions (47da31f)
  • Speech to Text: Add audioResource as alias of audio prop in AddAudioOptions, remove unused aud (1bfb316)