Skip to content

Commit ea67909

Browse files
chore(release): 6.0.0 release notes
# [6.0.0](v5.3.0...v6.0.0) (2022-03-21) ### Features * **assistant-v1:** add models for DialogNodeOutputGeneric ([fe49277](fe49277)) * **assistant-v1:** generated using api-def: master & generator: 3.46.0 ([67d58b7](67d58b7)) * **assistant-v2:** generated using api-def: master & generator: 3.46.0 ([d0d6ca2](d0d6ca2)) * **deprecation:** remove CC, NLC, PI, Tone Analyzer, and Visual Recognition ([a70c7a5](a70c7a5)) * **discovery-v1:** document status & query aggregation update ([4faac38](4faac38)) * **language-translator-v3:** update core version ([21b564c](21b564c)) * **natural-language-understanding-v1:** metadata as a dictionary and comments updated ([42cc44c](42cc44c)) * **speech-to-text-v1:** add de-de_multimedia & update comments ([30fa39c](30fa39c)) * **speech-to-text-v1:** supportedFeatures: customAcousticModel property added & update comments ([7224286](7224286)) * **text-to-speech-v1:** add voices and update comments ([2ebd9df](2ebd9df)) ### BREAKING CHANGES * **discovery-v1:** QueryAggregation: BREAKING QueryAggregation subclasses changed. * **assistant-v2:** MessageOutputDebug: BREAKING nodesVisited type DialogNodesVisited changed to DialogNodeVisited, RuntimeEntity: BREAKING optional metadata property removed * **assistant-v1:** OutputData: BREAKING required text property removed, RuntimeEntity: BREAKING optional metadata property removed
1 parent f89060e commit ea67909

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [6.0.0](https://github.com/watson-developer-cloud/dotnet-standard-sdk/compare/v5.3.0...v6.0.0) (2022-03-21)
2+
3+
4+
### Features
5+
6+
* **assistant-v1:** add models for DialogNodeOutputGeneric ([fe49277](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/fe49277d12b6795df234907aff0c247b4a46b2ec))
7+
* **assistant-v1:** generated using api-def: master & generator: 3.46.0 ([67d58b7](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/67d58b78d98a4b9af7d545430996e1ebfacd313a))
8+
* **assistant-v2:** generated using api-def: master & generator: 3.46.0 ([d0d6ca2](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/d0d6ca2db261939fcfd5f7879f43906c65893859))
9+
* **deprecation:** remove CC, NLC, PI, Tone Analyzer, and Visual Recognition ([a70c7a5](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/a70c7a5b6fdfc6f5905fbe0ceb5a28680c42a50a))
10+
* **discovery-v1:** document status & query aggregation update ([4faac38](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/4faac38941b570f03aa02af3ed44e1c36d0cc9b6))
11+
* **language-translator-v3:** update core version ([21b564c](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/21b564c46b32bd73abf38ac4814f7366cea0e51e))
12+
* **natural-language-understanding-v1:** metadata as a dictionary and comments updated ([42cc44c](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/42cc44ca129a3f3c109c4978cd032b4b85946269))
13+
* **speech-to-text-v1:** add de-de_multimedia & update comments ([30fa39c](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/30fa39c63ecd1ec0de58b62f589229b7a3a698ed))
14+
* **speech-to-text-v1:** supportedFeatures: customAcousticModel property added & update comments ([7224286](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/722428602e96a5fbc0def0177651e48922bc723e))
15+
* **text-to-speech-v1:** add voices and update comments ([2ebd9df](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/2ebd9dfd61489a8456d0e872d4610087bdca2d18))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **discovery-v1:** QueryAggregation: BREAKING QueryAggregation subclasses changed.
21+
* **assistant-v2:** MessageOutputDebug: BREAKING nodesVisited type DialogNodesVisited changed to
22+
DialogNodeVisited, RuntimeEntity: BREAKING optional metadata property removed
23+
* **assistant-v1:** OutputData: BREAKING required text property removed, RuntimeEntity: BREAKING
24+
optional metadata property removed
25+
126
# [5.3.0](https://github.com/watson-developer-cloud/dotnet-standard-sdk/compare/v5.2.1...v5.3.0) (2021-09-14)
227

328

0 commit comments

Comments
 (0)