Skip to content

Commit 55524a2

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.7.0...v2.0.0) (2020-12-10) * Release/2.0.0 (#90) ([4f091a2](4f091a2)), closes [#90](#90) ### 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
1 parent 8e34008 commit 55524a2

File tree

2 files changed

+175
-243
lines changed

2 files changed

+175
-243
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
# [2.0.0](https://github.com/watson-developer-cloud/go-sdk/compare/v1.7.0...v2.0.0) (2020-12-10)
2+
3+
4+
* Release/2.0.0 (#90) ([4f091a2](https://github.com/watson-developer-cloud/go-sdk/commit/4f091a21576297153b17817971bc20a186d0efef)), closes [#90](https://github.com/watson-developer-cloud/go-sdk/issues/90)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* version is now a string pointer
10+
11+
* feat(assistantv2): update models with latest definitions
12+
13+
* feat(comparecomplyv1): update models with latest definitions
14+
* version is now a string pointer
15+
16+
* feat(discoveryv1): update models with latest definitions
17+
* version is now a string pointer
18+
19+
* feat(discoveryv2): update models with latest definitions
20+
* version is now a string pointer
21+
22+
* feat(languagetranslatorv3): update models with latest definitions
23+
24+
* feat(naturallanguageclassifierv1): update models with latest definitions
25+
* version is now a string pointer
26+
27+
* feat(naturallanguageunderstandingv1): update models with latest definitions
28+
29+
* feat(personalityinsightsv3): update models with latest definitions
30+
* version is now a string pointer
31+
32+
* feat(speechtotextv1): update models with latest definitions
33+
34+
* feat(texttospeechv1): update models with latest definitions
35+
* VoiceModel is now renamed to CustomModel for all related models and operations
36+
37+
* feat(toneanalyzerv3): update models with latest definitions
38+
* version is now a string pointer
39+
40+
* feat(visualrecognitionv3): update models with latest definitions
41+
* version is now a string pointer
42+
43+
* feat(visualrecognitionv4): update models with latest definitions
44+
* version is now a string pointer
45+
46+
* docs(examples): update examples
47+
48+
* build(update modules): update go modules
49+
* the go sdk now requires go-sdk-core/v4 as a dependency
50+
51+
* chore(personalityinsightsv3): log deprecation warning
52+
53+
* fix(hand edit): make SpeechRecognitionAlternative utilize generic interface{}
54+
55+
* chore(copyright dates): fix copyright dates
56+
57+
* fix(hand edit): remove trainingStatus from CreateCollection and UpdateCollection
58+
59+
these are output parameters and should not be generated in the options model
60+
61+
* chore(deprecation): add deprecation message for visual recognition
62+
63+
* chore(deps): update strfmt
64+
65+
* test(integration tests): update tests for improvedNameFormatting constants
66+
67+
* fix(hand edit): unmarshal key_as_string for timestamp keys
68+
69+
* style(format): run gofmt
70+
171
# [1.7.0](https://github.com/watson-developer-cloud/go-sdk/compare/v1.6.0...v1.7.0) (2020-08-26)
272

373

0 commit comments

Comments
 (0)