Skip to content

Commit 29ca3c5

Browse files
committedFeb 26, 2024·
chore(release): 12.0.0 release notes
# [12.0.0](v11.0.1...v12.0.0) (2024-02-26) ### Bug Fixes * **wa-v2:** fix tests and delete unused models ([3e7e9c7](3e7e9c7)) ### Features * **disco-v2:** class changes ([ba46325](ba46325)) * **discov2:** new EnrichmentOptions parameters ([78d93b7](78d93b7)) * **mcsp:** update sdk-core for MCSP authenticator support ([8e9f831](8e9f831)) * **nlu:** add support for userMetadata param ([a00b9d7](a00b9d7)) * **stt:** new params ([56755c6](56755c6)) * **wa-v2:** new method params ([439ed47](439ed47)) * **wa-v2:** support for private variables ([89f2209](89f2209)) ### BREAKING CHANGES * **disco-v2:** TableBodyCells properties changed to string lists. Location property changed from Map to TableElementLocation. * **wa-v2:** Multiple class name changes and Log class property type changes
1 parent c1f7da8 commit 29ca3c5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [12.0.0](https://github.com/watson-developer-cloud/java-sdk/compare/v11.0.1...v12.0.0) (2024-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **wa-v2:** fix tests and delete unused models ([3e7e9c7](https://github.com/watson-developer-cloud/java-sdk/commit/3e7e9c79dd524833f8a1ccaa50f60e9a6ef969cb))
7+
8+
9+
### Features
10+
11+
* **disco-v2:** class changes ([ba46325](https://github.com/watson-developer-cloud/java-sdk/commit/ba463252ae00560c0cec40c960b7649efd06fd83))
12+
* **discov2:** new EnrichmentOptions parameters ([78d93b7](https://github.com/watson-developer-cloud/java-sdk/commit/78d93b70dd570ce8acd8260b676b0d124f31de9d))
13+
* **mcsp:** update sdk-core for MCSP authenticator support ([8e9f831](https://github.com/watson-developer-cloud/java-sdk/commit/8e9f8319f92f51d74d4fc1b1a433e0415a38b206))
14+
* **nlu:** add support for userMetadata param ([a00b9d7](https://github.com/watson-developer-cloud/java-sdk/commit/a00b9d76dddb1bfba98db8938f4f07ddbaa56de7))
15+
* **stt:** new params ([56755c6](https://github.com/watson-developer-cloud/java-sdk/commit/56755c6f50bf0638de3c85093ea819db7e7071fe))
16+
* **wa-v2:** new method params ([439ed47](https://github.com/watson-developer-cloud/java-sdk/commit/439ed4784e9a0a1d510bacfa0b0cd656afa87dff))
17+
* **wa-v2:** support for private variables ([89f2209](https://github.com/watson-developer-cloud/java-sdk/commit/89f2209f937a22b6b00fa26cfddcb4ab991c541f))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **disco-v2:** TableBodyCells properties changed to string lists.
23+
Location property changed from Map to TableElementLocation.
24+
* **wa-v2:** Multiple class name changes and Log class property type
25+
changes
26+
127
## [11.0.1](https://github.com/watson-developer-cloud/java-sdk/compare/v11.0.0...v11.0.1) (2023-08-08)
228

329

0 commit comments

Comments
 (0)
Please sign in to comment.