Skip to content

Commit 2bec070

Browse files
Merge pull request #7269 from goergenj/jagoerge-update-sdk-releasenotes
Updated releasenotes for SDK and CLI v1.46
2 parents 3e8e6aa + c421336 commit 2bec070

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ ms.topic: include
55
ms.date: 08/01/2024
66
ms.author: pafarley
77
---
8+
### Speech CLI 1.46.0: 2025-June release
9+
Updated to use Speech SDK 1.46.0
10+
#### New features
11+
* none
12+
#### Bug fixes
13+
* none
14+
815
### Speech CLI 1.45.0: 2025-June release
916
Updated to use Speech SDK 1.45.0
1017
#### New features

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

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,39 @@
11
---
2-
author: PatrickFarley
32
ms.service: azure-ai-speech
43
ms.topic: include
5-
ms.date: 5/21/2025
6-
ms.author: pafarley
4+
ms.date: 9/24/2025
5+
author: goergenj
6+
ms.author: jagoerge
7+
reviewer: PatrickFarley
8+
ms.reviewer: pafarley
79
---
810

911
> [!IMPORTANT]
1012
> 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).
1113
14+
### Speech SDK 1.46: 2025-September release
15+
16+
#### New features:
17+
* Added support for speech start event sensitivity with `Speech_StartEventSensitivity` property.
18+
* Deprecated `SpeechServiceConnection_EndSilenceTimeoutMs` property.
19+
* Retired the content assessment functionality in pronunciation assessment.
20+
* Updated Android OpenSSL to 3.0.17.
21+
* Added a size limit to the telemetry queue in order to prevent growth in memory usage.
22+
* Added a timeout guard for cache reading in TTS in order to prevents potential IO hangs.
23+
* Added configurable properties to control URL redirection cache behavior.
24+
* [C#] Added support for **EventSource** based logging.
25+
* [Python] Added support for *AzureKeyCredential* authentication.
26+
27+
#### Bug fixes
28+
* Fixed a ja-JP pronunciation issue in embedded text-to-speech.
29+
* Fixed a notable increase in memory usage over a long period of time in embedded speech-to-text.
30+
* Fixed crash caused by race condition during timeout stopping recognition.
31+
* [JavaScript] Fixed an issue where `fromHost` did not work with Docker container service.
32+
33+
#### Samples
34+
* Updated samples to demonstrate the usage of `AzureKeyCredential` and `AAD token credential` authentications.
35+
* [JavaScript, Python] Updated samples to use `fromEndpoint`.
36+
1237
### Speech SDK 1.45: 2025-July release
1338

1439
#### New features:
@@ -25,7 +50,7 @@ ms.author: pafarley
2550
* Fixed custom domain resolution not working with Node.js v22 or newer.
2651

2752
#### Samples
28-
* [Java ] Added sample code to demonstrate AAD token credential authentication.
53+
* [Java] Added sample code to demonstrate AAD token credential authentication.
2954

3055
### Speech SDK 1.44.1: Patch release
3156

0 commit comments

Comments
 (0)