8000 Comparing v5.2.1...v5.2.2 · watson-developer-cloud/python-sdk · GitHub
[go: up one dir, main page]

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/python-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/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 6, 2021

  1. fix: robustify the STT streaming results handling (#768)

    * fix: robustify the STT streaming results handling
    
    In the STT recognize_listener, the clause that handles 'results' or 'speaker_labels'
    was prone to index errors when the 'results' object returned by the service was
    empty. This can happen, so this change makes that logic safe to empty (or otherwise
    malformed) results.
    
    * Remove buggy extra call to on_hypothesis
    
    Co-authored-by: Mamoon Raja <mamoonraja1@gmail.com>
    Co-authored-by: Angelo Paparazzi <angelo.paparazzi@ibm.com>
    3 people authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    264807d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a379a View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.2.2 release notes

    ## [5.2.2](v5.2.1...v5.2.2) (2021-07-06)
    
    ### Bug Fixes
    
    * robustify the STT streaming results handling ([#768](#768)) ([264807d](264807d))
    semantic-release-bot committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1eca9a1 View commit details
    Browse the repository at this point in the history
Loading
0