Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: watson-developer-cloud/node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.0
Choose a base ref
...
head repository: watson-developer-cloud/node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 13 commits
  • 47 files changed
  • 2 contributors

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    00d83fe View commit details
    Browse the repository at this point in the history
  2. feat(stt): add new speech models

    This commit also readds the lowLatency and interimResults params used by recognizeUsingWebsockets
    apaparazzi0329 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    c4105ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd7cb6 View commit details
    Browse the repository at this point in the history
  4. feat(discov1): remove discoV1

    BREAKING CHANGE: DiscoveryV1 functionality has been removed
    apaparazzi0329 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    936edc1 View commit details
    Browse the repository at this point in the history
  5. feat(lt): remove lt and other deprecated resources

    BREAKING CHANGE: LanguageTranslator functionality has been removed
    apaparazzi0329 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    6478da6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f81415 View commit details
    Browse the repository at this point in the history
  7. feat(WxA): add new functions and update required params

    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
    apaparazzi0329 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    b710609 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    466816a View commit details
    Browse the repository at this point in the history
  9. refactor(auth): remove deprecated AuthorizationV1 class

    BREAKING CHANGE: AuthorizationV1 is removed in favor of the long supported node-sdk-core authenticators located in /auth
    apaparazzi0329 committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    3f8addb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a543d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9919c1c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    998fee2 View commit details
    Browse the repository at this point in the history
  13. chore(release): 10.0.0 [skip ci]

    # [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
    semantic-release-bot committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f6a51f0 View commit details
    Browse the repository at this point in the history
Loading