Skip to content

Commit fa58bbb

Browse files
authored
Merge pull request #277993 from BrianMouncer/BrianMouncer-pr/1.38.0_updates
documentation updates for the 1.38.0 release.
2 parents 1f20a17 + 879eff2 commit fa58bbb

File tree

19 files changed

+72
-50
lines changed

19 files changed

+72
-50
lines changed

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
131131
<dependency>
132132
<groupId>com.microsoft.cognitiveservices.speech</groupId>
133133
<artifactId>client-sdk-embedded</artifactId>
134-
<version>1.37.0</version>
134+
<version>1.38.0</version>
135135
</dependency>
136136
</dependencies>
137137
</project>
@@ -152,7 +152,7 @@ Be sure to use the `@aar` suffix when the dependency is specified in `build.grad
152152

153153
```
154154
dependencies {
155-
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.37.0@aar'
155+
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.38.0@aar'
156156
}
157157
```
158158
::: zone-end

articles/ai-services/speech-service/includes/quickstarts/captioning/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to [install the Speech SDK](~/articles/ai-s
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.37.0</version>
46+
<version>1.38.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

articles/ai-services/speech-service/includes/quickstarts/platform/cpp-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
2020
> [!CAUTION]
2121
> 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).
2222
23-
The Speech SDK for C++ only supports the following distributions on the x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
23+
The Speech SDK for C++ only supports the following distributions on the x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
2424

25-
- Ubuntu 18.04/20.04
26-
- Debian 10/11
27-
- Red Hat Enterprise Linux (RHEL) 7/8
25+
- Ubuntu 20.04/22.04
26+
- Debian 11/12
27+
- Red Hat Enterprise Linux (RHEL) 7
2828
- CentOS 7
2929

3030
[!INCLUDE [Linux distributions](linux-distributions.md)]

articles/ai-services/speech-service/includes/quickstarts/platform/csharp-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
2222

2323
The Speech SDK for C# only supports the following distributions on the x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
2424

25-
- Ubuntu 18.04/20.04
26-
- Debian 10/11
27-
- Red Hat Enterprise Linux (RHEL) 7/8
25+
- Ubuntu 20.04/22.04
26+
- Debian 11/12
27+
- Red Hat Enterprise Linux (RHEL) 7
2828
- CentOS 7
2929

3030
[!INCLUDE [Linux distributions](linux-distributions.md)]

articles/ai-services/speech-service/includes/quickstarts/platform/go-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.author: eur
1414
1515
The Speech SDK for Go supports the following distributions on the x64 architecture:
1616

17-
- Ubuntu 18.04/20.04
18-
- Debian 9/10/11
19-
- Red Hat Enterprise Linux (RHEL) 8
17+
- Ubuntu 20.04/22.04
18+
- Debian 11/12
19+
- Red Hat Enterprise Linux (RHEL) 7
2020
- CentOS 7
2121

2222
[!INCLUDE [Linux distributions](linux-distributions.md)]

articles/ai-services/speech-service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Add the Speech SDK as a dependency in your project.
5050

5151
:::image type="content" source="../../../media/sdk/android-studio/sdk-install-3-zoom.png" alt-text="Screenshot that shows how to add a library dependency in Android Studio." lightbox="../../../media/sdk/android-studio/sdk-install-3.png":::
5252

53-
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: *com.microsoft.cognitiveservices.speech:client-sdk:1.37.0*. Then select **Search**.
53+
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: *com.microsoft.cognitiveservices.speech:client-sdk:1.38.0*. Then select **Search**.
5454
1. Make sure that the selected **Group ID** is **com.microsoft.cognitiveservices.speech**, and then select **OK**.
5555
1. Select **OK** to close the **Project Structure** window and apply your changes to the project.

articles/ai-services/speech-service/includes/quickstarts/platform/java-jre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
5252
<dependency>
5353
<groupId>com.microsoft.cognitiveservices.speech</groupId>
5454
<artifactId>client-sdk</artifactId>
55-
<version>1.37.0</version>
55+
<version>1.38.0</version>
5656
</dependency>
5757
</dependencies>
5858
</project>
@@ -107,7 +107,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
107107
<dependency>
108108
<groupId>com.microsoft.cognitiveservices.speech</groupId>
109109
<artifactId>client-sdk</artifactId>
110-
<version>1.37.0</version>
110+
<version>1.38.0</version>
111111
</dependency>
112112
</dependencies>
113113
```
@@ -124,7 +124,7 @@ Gradle configurations require an explicit reference to the *.jar* dependency ext
124124
// build.gradle
125125
126126
dependencies {
127-
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.37.0", ext: "jar"
127+
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.38.0", ext: "jar"
128128
}
129129
```
130130

articles/ai-services/speech-service/includes/quickstarts/platform/java-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ The Speech SDK for Java doesn't support Windows on ARM64.
2424
2525
The Speech SDK for Java supports the following distributions on the x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
2626

27-
- Ubuntu 18.04/20.04
28-
- Debian 10/11
29-
- Red Hat Enterprise Linux (RHEL) 7/8
27+
- Ubuntu 20.04/22.04
28+
- Debian 11/12
29+
- Red Hat Enterprise Linux (RHEL) 7
3030
- CentOS 7
3131

3232
[!INCLUDE [Linux distributions](linux-distributions.md)]

articles/ai-services/speech-service/includes/quickstarts/platform/linux-distributions.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ ms.author: eur
1313
The Speech SDK depends on the following Linux system libraries:
1414

1515
- The shared libraries of the GNU C library, including the POSIX Threads Programming library, `libpthreads`.
16-
- The OpenSSL library (`libssl`) version 1.x and certificates (`ca-certificates`).
17-
- The shared library for ALSA applications (`libasound`).
16+
- The OpenSSL library, version 1.x (`libssl1`) or 3.x (`libssl3`), and certificates (`ca-certificates`).
17+
- The shared library for ALSA applications (`libasound2`).
1818

19-
You should also install `ca-certificates` to establish a secure websocket and avoid the `WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED` error.
20-
21-
> [!IMPORTANT]
22-
> The Speech SDK does not yet support OpenSSL 3.0, which is the default in Ubuntu 22.04 and Debian 12.
23-
24-
# [Ubuntu 18.04/20.04](#tab/ubuntu)
19+
# [Ubuntu 20.04/22.04](#tab/ubuntu)
2520

2621
Run these commands:
2722

@@ -30,16 +25,16 @@ sudo apt-get update
3025
sudo apt-get install build-essential libssl-dev ca-certificates libasound2 wget
3126
```
3227

