Releases: microsoft/cognitive-services-speech-sdk-js
Releases · microsoft/cognitive-services-speech-sdk-js
v1.50.0
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
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
What's Changed
- Allow same version by @rhurey in #953
- Allow blank from language when source auto detect is used by @rhurey in #960
- Conduct regular pipeline runs of master branch by @rhurey in #961
- Fixed Markdown syntax in README. by @Bitts64 in #952
- Bump js-yaml by @dependabot[bot] in #954
- Bump form-data by @dependabot[bot] in #956
- Bump jws from 3.2.2 to 3.2.3 by @dependabot[bot] in #958
- [Avatar] support configuring avatar scene and update it on the run by @yinhew in #963
- Add a stop timeout property for recognitions. by @rhurey in #964
- [Avatar] support configuring avatar movement amplitude and update it on the run by @yinhew in #965
- Add @azure/core-auth as SDK dependency by @xitzhang in #970
- Small bug fixes by @rhurey in #975
New Contributors
Full Changelog: v1.47.0...v1.48
v1.47.0
v1.46
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
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
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
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.
- Applies to using:
Bug fixes
- Fixed an infinite connection retry loop on unsupported connection closing codes (#896).
v1.43.1
What's Changed
Full Changelog: v1.43.0...v1.43.1