Commit 55524a2
committed
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 gofmt1 parent 8e34008 commit 55524a2
2 files changed
+175
-243
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
1 | 71 | | |
2 | 72 | | |
3 | 73 | | |
| |||
0 commit comments