New features
- added retry for connection failures that will make your JavaScript based speech applications more robust.
Bug fixes
- Fixed GitHub issue #366 where
ConversationTranslator
threw an error 'this.cancelSpeech is not a function'. - Fixed GitHub issue #298 where 'Get result as an in-memory stream' sample played sound out loud.
- Fixed GitHub issue #350 where calling
AudioConfig
could result in a 'ReferenceError: MediaStream is not defined'. - Fixed an UnhandledPromiseRejection warning in Node.js for long-running sessions.