Swift Sdk Versions Save

:iphone: The Watson Swift SDK enables developers to quickly add Watson Cognitive Computing services to their Swift applications.

v5.0.0

2 years ago

5.0.0 (2021-03-22)

  • assistant_v1: BREAKING CHANGE: OutputData: required text property removed, RuntimeEntity: optional metadata property removed RuntimeResponseGeneric: Three new response types added Workspace: workspaceID changed form required to optional
  • assistant_v2: BREAKING CHANGE: RuntimeEntity: optional metadata property removed, MessageOutputDebug: nodesVisited type DialogNodesVisited changed to DialogNodeVisited. MessageContext: integrations property added MessageContextGlobalSystem: skipUserInput property added MessageContextStateless: integrations property added MessageInput: attachments property added MessageInputStateless: attachments property added RuntimeResponseGeneric: Three new response types added
  • compare/comply,nlc, tone analyzer, pi, visrec: removed ヾ(・‿・)
  • disco_v1: BREAKING CHANGE: QueryAggregation: QueryAggregation subclasses changed. DocumentStatus: documentID, status, and statusDescription are now optional
  • stt: BREAKING CHANGE: addGrammar parameter grammarFile changed from String to Data type

v4.3.0

2 years ago

4.3.0 (2021-09-15)

Bug Fixes

  • disco_v1: update type of status to reflect service changes (2c4b1ca)
  • nlu: fix listClassificationsModels response model (58fc24e)

Features

  • assistant_v1: alt_text added, location prop changed to optional (5d4be6e)
  • assistant_v2: same as v1, add new properties to models (5d37f1f)
  • assistant_v2,disco_v1: add answers property to response model, fix typo (d5f2a0c)
  • disco_v2: update project types enum (a1263c4)

v4.2.1

3 years ago

4.2.1 (2021-06-02)

Bug Fixes

  • tts: remove unnecessary filename param (5dd1346)

v4.2.0

3 years ago

4.2.0 (2021-05-27)

Bug Fixes

  • discov2,nlu: fix previously breaking changes (3172384)
  • nlu: add notices, remove version param, fix tests (92b0efd)
  • nlu: remove ListCategoriesModelsResponse (20e6c05)

Features

  • assistantv1: generation release changes (a9e0796)
  • assistantv2: generation release changes (41ffa0a)
  • discov2: generation release changes (be98f0c)
  • nlu: gen release changes and small edits (5abf627)
  • stt: update websocket parameters (3755a05)
  • stt-tts: generation release changes (7301a2f)
  • stt-tts: generation release changes (d5da0a8)

v4.1.0

3 years ago

4.1.0 (2021-02-02)

Bug Fixes

  • cocoapods: exclude arm64 architecture from cocoapods builds (26eed51)
  • podspecs: exclude new instance of InsecureConnection.swift (8ad8674)
  • spm: support for swift package manager across all services (460e261)
  • stt&tts: add preprocessor flags for cross pkg manager support (99a1cdd)
  • stt&tts: import library modules (e390d2d)
  • xcodeproj: add missing models to xcode project file (3714fb4)

Features

  • websockets: update to match starscream 4.X protocols (1afba98)

v4.0.1

3 years ago

Assistant V1/V2

  • Add AgentAvailabilityMessage model to fix deserialization error in CRUD operations for dialogNode

v4.0.0

3 years ago

Version 4 of the Watson Swift SDK

4.0.0-rc1

3 years ago

First release candidate for the upcoming major release, v4. For more information about breaking changes, see the current change log.

v3.6.0

3 years ago

3.6.0 (2020-08-31)

Bug Fixes

  • hand edit: keep model in CategoriesOptions (45b57c0)
  • hand edit: maintain MessageInputOptions parameter position (e3eb2c1)
  • hand edit: parse "collectionIDs" and "features" into csv data (ee8524e)
  • hand edit: serialize enrichment parameter (f8e3c28)
  • createEnrichment hand edit and test fixes (c9408fb)
  • added decryption id to travis.yml (8450bf7)
  • update to encrypted WatsonCredentials.swift (666e42f)
  • update travis file to include new encryption keys (10495cd)

Features

  • environment auth: make environment authenticator a throwable (eb8964d)
  • generated code: generated code (ec93e39)
  • hand edit: add discriminator support for QueryAggregation (dd34d5d)
  • hand edit: make discoveryv2 environment init throwable (fe26448)
  • hand edit: make VR V4 environment init throwable (a5ac4a6)

v3.5.1

3 years ago

3.5.1 (2020-07-02)

Bug Fixes

  • schemes: add DiscoveryV2 scheme (d65e62a)