33-
# [Debian 10/11](#tab/debian)
28+
# [Debian 11/12](#tab/debian)
3429

35-
To use the Speech SDK in Alpine Linux, create a Debian chroot environment as documented in the Alpine Linux Wiki on [running glibc programs](https://wiki.alpinelinux.org/wiki/Running_glibc_programs). Then follow the Debian instructions here.
30+
Run these commands:
3631

3732
```Bash
3833
sudo apt-get update
3934
sudo apt-get install build-essential libssl-dev ca-certificates libasound2 wget
4035
```
4136

42-
# [RHEL 7/8 and CentOS 7](#tab/rhel-centos)
37+
# [RHEL/CentOS 7](#tab/rhel-centos)
4338

4439
> [!CAUTION]
4540
> 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).
@@ -54,7 +49,7 @@ sudo yum install alsa-lib openssl wget
5449

5550
> [!IMPORTANT]
5651
>
57-
> - On RHEL/CentOS 7, follow the instructions on [how to configure RHEL/CentOS 7 for Speech SDK](~/articles/ai-services/speech-service/how-to-configure-rhel-centos-7.md).
58-
> - On RHEL, follow the instructions on [how to configure OpenSSL for Linux](~/articles/ai-services/speech-service/how-to-configure-openssl-linux.md).
52+
> - Follow the instructions on [how to configure RHEL/CentOS 7 for Speech SDK](~/articles/ai-services/speech-service/how-to-configure-rhel-centos-7.md) and [how to configure OpenSSL for Linux](~/articles/ai-services/speech-service/how-to-configure-openssl-linux.md).
53+
> - Support for RHEL/CentOS 7 will be removed from Speech SDK releases after June 30, 2024 ([CentOS 7 EOL](https://www.redhat.com/topics/linux/centos-linux-eol) and [the end of RHEL 7 Maintenance Support 2](https://access.redhat.com/product-life-cycles?product=Red%20Hat%20Enterprise%20Linux,OpenShift%20Container%20Platform%204)).
5954
6055
---

articles/ai-services/speech-service/includes/quickstarts/platform/objectivec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535

3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.37.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.38.0'
3838
end
3939
```
4040

@@ -65,7 +65,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6565
use_frameworks!
6666

6767
target 'AppName' do
68-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.37.0'
68+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.38.0'
6969
end
7070
```
7171

0 commit comments

Comments
 (0)