Releases: watson-developer-cloud/go-sdk
v3.0.0
v2.2.0
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
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
This is a pre-release of the official release in December.
v1.7.0
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)