Skip to content

Commit 26ae111

Browse files
authored
Merge pull request #1 from eric-urban/eur/rhurey/staging-1
sdk release notes edits
2 parents 7a43843 + c10fe97 commit 26ae111

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ ms.author: eur
77
---
88

99
> [!IMPORTANT]
10-
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
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).
1111
1212
### Speech SDK 1.44: 2025-April release
1313

14-
> [!NOTE]
15-
> Notes on target platform support:
14+
> [!IMPORTANT]
15+
> Support for target platforms is changing:
1616
> * The minimum supported Android version is now Android 8.0 (API level 26).
17-
> * Publishing Speech SDK Unity packages will be suspended after this release.
17+
> * The publishing of Speech SDK Unity packages are suspended after this release.
1818
1919
#### New features:
2020
* Added support for Android 16 KB memory page sizes.
2121
* Reduced the latency of SpeechStartDetected events in embedded speech recognition.
2222
* [C++, Python] Added a method to get the available size of AudioDataStream.
2323
* [C++, Python] Added support for custom lexicon URLs and preferred locales in speech synthesis requests.
24-
* [Java, Python] Added support for Azure AD token-based authentication with automatic token refresh.
24+
* [Java, Python] Added support for Microsoft Entra token-based authentication with automatic token refresh.
2525
* [Go] Added support for Conversation Transcription.
2626

2727
#### Bug fixes
@@ -30,37 +30,37 @@ ms.author: eur
3030
* Fixed a NoMatch loop in embedded speech recognition in certain conditions.
3131
* Fixed the destructor of native objects being blocked due to recognition not marked as stopped when events are disconnected.
3232
* Fixed IntentRecognizer pattern matching not working correctly with multi-byte characters in certain conditions.
33-
* Calling Close() on a Connection object was not synchronous.
33+
* Calling `Close()` on a Connection object wasn't synchronous.
3434
* Fixed a race condition in connection deallocation that could lead to a crash.
3535
* [macOS] Fixed "Info:" messages appearing on the console (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2610).
3636

3737
#### Samples
38-
* [Python] Added sample code for recognizer using Azure AD token credentials.
38+
* [Python] Added sample code for `recognizer` using Microsoft Entra token credentials.
3939

4040
### Speech SDK for JavaScript
4141

4242
#### New features:
4343
* Updated development dependency: TypeScript 3.5.3 → 4.5
4444
* Updated TranslationRecognizer to use V2 endpoints by default.
4545
* Updated SpeechRecongizer to use V2 endpoints.
46-
* This will result in no longer receiving NoMatch results.
47-
* Added support for Azure AD token-based authentication for Speech Recognition and Translation.
46+
* This results in no longer receiving NoMatch results.
47+
* Added support for Microsoft Entra token-based authentication for Speech Recognition and Translation.
4848
* Updated FromEndpoint API to be the recommended method for constructing a SpeechConfig for most scenarios.
4949
* Applies to using:
5050
* SpeechRecognizer
5151
* TranslationRecognizer (via SpeechTranslationConfig)
5252
* ConversationTranscriber
5353
* SpeechSynthesizer
54-
* You can now use the Endpoint from the Azure Portal for Speech and Cognitive Services resources to construct a SpeechConfig object.
54+
* You can now use the endpoint from the Azure portal for Speech and Azure AI Foundry resources to construct a SpeechConfig object.
5555
* All other methods to construct a SpeechConfig continue to function and are supported.
5656

5757
##### Bug fixes
5858
* Fixed an infinite connection retry loop on unsupported connection closing codes (https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/896).
5959

60-
### Speech CLI (aka SPX)
60+
### Speech CLI (SPX)
6161

6262
#### New features
63-
* Added support for authentication with Azure AD token credentials.
63+
* Added support for authentication with Microsoft Entra token credentials.
6464
* Added support for the Fast transcription API.
6565

6666
##### Bug fixes

0 commit comments

Comments
 (0)