Skip to content

Commit 0b5ec7e

Browse files
chore(release): 11.0.0 release notes
# [11.0.0](v10.1.0...v11.0.0) (2023-03-16) ### Features * **assistantv1:** update based on api definitions ([d2aebb9](d2aebb9)) * **assistantv2:** add new assistant, environment, and skills lifecycle methods ([aaf9b77](aaf9b77)) * **discoveryv1:** update based on latest api definitions ([a810f01](a810f01)) * **discoveryv2:** update based on api definitions ([1e2682f](1e2682f)) * **language translator:** update based on api definitions ([d45607b](d45607b)) * **natural language understanding:** update based on api definitions ([a743cb7](a743cb7)) * **speech to text:** update based on new api definitions ([0a7058b](0a7058b)) * **text to speech:** update based on api definitions ([54fd47d](54fd47d)) ### BREAKING CHANGES * **natural language understanding:** removes the 'sentimentModel' functions and models * **discoveryv2:** enrichmentId is now a required param for 'DocumentClassifierEnrichment' model. 'confidence' property has been removed from 'QueryResponsePassage' and 'QueryResultPassage' models. Breaking interface changes to handling aggregation discriminators. * **assistantv2:** 'createSession' param replaced with 'requestAnalytics' param. 'language' property removed from 'Environment' model. method name changes in environment and release models. * **assistantv1:** public interface 'Model' in 'WorkspaceSystemSettingsNlp' has been removed
1 parent f6401b2 commit 0b5ec7e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [11.0.0](https://github.com/watson-developer-cloud/java-sdk/compare/v10.1.0...v11.0.0) (2023-03-16)
2+
3+
4+
### Features
5+
6+
* **assistantv1:** update based on api definitions ([d2aebb9](https://github.com/watson-developer-cloud/java-sdk/commit/d2aebb9b0f9428b9ba7673f6e768049df32acac7))
7+
* **assistantv2:** add new assistant, environment, and skills lifecycle methods ([aaf9b77](https://github.com/watson-developer-cloud/java-sdk/commit/aaf9b773317042358240fb62fd369dad69678092))
8+
* **discoveryv1:** update based on latest api definitions ([a810f01](https://github.com/watson-developer-cloud/java-sdk/commit/a810f01ef76b8513f26c0fc1a0e07a06d5bad50c))
9+
* **discoveryv2:** update based on api definitions ([1e2682f](https://github.com/watson-developer-cloud/java-sdk/commit/1e2682f82318500d817c4a9e78493277773780f1))
10+
* **language translator:** update based on api definitions ([d45607b](https://github.com/watson-developer-cloud/java-sdk/commit/d45607b472b5c1899cba393e628c1d632ffcf6f0))
11+
* **natural language understanding:** update based on api definitions ([a743cb7](https://github.com/watson-developer-cloud/java-sdk/commit/a743cb7f774b66790da4e9fbe059602e93cbbf6f))
12+
* **speech to text:** update based on new api definitions ([0a7058b](https://github.com/watson-developer-cloud/java-sdk/commit/0a7058bc169c8d39a7e541b677108e75d2067bbe))
13+
* **text to speech:** update based on api definitions ([54fd47d](https://github.com/watson-developer-cloud/java-sdk/commit/54fd47dd50ea517834c4109a1ecca87785662507))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **natural language understanding:** removes the 'sentimentModel' functions and models
19+
* **discoveryv2:** enrichmentId is now a required param for 'DocumentClassifierEnrichment' model.
20+
'confidence' property has been removed from 'QueryResponsePassage' and 'QueryResultPassage' models.
21+
Breaking interface changes to handling aggregation discriminators.
22+
* **assistantv2:** 'createSession' param replaced with 'requestAnalytics' param. 'language' property
23+
removed from 'Environment' model. method name changes in environment and release models.
24+
* **assistantv1:** public interface 'Model' in 'WorkspaceSystemSettingsNlp' has been removed
25+
126
# [10.1.0](https://github.com/watson-developer-cloud/java-sdk/compare/v10.0.1...v10.1.0) (2022-08-10)
227

328

0 commit comments

Comments
 (0)