Skip to content

Commit 4f091a2

Browse files
authored
Release/2.0.0 (#90)
* chore(gitignore): ignore vscode config * feat(assistantv1): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(assistantv2): update models with latest definitions * feat(comparecomplyv1): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(discoveryv1): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(discoveryv2): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(languagetranslatorv3): update models with latest definitions * feat(naturallanguageclassifierv1): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(naturallanguageunderstandingv1): update models with latest definitions * feat(personalityinsightsv3): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(speechtotextv1): update models with latest definitions * feat(texttospeechv1): update models with latest definitions BREAKING CHANGE: VoiceModel is now renamed to CustomModel for all related models and operations * feat(toneanalyzerv3): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(visualrecognitionv3): update models with latest definitions BREAKING CHANGE: version is now a string pointer * feat(visualrecognitionv4): update models with latest definitions BREAKING CHANGE: version is now a string pointer * docs(examples): update examples * build(update modules): update go modules BREAKING CHANGE: 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
1 parent 96b87c5 commit 4f091a2

71 files changed

Lines changed: 87570 additions & 18146 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ vendor/
1515
.pre-commit-config.yaml
1616
.secrets.baseline
1717
.openapi-generator-ignore
18-
.openapi-generator/
18+
.openapi-generator/
19+
20+
# VSCode config
21+
.vscode/

0 commit comments

Comments
 (0)