Releases: microsoft/cognitive-services-speech-sdk-js
Releases · microsoft/cognitive-services-speech-sdk-js
Speech SDK 1.41.0 October release
Speech SDK 1.38.0: 2024- June release
Speech SDK 1.35.0: 2024- February release
Speech SDK 1.34.1: 2024- January release
What's Changed
- Update Bug-Report.yml by @glharper in #754
- fix pronunciation assessment continuous tests failure by @yulin-li in #761
- revert initial changes to PCMRecorder and package.json by @glharper in #766
- show original error if avatar synthesis failed by @yulin-li in #768
Full Changelog: v1.33.0...v1.34.1
Speech SDK 1.33.1: 2023- October patch release
Bug Fixes:
- Shortly after release with found some issues with the ES6 changes and different version of node. This patch fixes those issues.
remove all require usage in SDK to allow browser operation
Speech SDK 1.33.0: 2023- October release
New features:
- Packed lib files now targets ES6 JS, with support for ES5 JS removed Example of required changes to your projects to target ES6 rather than ES5
- AudioWorkletNode module loads now uses a trusted URL, with fallback for CDN browser includes.
Bug Fixes:
Speech SDK 1.32.0: 2023- September release
Upcoming plans:
- JS SDK is planning to move our compiled JS output target from ES5 to ES6 with the 1.33 release.
New features:
- WebWorkerLoadType property added to allow bypass of data URL load for timeout worker (#724 )
Bug Fixes:
Speech SDK 1.30.1: 2023-July release
New features
none
Bug fix:
- ResultId property and reason property now correctly updated in ConversationTranslationResult (#683 )
https://github.com/Azure-Samples/cognitive-services-speech-sdk
Speech SDK 1.29.0: 2023-June release
New features
- JS - Continuous LID enabled for translation scenarios
- JS - (Community PR) Added LocaleName property to VoiceInfo class (#679 ) thank you @shivsarthak
Bug fixes
- None
Samples
Speech SDK 1.28.0: May 2023 release
New Features
We updated the setProperties API on SpeechTranslationConfig
to accept PropertyId
enum values as a parameter (#672 ).
Samples
Updated NodeJS Sample to read wave file header to determine format
Note
As mentioned in last month's release anouncement, Online Certificate Status Protocol (OCSP) was removed (#649 ). This allows clients to better conform to browser and Node standards for certificate handling. Version 1.28 and onward will no longer include our custom OCSP module.