Skip to content

Releases: watson-developer-cloud/swift-sdk

v3.5.0

05 Jun 18:04
Compare
Choose a tag to compare

3.5.0 (2020-06-05)

Bug Fixes

  • hand edit: keep model in CategoriesOptions (80378ef)
  • hand edit: keep system as a [String: JSON]? (9a41be2)
  • hand edit: maintain MessageInputOptions parameter position (b3fb5ed)
  • hand edit: parse "collectionIDs" and "features" into csv data (fda1009)

Features

  • environment auth: make environment authenticator a throwable (4801d06)
  • generated code: updates based on new api definitions (1c4d441)
  • hand edit: add discriminator support for QueryAggregation (49018ce)
  • hand edit: make discoveryv2 environment init throwable (82df050)
  • hand edit: make VR V4 environment init throwable (64542e2)

v3.4.0

24 Apr 15:59
Compare
Choose a tag to compare

3.4.0 (2020-04-24)

Bug Fixes

  • hand edit: keep model in CategoriesOptions (dc01aa9)
  • hand edit: parse "collectionIDs" and "features" into csv data (f60a7db)

Features

  • environment auth: make environment authenticator a throwable (e75b2e9)
  • generated code: update models based on new api definitions (ced9824)
  • hand edit: add discriminator support for QueryAggregation (fc71f87)
  • hand edit: make discoveryv2 environment init throwable (712be7d)
  • hand edit: make VR V4 environment init throwable (de64c5c)
  • websockets: add support properties to RecognitionSettings (5f0d2d9)

v3.3.0

13 Feb 22:37
Compare
Choose a tag to compare

3.3.0 (2020-02-13)

Bug Fixes

  • hand edit: keep model in CategoriesOptions (8528a8f)
  • hand edit: parse "collectionIDs" and "features" into csv data (c2e8db7)
  • hand edit: use [String:String] for updateObjectMetadata request body (f168e87)

Features

  • environment auth: make environment authenticator a throwable (2cf5ffc)
  • generated code: update based on new api definitions (7c019d4)
  • hand edit: add discriminator support for QueryAggregation (ffa8bcc)
  • hand edit: make discoveryv2 environment init throwable (1ea5e57)
  • hand edit: make VR V4 environment init throwable (0fef261)

v3.2.0

20 Jan 21:32
Compare
Choose a tag to compare

3.2.0 (2020-01-20)

Bug Fixes

  • hand edit: keep model in CategoriesOptions (b0ceeb5)
  • hand edit: parse "collectionIDs" and "features" into csv data (4e32293)

Features

  • environment auth: make environment authenticator a throwable (35c8d30)
  • generated code: update based on api defs (e779c04)
  • hand edit: add discriminator support for QueryAggregation (e3f065d)
  • hand edit: make discoveryv2 environment init throwable (1510586)
  • hand edit: make VR V4 environment init throwable (4e63c19)
  • websockets: add new function params (80424fd)

3.1.0

27 Nov 20:57
5a9653d
Compare
Choose a tag to compare
v3.1.0

update tag

3.0.0

04 Oct 19:21
Compare
Choose a tag to compare

3.0.0 (2019-10-04)

Bug Fixes

  • hand edit: parse "collectionIDs" and "features" into csv data (7054591)
  • hand edit: vR V4 model hand edits (27d17b2)
  • linux tests: fix syntax errors in linux tests (bfb2b62)

Build System

  • core: update dependencies to use new core (dbfdb19)

Code Refactoring

  • remove utility methods: remove authentication type methods (81ab28e)

Features

  • environment auth: make environment authenticator a throwable (8689481)
  • environment auth: make environment authenticator a throwable (e9df576)
  • generated code: add generated code based on updated api definitions (e9a8eeb)
  • generated code: update based on api reference changes (de24497)
  • generated code: update generated code based on api definitions (e090f9d)
  • hand edit: make VR V4 environment init throwable (52788bc)
  • vis rec v4: add Visual Recognition V4 (96e6dab)
  • websockets: accept authenticator in websocket client init (db90f26)

BREAKING CHANGES

  • core: uses new core framework
  • generated code: new authentication scheme
  • environment auth: Previously, this was an init? but now it will be an init -> throws
  • websocketURL is now a String?

refactor(core import): use IBMSwiftSDKCore instead of RestKit

feat(vis rec ui): remove faces method

  • faces method is no longer available

build(xcode): update dependency settings

test(vr): update test values

fix(hand edit): convert classifierIDs and owners to csv data

  • environment auth: Previously, this was an init? but now it will be an init -> throws
  • hand edit: turns the init? into an init -> throws
  • faces method is no longer available

build(xcode): update dependency settings

  • generated code: removed models and breaking api changes
  • websockets: new init parameters and removal of convience inits
  • remove utility methods: public methods removed
  • websocketURL is now a String?

refactor(core import): use IBMSwiftSDKCore instead of RestKit

feat(vis rec ui): remove faces method

2.3.0

27 Aug 16:49
Compare
Choose a tag to compare

2.3.0 (2019-08-27)

Features

  • comparecomply: update based on latest api definition (a8be492)

2.2.0

31 Jul 17:22
Compare
Choose a tag to compare

2.2.0 (2019-07-31)

Features

  • AssistantV2 add support for Assistant Search Skill (ca7e3b0)

Bug fixes

  • Integration Tests various bug fixes

2.1.1

28 Jun 20:42
Compare
Choose a tag to compare

2.1.1 (2019-06-28)

Bug Fixes

  • SpeechToTextV1: Add configureSession parameter to RecognizeMicrophone. (87f5aed)

2.1.0

14 Jun 05:38
Compare
Choose a tag to compare

2.1.0 (2019-06-14)

Features

  • Add support for insecure connections (975bb68)
  • Generated code for June SDK release (7283310)
    • Assistant V1 updated DialogNodeOutputOptionsElementValue
    • LTv3 Document Translation API
    • NLU categories explanations
    • STT processing metrics and audio metrics features
  • SpeechToTextV1: Add support for processing metrics and audo metrics to websockets methods (e3b7169)

Bug Fixes

  • Remove support for insecure connections for Linux (76f15f2)