Skip to content

Commit 68b9e42

Browse files
committed
add SDK release notes for the 1.38.0 release.
1 parent ad5268c commit 68b9e42

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,29 @@ ms.author: eur
1111
> [!CAUTION]
1212
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
1313
14-
* **Ubuntu 18.04** also hit end of life back in April of 2023, so our users should prepare for us to move our minimum version up to Ubuntu 20.04.
14+
### Speech SDK 1.38.0: 2024-June release
15+
16+
#### New features
17+
18+
* Upgrade Speech SDK Linux platform requirements:
19+
* The new minimum baseline is Ubuntu 20.04 LTS or compatible with glibc 2.31 or newer.
20+
* Binaries for Linux x86 are removed in accordance with Ubuntu 20.04 platform support.
21+
* **Note that RHEL/CentOS 7** remain supported until June 30 (CentOS 7 EOL and the end of RHEL 7 Maintenance Support 2). Binaries for them will be removed in the Speech SDK 1.39.0 release.
22+
* Add support for OpenSSL 3 on Linux.
23+
* Add support for g722-16khz-64kbps audio output format with speech synthesizer.
24+
* Add support for sending messages through a connection object with speech synthesizer.
25+
* Add Start/StopKeywordRecognition APIs in Objective-C and Swift.
26+
* Add API for selecting a custom translation model category.
27+
* Update GStreamer usage with speech synthesizer.
28+
29+
#### Bug fixes
30+
31+
* Fix "Websocket message size cannot exceed 65536 bytes" error during Start/StopKeywordRecognition.
32+
* Fix a Python segmentation fault during speech synthesis.
33+
34+
#### Samples
35+
36+
* Update C# samples to use .NET 6.0 by default.
1537

1638
### Speech SDK 1.37.0: 2024-April release
1739

0 commit comments

Comments
 (0)