Skip to content

Commit feed5d6

Browse files
Merge pull request #5949 from rhurey/rhurey/1.45_notes
Speech SDK release notes & doc updates for version 1.45
2 parents 71ff35d + ddb5925 commit feed5d6

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed

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

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

924
### Speech CLI 1.43: 2025-March release
1025

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)