Skip to content

Releases: watson-developer-cloud/go-sdk

v3.0.0

21 Mar 16:57
Compare
Choose a tag to compare

3.0.0 (2022-03-21)

Features

BREAKING CHANGES

  • v3: removed several deprecated service wrappers, and breaking variable and operation
    name changes

v2.2.0

14 Sep 20:49
Compare
Choose a tag to compare

2.2.0 (2021-09-14)

Bug Fixes

  • discoveryv1: correctly structure StatusDetails (ff0aa0e)
  • generated code: un-nest list classifications models response (fc00df3)
  • nlc-integration-testing: update testing to expect an error on OnError (3d3c22e)
  • sst-integration-test: remove unintentional commit (c02f6b4)
  • stt: serialize websocket parameters (5c1ef05)
  • stt: update content-type json key to be all lower-case since the server requires this format (4a437fd)
  • stt-integration-test: rename the test for TestRecognizeUsingWebsocketWithRawAudio (9582f67)
  • stt-integration-test: update test cases (911d82d)
  • stt-websocket: add Result Error checking and add onError handling insteading of letting it runs (7cace42)

Features

  • assistantv2: add SearchResultAnswer (0c4b541)
  • generated code: add alt_text; update based on api defs (5014ea3)
  • generated code: add language models for stt (2a7585f)
  • generated code: add session_state_time and alt_text; change location to optional (ee19141)
  • generated code: add voice models for tts (cc3be98)
  • generated code: update enums for create project constants (d8b1d9b)

v2.1.1

24 Aug 17:44
Compare
Choose a tag to compare

2.1.1 (2021-08-24)

Bug Fixes

  • nlc: add a deprecation message for natural language classifier (96bfe48)
  • nlc: add a missing space on the deprecation message (05339fa)

v2.1.0

08 Jun 14:03
Compare
Choose a tag to compare

2.1.0 (2021-06-08)

Bug Fixes

  • hand edit: remove training status from options models (9a25eb7)
  • hand edit: speechtotext - keep recognize option serialization (b06c278)

Features

  • assistant: update models based on definitions (aecf278)
  • discoveryv2: update based on definitions (1511949)
  • nlu: update based on definitions (700cb1b)
  • speech to text: update based on definitions (796daac)
  • text to speech: update based on definitions (1c5e529)

v2.0.3

05 Apr 18:07
Compare
Choose a tag to compare

2.0.3 (2021-04-05)

Bug Fixes

v2.0.2

12 Jan 16:16
Compare
Choose a tag to compare

2.0.2 (2021-01-12)

Bug Fixes

  • bumpversion: correct path for the common module (e073583)
  • gomod: add v2 path to correct identify the major version (a647bc5)
  • imports: import v2 of the common module (47f93e3)

v2.0.1

21 Dec 23:55
Compare
Choose a tag to compare

2.0.1 (2020-12-21)

Bug Fixes

  • readme: remove preview message (a9fd11d)

v2.0.0

10 Dec 22:48
Compare
Choose a tag to compare

2.0.0 (2020-12-10)

BREAKING CHANGES

  • version is now a string pointer

  • feat(assistantv2): update models with latest definitions

  • feat(comparecomplyv1): update models with latest definitions

  • version is now a string pointer

  • feat(discoveryv1): update models with latest definitions

  • version is now a string pointer

  • feat(discoveryv2): update models with latest definitions

  • version is now a string pointer

  • feat(languagetranslatorv3): update models with latest definitions

  • feat(naturallanguageclassifierv1): update models with latest definitions

  • version is now a string pointer

  • feat(naturallanguageunderstandingv1): update models with latest definitions

  • feat(personalityinsightsv3): update models with latest definitions

  • version is now a string pointer

  • feat(speechtotextv1): update models with latest definitions

  • feat(texttospeechv1): update models with latest definitions

  • VoiceModel is now renamed to CustomModel for all related models and operations

  • feat(toneanalyzerv3): update models with latest definitions

  • version is now a string pointer

  • feat(visualrecognitionv3): update models with latest definitions

  • version is now a string pointer

  • feat(visualrecognitionv4): update models with latest definitions

  • version is now a string pointer

  • docs(examples): update examples

  • build(update modules): update go modules

  • the go sdk now requires go-sdk-core/v4 as a dependency

  • chore(personalityinsightsv3): log deprecation warning

  • fix(hand edit): make SpeechRecognitionAlternative utilize generic interface{}

  • chore(copyright dates): fix copyright dates

  • fix(hand edit): remove trainingStatus from CreateCollection and UpdateCollection

these are output parameters and should not be generated in the options model

  • chore(deprecation): add deprecation message for visual recognition

  • chore(deps): update strfmt

  • test(integration tests): update tests for improvedNameFormatting constants

  • fix(hand edit): unmarshal key_as_string for timestamp keys

  • style(format): run gofmt

v2.0.0-rc1

19 Nov 21:21
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

This is a pre-release of the official release in December.

v1.7.0

26 Aug 13:37
Compare
Choose a tag to compare

1.7.0 (2020-08-26)

Features

  • assistantv2: add ListLogs and DeleteUserData operations (ae4ecaf)
  • default url: update default url for services (a63b102)
  • discoveryv2: add Collection and Enrichment operations (b6cea64)
  • languagetranslatorv3: add ListLanguages operation (fec7d7d)
  • speechtotextv1: update language constants for custom model operations (27c2c66)
  • texttospeechv1: update voice constants (5eceaa0)
  • visualrecognitionv4: update service url and tests (6d411e7)

Reverts

  • visualrecognitionv4: readd count to the metadata object (38eed59)