Skip to content

Commit 731eb41

Browse files
committed
Speech SDK 1.45 release notes
1 parent 22a1130 commit 731eb41

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

articles/ai-services/speech-service/includes/release-notes/release-notes-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ ms.topic: include
55
ms.date: 08/01/2024
66
ms.author: eur
77
---
8+
### Speech CLI 1.44: 2025-May release
9+
10+
#### New features
11+
* Added support for authentication with Microsoft Entra token credentials.
12+
* Added support for the Fast transcription API.
13+
14+
##### Bug fixes
15+
* Fixed non-working semicolon-separated input URLs and input file/URL lists from a file.
816

917
### Speech CLI 1.43: 2025-March release
1018

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ ms.author: eur
88

99
> [!IMPORTANT]
1010
> 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.
26+
27+
#### Samples
28+
* [Java ] Added sample code to demonstrate AAD token credential authentication.
29+
1130
### Speech SDK 1.44.1: Patch release
1231

1332
SDK version 1.44.1 is being released for JavaScript only with 4 bug fixes:
@@ -66,16 +85,6 @@ SDK version 1.44.1 is being released for JavaScript only with 4 bug fixes:
6685
##### Bug fixes
6786
* Fixed an infinite connection retry loop on unsupported connection closing codes (https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/896).
6887

69-
### Speech CLI (SPX)
70-
71-
#### New features
72-
* Added support for authentication with Microsoft Entra token credentials.
73-
* Added support for the Fast transcription API.
74-
75-
##### Bug fixes
76-
* Fixed non-working semicolon-separated input URLs and input file/URL lists from a file.
77-
78-
7988
### Speech SDK 1.43: 2025-March release
8089

8190
> [!NOTE]

0 commit comments

Comments
 (0)