Releases: watson-developer-cloud/swift-sdk
Releases · watson-developer-cloud/swift-sdk
2.0.3
2.0.2
2.0.1
2.0.0
Features
- All:
- Version moved to first parameter of init methods for basic authentication
- Credentials file support in the intializer dropped for iOS. Only supported in Linux
- Error response handling reworked for consistency across services and languages
- Ordering of parameters in some methods has changed due to migration of the API docs and generator to OpenAPI 3.0
- File-type parameters are now defined as
Data
rather thanURL
- AssistantV1:
- Some model classes have been merged / simplified
- The
InputData
class has been renamed toMessageInput
- SpeechToTextV1:
- The
recognizeWithWebsockets
method has been revised to accept aRecognizeCallback
object withonResults
andonError
callback properties
- The
1.4.0
1.4.0 (2019-02-12)
Bug Fixes
- AssistantV1: Remove erroneous
additionalProperties
from MessageResponse (60f1616) - CompareComplyV1: BodyCells had incorrect types for some of its properties (13c66af)
Features
- All: New initializer that loads credentials from file (39ddae3)
- AssistantV1: Add
additionalProperties
property to InputData (1e14888) - CompareComplyV1: Add
address
as a possible Attribute (b34a782) - CompareComplyV1: Add
attributes
property to BodyCells (3302504) - CompareComplyV1: Add
importance
to Parties (96eb790) - CompareComplyV1: Add confidence level for the identification of the contract amount (35a773a)
- DiscoveryV1: Add method to get the stopword list status (4a6b615)
- DiscoveryV1: Add the
pending
status for Documents (f342c68) - SpeechToTextV1: Add new parameter
force
to upgradeAcousticModel() method (eecf18b)
1.3.1
1.3.0
1.3.0 (2019-01-18)
Bug Fixes
- SpeechToTextV1: Change contentType parameter to optional in certain methods (e033cff)
Features
- DiscoveryV1: Add support for custom stopword lists (915ce68)
- DiscoveryV1: Add support for gateways (39393fa)
- DiscoveryV1: Add web crawlers to the list of possible sources (5a4a62e)
- SpeechToTextV1: Add new options to acoustic models and language models (3345b46)
- SpeechToTextV1: Add the ability to specify grammars in recognition requests (7edcdf4)
- VisualRecognitionV3: Add acceptLanguage parameter to detectFaces() (a260a9c)
- VisualRecognitionV3: Add genderLabel property to FaceGender model (a00f3c6)
1.2.0
1.1.1
1.1.0
1.1.0 (2018-12-11)
Features
- AssistantV1: Add metadata field to Context model (13a90c1)
- AssistantV1: Add option to sort results in getWorkspace() (5cefc7b)
- DiscoveryV1: Add new concepts property to NluEnrichmentFeatures model (80258db)
- DiscoveryV1: Add retrievalDetails property to QueryResponse model (631affc)
- NaturalLanguageUnderstandingV1: Add 4 new properties to the Model model (53fe057)
- NaturalLanguageUnderstandingV1: Add new count property to KeywordsResult model (ab9a339)
- NaturalLanguageUnderstandingV1: Add new limit property to CategoriesOptions model (5bf6637)