Skip to content

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

Speech SDK 1.35.0: 2024- February release

06 Feb 15:12
Compare
Choose a tag to compare

New features

Bug fixes

  • updated a deprecated Prop() call to the more acceptable getPrototypeOf() (#779) (Thank you @iddogino for your contribution).

Samples

  • none

Speech SDK 1.34.1: 2024- January release

06 Feb 15:11
Compare
Choose a tag to compare

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

14 Nov 21:26
Compare
Choose a tag to compare

Bug Fixes:

Speech SDK 1.33.0: 2023- October release

13 Nov 22:00
Compare
Choose a tag to compare

Speech SDK 1.32.0: 2023- September release

05 Sep 18:14
26c454a
Compare
Choose a tag to compare

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:

  • Fix Conversation Translation disconnect after 10 minutes (#721 )
  • Conversation Translation auth token from Conversation now propagates to Translation service connection (#722 )

Speech SDK 1.30.1: 2023-July release

06 Jul 19:55
Compare
Choose a tag to compare

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

21 Jun 18:24
Compare
Choose a tag to compare

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

09 May 17:34
Compare
Choose a tag to compare

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.

Speech SDK 1.27.0: April 2023 release

05 Apr 17:13
Compare
Choose a tag to compare

Features:

  1. Speaker identification/verification now allows microphone input from the browser

Bug Fixes:

  1. display words and words have same corrected offset (#640)
  2. remove blob method from IAudioSource and implementing classes (#646)

Notification about upcoming changes

  • We plan to remove Online Certificate Status Protocol (OCSP) in the next JavaScript SDK release. This allows clients to better conform to browser and Node standards for certificate handling. Version 1.27 is the last release that includes our custom OCSP module.

Speech SDK 1.26.0: March 2023 release

07 Mar 01:36
Compare
Choose a tag to compare

Features:

  1. add enable miscue property setter to PronunciationAssessmentConfig (#636)

Bug Fixes:

  1. setting Seg timeout no longer overrides recognition mode (#630)
  2. added invalid nickname error for conversations (#615) (Community PR, thanks @Jxpxn!)
  3. lint fixes (#633)
  4. chore: update UUID lib and corresponding types lib (#617) (Community PR, thanks @me4502!)
  5. updated fix for speech seg timeout setting in continuous mode (#635)