Skip to content

Commit a7b0df2

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.1.2...v8.0.0) (2023-03-16) ### Bug Fixes * **deps:** upgrade core version to address jsonwebtoken vulnerability ([67b169d](67b169d)) ### Features * **assistantv2:** add several new functions ([2eae4e9](2eae4e9)) * **assistantv2:** improved typing ([730114e](730114e)) * **discov2:** new aggregation types ([9409082](9409082)) * **lt,stt:** add and remove model constants ([d41c7ee](d41c7ee)) * **nlu:** remove all sentimentModel functions ([0f17d68](0f17d68)) * **nlu:** remove beta model param from Sentiment ([8815b1a](8815b1a)) * **stt, tts:** add more models ([93cbe80](93cbe80)) * **tts:** add new params to websocket function ([13ab63f](13ab63f)) * **tts:** add params and add model constants ([b9fad7b](b9fad7b)) ### BREAKING CHANGES * **assistantv2:** createSession param removed * **assistantv2:** removing and changing of interface properties * **discov2:** confidence property removed * **discov2:** smartDocumentUnderstanding param removed * **discov2:** QueryAggregation structure changed * **nlu:** remove all sentimentModel functions and interfaces
1 parent 8815b1a commit a7b0df2

File tree

3 files changed

+137
-18193
lines changed

3 files changed

+137
-18193
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [8.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v7.1.2...v8.0.0) (2023-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** upgrade core version to address jsonwebtoken vulnerability ([67b169d](https://github.com/watson-developer-cloud/node-sdk/commit/67b169d795b6d7c828e078b891ac3b0940ef0def))
7+
8+
9+
### Features
10+
11+
* **assistantv2:** add several new functions ([2eae4e9](https://github.com/watson-developer-cloud/node-sdk/commit/2eae4e975cd97408f9ad65af642e858e2fd12b56))
12+
* **assistantv2:** improved typing ([730114e](https://github.com/watson-developer-cloud/node-sdk/commit/730114ee39ac780d089416923cbc1ef7037f1d52))
13+
* **discov2:** new aggregation types ([9409082](https://github.com/watson-developer-cloud/node-sdk/commit/9409082da9436860632543f57eb69a5e12472776))
14+
* **lt,stt:** add and remove model constants ([d41c7ee](https://github.com/watson-developer-cloud/node-sdk/commit/d41c7ee5f88438df5b5e123e67656d4a78e7bf26))
15+
* **nlu:** remove all sentimentModel functions ([0f17d68](https://github.com/watson-developer-cloud/node-sdk/commit/0f17d6871f501c61bc62a30d1760ed932adc7982))
16+
* **nlu:** remove beta model param from Sentiment ([8815b1a](https://github.com/watson-developer-cloud/node-sdk/commit/8815b1a0e6f39dc6202c344a944ecbf4250cf7e7))
17+
* **stt, tts:** add more models ([93cbe80](https://github.com/watson-developer-cloud/node-sdk/commit/93cbe8014586ab8b31fbb579628b1ff46c54f75c))
18+
* **tts:** add new params to websocket function ([13ab63f](https://github.com/watson-developer-cloud/node-sdk/commit/13ab63f8493b6d0feffcdfd610b554684e80cb53))
19+
* **tts:** add params and add model constants ([b9fad7b](https://github.com/watson-developer-cloud/node-sdk/commit/b9fad7b8e4c6982705c60ceb5adc8684bd7ef81a))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **assistantv2:** createSession param removed
25+
* **assistantv2:** removing and changing of interface properties
26+
* **discov2:** confidence property removed
27+
* **discov2:** smartDocumentUnderstanding param removed
28+
* **discov2:** QueryAggregation structure changed
29+
* **nlu:** remove all sentimentModel functions and interfaces
30+
131
## [7.1.2](https://github.com/watson-developer-cloud/node-sdk/compare/v7.1.1...v7.1.2) (2022-10-25)
232

333

0 commit comments

Comments
 (0)