Skip to content

Releases: microsoft/cognitive-services-speech-sdk-js

Speech SDK for JavaScript 1.4.1

05 Apr 19:58
Compare
Choose a tag to compare

This is a bug fix release to fix an issue repackaging 1.4.0 in NPM.
No features are added.

Speech SDK for JavaScript 1.4.1 contains the following changes:

  • Prevent webpack from loading https-proxy-agent(#49) -- thanks @Domratchev

Speech SDK for JavaScript 1.4.0

03 Apr 22:38
Compare
Choose a tag to compare

Speech SDK for JavaScript 1.4.0 contains the following changes:

  • support for non-default microphone input (by deviceId). (#15) -- thanks @Domratchev
  • Fixed issue with RequestSession.privIsSpeechEnded flag stuck at true (#37) -- thanks @Domratchev
  • Add proxy support for nodeJS (#40)
  • Improve telemetry sent to Speech Service (#41)
  • Harden Microphone label code against errors (#43)
  • Update js-yaml version due to security vulnerability (#44)
  • Update Stream code & Add AudioWorklet support (#45)

Speech SDK for JavaScript 1.3.0

20 Feb 16:43
Compare
Choose a tag to compare

Speech SDK for JavaScript 1.3.0 contains the following changes:

  • Add support for the Connection object (#30)
  • Return properties collection with service JSON for recognition (#31)
  • Add type definition files for bundled JavaScript (#32)
  • Initial support and implementation for phrase hints (#34)
  • When using proxy: if you set proxy username and proxy password to an empty string, they will not be submitted when connecting to the proxy (#36)

Speech SDK for JavaScript 1.2.1

16 Jan 16:51
Compare
Choose a tag to compare

This is a bug fix release. No features are added.

  • Fire end of stream at turn.end, not at speech.end (#7)
  • Fix bug in audio pump that did not schedule next send if the current send failed. (#22)
  • Fix continuous recognition with auth token (#24)
  • Bug fix for different recognizer / endpoints (#25)
  • Documentation improvements (#14, #18, #23, #26)

Speech SDK for JavaScript 1.2.0

16 Jan 16:44
Compare
Choose a tag to compare

Initial open-source release of the Speech SDK for JavaScript.
See here for changelog.