Skip to content

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

v1.50.0

12 May 23:02

Choose a tag to compare

Changes:

  • 1b2d079 Update version to 1.50.0 in package.json and package-lock.json
  • b270569 Bump version from 1.50.0-alpha.1 to 1.50.0-rc.1 in package.json and package-lock.json
  • 5b9eb49 Update version for 1.50 (#1006)
  • 2d4b1a8 Bump lodash from 4.17.23 to 4.18.1 (#1002)
  • cdd8558 Prefer ws transport when proxy is configured in Node (#1001)

This list of changes was auto generated.

v1.49.0

31 Mar 03:53

Choose a tag to compare

Changes:

  • 114d756 1.49 final version
  • 84663a8 1.49.1-rc.1 version update
  • ccfd59e Add Postprocessingoption to js (#994)
  • a690aa6 Bump picomatch from 2.3.1 to 2.3.2 in /tests/packaging (#991)
  • 1b84c45 Fix issue on TTS: redirection is not applied when user gives path (#995)
  • 3244c6a Update containerd (#997)
  • 6f19664 ServiceRecognizerBase: Fix infinite recursion with bad token (#988) [ #198, #987 ]
  • 903cf41 Add synthesis section to update message when translation languages change (#993)
  • 9882293 Add TTS Latency measurements. (#986)
  • 15de96a feat(tts): add text input streaming support for speech synthesis request (#983)
See More
  • 6d4f242 Bump serialize-javascript and terser-webpack-plugin in /tests/packaging (#985)
  • c69f695 Bump serialize-javascript and terser-webpack-plugin (#984)
  • 6fbe26d Bump minimatch from 3.1.2 to 3.1.5 (#979)
  • f19e2c6 Bump webpack from 5.95.0 to 5.105.0 in /tests/packaging (#976)
  • 7950252 Detailed results were not being requested properly. Also fix a set of… (#982)
  • 6b7b003 Finalize 1.48 release tasks, merge back to master (#977)

This list of changes was auto generated.

v1.48

06 Feb 22:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.47.0...v1.48

v1.47.0

06 Feb 22:22

Choose a tag to compare

What's Changed

  • Remove speaker recognition support by @pankopon in #947
  • Remove intent recognition support by @pankopon in #950
  • [TTS Avatar] Support setting photo avatar base model name by @yinhew in #951

Full Changelog: v1.46...v1.47.0

v1.46

19 Sep 20:54

Choose a tag to compare

Speech SDK for JavaScript

New features:
○ Added support for speech start event sensitivity with Speech_StartEventSensitivity property.
○ Deprecated SpeechServiceConnection_EndSilenceTimeoutMs property.
○ Retired the content assessment functionality in pronunciation assessment.

Bug fixes
Fixed an issue where fromHost did not work with Docker container service.

v1.45

10 Jul 22:38

Choose a tag to compare

What's Changed

  • Improve inline documentation for segmentation timeout and strategy field by @xitzhang in #925
  • Support setting speech.config message properties for connection of speech synthesizer by @yinhew in #929
  • Implement authetication based on ApiKeyCredential by @xitzhang in #926
  • Add support for setting the phrase list weight by @pankopon in #933
  • Fix custom domain resolution issue by @xitzhang in #932
  • Change ADO Pipeline build verion to match pacakge.json format. by @rhurey in #934

New Contributors

Full Changelog: v1.44.1...v1.45

v1.44.1

04 Jun 20:25

Choose a tag to compare

What's Changed

  • Fix out of range exception from segmentation parameters by @xitzhang in #915
  • Dictation's URL was being overridden by the speech.context setting conversation mode by @rhurey in #921
  • Fix error when data is pushed after detach by @orgads in #917
  • Add /stt route to conversation transcriber by @rhurey in #922

Full Changelog: v1.44.0...v1.44.1

V1.44.0

19 May 18:55

Choose a tag to compare

Speech SDK for JavaScript

New features:

  • Updated TranslationRecognizer to use V2 endpoints by default.
  • Updated SpeechRecongizer to use V2 endpoints.
    • This will result in no longer receiving NoMatch results.
  • Added support for Azure AD token-based authentication for Speech Recognition and Translation.
  • Updated FromEndpoint API to be the recommended method for constructing a SpeechConfig for most scenarios.
    • Applies to using:
      • SpeechRecognizer
      • TranslationRecognizer (via SpeechTranslationConfig)
      • ConversationTranscriber
      • SpeechSynthesizer
    • You can now use the Endpoint from the Azure Portal for Speech and Cognitive Services resources to construct a SpeechConfig object.
    • All other methods to construct a SpeechConfig continue to function and are supported.
Bug fixes
  • Fixed an infinite connection retry loop on unsupported connection closing codes (#896).

v1.43.1

04 Apr 14:59

Choose a tag to compare

What's Changed

Full Changelog: v1.43.0...v1.43.1

Speech SDK 1.43.0 March release

23 Mar 18:15

Choose a tag to compare

New features

  • Support voice tag in voice list api (#876 )
  • [TTS Avatar] Enable setting useBuiltInVoice for custom avatar (#891 )
  • Support neural HD voice type in voice list api (#892 )

Bug fixes

  • fix some component governance warnings by updating to latest version of indirect dependencies.

Samples

  • none