Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency semantic-release to v19 [security] #1163

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [10.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v9.1.0...v10.0.0) (2024-12-04)


### Code Refactoring

* **auth:** remove deprecated AuthorizationV1 class ([3f8addb](https://github.com/watson-developer-cloud/node-sdk/commit/3f8addb469c7e7ec97bb39b4f8552cda4f8fa040))


### Features

* **discov1:** remove discoV1 ([936edc1](https://github.com/watson-developer-cloud/node-sdk/commit/936edc130ea73760932a30444b8ad8c146a07b56))
* **discov2:** add functions for new batches api ([5f81415](https://github.com/watson-developer-cloud/node-sdk/commit/5f814151a3dd7be7ae8c6c16bc7e06942c3ceb45))
* **lt:** remove lt and other deprecated resources ([6478da6](https://github.com/watson-developer-cloud/node-sdk/commit/6478da6791df6fc2bd03056eb6cbdef1a1567af5))
* **stt:** add new speech models ([c4105ca](https://github.com/watson-developer-cloud/node-sdk/commit/c4105cac719a15791fbde45edfed740914bb5693))
* **WxA:** add new functions and update required params ([b710609](https://github.com/watson-developer-cloud/node-sdk/commit/b71060916e44604543b54f2d42368a18fd4d18df))


### BREAKING CHANGES

* **auth:** AuthorizationV1 is removed in favor of the long supported node-sdk-core authenticators located in /auth
* **WxA:** `environmentId` now required for `message` and `messageStateless` functions

Add support for message streaming and new APIs
New functions: createProviders, listProviders, updateProviders, createReleaseExport, downloadReleaseExport, createReleaseImport, getReleaseImportStatus, messageStream, messageStreamStateless
* **lt:** LanguageTranslator functionality has been removed
* **discov1:** DiscoveryV1 functionality has been removed

# [9.1.0](https://github.com/watson-developer-cloud/node-sdk/compare/v9.0.1...v9.1.0) (2024-05-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-watson",
"version": "9.1.0",
"version": "10.0.0",
"description": "Client library to use the IBM Watson Services",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,7 +62,7 @@
"jsdoc": "^3.6.6",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"semantic-release": "^17.3.1",
"semantic-release": "^19.0.0",
"snyk": "^1.437.3",
"tsc-publish": "^0.5.1",
"tslint": "^6.1.3",
Expand Down
Loading