forked from watson-developer-cloud/node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Align to master #1
Open
tomkos
wants to merge
1,020
commits into
tomkos:master
Choose a base branch
from
watson-developer-cloud:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* also, stop using object deconstruction in the callback signatures
* refactor: update authorization, stt, and tts to handle promises from the core * refactor: all service methods now return a Promise by default - callbacks are still supported * chore: support array parameters in visual recognition * build: bump core version to 1.0.0 * docs: update the migration guide with final service updates * chore: make `prefix` required in method `getAutocomplete` * update the tests to match the style guide
# [5.0.0](v4.5.1...v5.0.0) (2019-10-04) ### Bug Fixes * make RecognizeStream.readableObjectMode always return Boolean ([#943](#943)) ([a276df4](a276df4)) ### Build System * drop support for Node versions 6 and 8 ([3ea1fd7](3ea1fd7)) ### Code Refactoring * change all websocket method parameters to lower camel case ([#941](#941)) ([cb6711f](cb6711f)) ### Features * add support for new authenticators in all sdks and add new service features for major release ([#946](#946)) ([3acffc5](3acffc5)) ### BREAKING CHANGES * Passing individual credentials to the service constructor will no longer work. An Authenticator must be initialized and passed in. For more information, see the migration guide. * All parameters have been converted to their lower camel case version. * Support for the `token` parameter has been removed * Support for the `customization_id` parameter has been removed * Method `setAuthorizationHeaderToken` has been removed from the WebSocket Stream classes * `RecognizeStream.readableObjectMode` will always be a Boolean value - before, it could have been `undefined`. * This SDK may no longer work with applications running on Node 6 or 8.
# [5.1.0](v5.0.0...v5.1.0) (2019-10-07) ### Features * **text-to-speech:** add method to repair wav header for a stream ([#981](#981)) ([42b0913](42b0913))
* docs: make readme changes for v5 * docs: update traivs badge in readme to use master branch * this is to replace the current behavior which is to use the latest build on any branch
build: Add stale bot
* generated TypeDocs show top level properties for function argument * hid interfaces and modules from Table of Contents * fixed side bar navigation to exclude interfaces and type aliases
build: configure package to build and publish from dist directory
…nd `updateWorkspace` * `disambiguationOptOut` parameter added to `createDialogNode` * `newDisambiguationOptOut` parameter added to `updateDialogNode`
BREAKING CHANGE: Renaming and changing of multiple interfaces
# [9.0.0](v8.0.0...v9.0.0) (2024-02-26) ### Features * **disco-v2:** interface changes ([619d09b](619d09b)) * **disco-v2:** new params for EnrichmentOptions ([e826b89](e826b89)) * **mcsp:** expose McspAuthenticator ([94d3efc](94d3efc)) * **stt:** new params ([06bb328](06bb328)) * **ts:** add better ts typing and linting ([762c6bf](762c6bf)) * **wa-v2:** new params orchestration and asyncCallout ([5124107](5124107)) * **wa-v2:** support for private variables ([784c476](784c476)) ### BREAKING CHANGES * **wa-v2:** Renaming and changing of multiple interfaces
## [9.0.1](v9.0.0...v9.0.1) (2024-03-13) ### Bug Fixes * **stt:** change smartFormattingVersion type to number ([3db377b](3db377b)) * **wss:** add smartFormattingVersion param ([d64f155](d64f155))
Noticed a couple of dead links in the README doc. One is a typo (AUTHENTICATION.md should be Authentication.md) so I fixed that. The other pointed at a doc on VCAP_SERVICES that doesn't exist any more, so I changed it for the only description I could find for VCAP_SERVICES on the public cloud docs site. Signed-off-by: Dale Lane <[email protected]>
This commit also readds the lowLatency and interimResults params used by recognizeUsingWebsockets
BREAKING CHANGE: DiscoveryV1 functionality has been removed
BREAKING CHANGE: LanguageTranslator functionality has been removed
BREAKING CHANGE: `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
BREAKING CHANGE: AuthorizationV1 is removed in favor of the long supported node-sdk-core authenticators located in /auth
apaparazzi0329
force-pushed
the
master
branch
from
December 4, 2024 22:15
e797470
to
998fee2
Compare
# [10.0.0](v9.1.0...v10.0.0) (2024-12-04) ### Code Refactoring * **auth:** remove deprecated AuthorizationV1 class ([3f8addb](3f8addb)) ### Features * **discov1:** remove discoV1 ([936edc1](936edc1)) * **discov2:** add functions for new batches api ([5f81415](5f81415)) * **lt:** remove lt and other deprecated resources ([6478da6](6478da6)) * **stt:** add new speech models ([c4105ca](c4105ca)) * **WxA:** add new functions and update required params ([b710609](b710609)) ### 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
npm test
passes (tip:npm run autofix
can correct most style issues)New version_date Checklist