Skip to content

Release 1.1.0_beta.2

Compare
Choose a tag to compare
@DrJJ DrJJ released this 20 Dec 20:20
· 1243 commits to master since this release
280d8b2

This release adds functionality that did not make it into the initial release. It also fixes several bugs.

Major Features and Improvements

  • Added ASR engine resource status monitoring to Voicegain Portal UI
  • Added Password strength checking
  • Added Release Notes info to Voicegain Portal UI
  • All three billing styles (manual-refill, auto-refill, invoice) now supported for Enterprise Voicegain customers. Speech.Works customers are created with manual-refill style.
  • Provisioning&Admin Portal shows 3 new account fields: referrer, referral, billingStyle.

Known issues

  • Edge deployment is still in Alpha status - please contact us before attempting Edge Deployments
  • Cloud IVR has not passed full test suite yet. Also, it lacks documentation. Please contact us if you would like to test Cloud IVR.
  • Audio Sender Daemon does not support encryption yet.

Breaking Changes

none

Bug Fixes and Other Changes

Most of the bugs fixed in this release are related to login/authentication and to working with Language Models.

  • bug #142: Provisioning Portal times out after login.
  • bug #143: ASR resets occasionally in the middle of transcription. Was due to empty request to NLM.
  • bug #144: Password lockout was mistakenly set to occur only after one mistake. Has been increased to 5.
  • bug #145: 401 errors when logging in after a period of inactivity
  • bug #147: Service name at the end of the URL in the password (re)set email incorrect.
  • bug #148: New Language Models not shown unless user has Manager role
  • bug #149: Language Model created as Built-in shows up as User model
  • bug #153: Bad redirect from Password Set Dialog
  • bug #158: Language Model card for a Context is not showing all the models
  • bug #160: Building a Built-In model fails
  • bug #161: Ensure correct results are returned from Language Model Query (built-in models, etc.)
  • bug #162: Transcription with built-in Language Models fails at initial checks
  • bug #163: Offline transcription with built-in Language Model not working
  • minor bugs #150, #157