You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,25 @@ ms.author: eur
8
8
9
9
> [!IMPORTANT]
10
10
> Content assessment (preview) via the Speech SDK is being retired in July 2025. Instead, you can use Azure OpenAI models to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
11
+
12
+
### Speech SDK 1.45: 2025-July release
13
+
14
+
#### New features:
15
+
* Added support for setting the phrase list grammar weight. (Currently only effects embedded scenarios)
16
+
* Added more specific file opening error codes.
17
+
* Updated Unicode path support so that SDK Windows DLLs can be located under non-ASCII paths.
18
+
* Updated descriptions of segmentation strategy properties to align with the service logic.
19
+
*[C#, Java] Added support for authentication using ApiKeyCredential.
20
+
21
+
#### Bug fixes
22
+
* Fixed the Microsoft Audio Stack (MAS) initialization error about microphone geometry in certain regions.
23
+
* Fixed profanity settings not working in speech translation (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2856).
24
+
* Fixed a crash in intent recognition pattern matching with Japanese language.
25
+
* Fixed custom domain resolution not working with Node.js v22 or newer.
0 commit comments