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: v5.2.1
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: v5.3.0
Choose a head ref
  • 4 commits
  • 33 files changed
  • 2 contributors

Commits on Jan 16, 2020

  1. feat: add serviceName parameter for all services

    this allows for configuring what external credentials are read
    
    other changes:
    * (NLU) optional property `model` removed from `CategoriesOptions` interface
    * (TTS) new constants added to `Voice` enum
    dpopp07 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    964e9e1 View commit details
    Browse the repository at this point in the history
  2. feat(speech-to-text): endOfPhraseSilenceTime and `splitTranscriptAt…

    …PhraseEnd` params added to `recognize`, `createJob`, and `recognizeUsingWebSocket` methods
    
    * new constants added to `ModelId` enum
    * optional property `end_of_utterance` added to model `SpeechRecognitionResult`
    dpopp07 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e3ff8db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5904595 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.3.0 [skip ci]

    # [5.3.0](v5.2.1...v5.3.0) (2020-01-16)
    
    ### Features
    
    * **speech-to-text:** `endOfPhraseSilenceTime` and `splitTranscriptAtPhraseEnd` params added to `recognize`, `createJob`, and `recognizeUsingWebSocket` methods ([e3ff8db](e3ff8db))
    * add `serviceName` parameter for all services ([964e9e1](964e9e1))
    semantic-release-bot committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2618103 View commit details
    Browse the repository at this point in the history
Loading