Skip to content

Commit 31d0aa1

Browse files
authored
Merge pull request #268272 from BrianMouncer/BrianMouncer-pr/1.36.0_updates
release notes and doc updates for the March 1.36.0 release.
2 parents 04376ee + 06c39f8 commit 31d0aa1

File tree

18 files changed

+54
-52
lines changed

18 files changed

+54
-52
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.35.0</version>
134+
<version>1.36.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.35.0@aar'
155+
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.36.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.35.0</version>
46+
<version>1.36.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
2121
2222
The Speech SDK for C++ only supports the following distributions on the x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
2323

24-
- Ubuntu 18.04/20.04/22.04
24+
- Ubuntu 18.04/20.04
2525
- Debian 10/11
2626
- Red Hat Enterprise Linux (RHEL) 7/8
27-
- CentOS 7/8
27+
- CentOS 7
2828

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
2121

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

24-
- Ubuntu 18.04/20.04/22.04
24+
- Ubuntu 18.04/20.04
2525
- Debian 10/11
2626
- Red Hat Enterprise Linux (RHEL) 7/8
27-
- CentOS 7/8
27+
- CentOS 7
2828

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

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

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

16-
- Ubuntu 18.04/20.04/22.04
16+
- Ubuntu 18.04/20.04
1717
- Debian 9/10/11
1818
- Red Hat Enterprise Linux (RHEL) 8
19-
- CentOS 8
19+
- CentOS 7
2020

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

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.35.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.36.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.35.0</version>
55+
<version>1.36.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.35.0</version>
110+
<version>1.36.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.35.0", ext: "jar"
127+
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.36.0", ext: "jar"
128128
}
129129
```
130130

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

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

26-
- Ubuntu 18.04/20.04/22.04
26+
- Ubuntu 18.04/20.04
2727
- Debian 10/11
2828
- Red Hat Enterprise Linux (RHEL) 7/8
29-
- CentOS 7/8
29+
- CentOS 7
3030

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

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

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,7 @@ You should also install `ca-certificates` to establish a secure websocket and av
2020
> [!IMPORTANT]
2121
> The Speech SDK does not yet support OpenSSL 3.0, which is the default in Ubuntu 22.04 and Debian 12.
2222
23-
To install OpenSSL 1.x from sources on Debian/Ubuntu based systems that don't have it, run the following commands:
24-
25-
```Bash
26-
wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf -
27-
cd openssl-1.1.1u
28-
./config --prefix=/usr/local
29-
make -j $(nproc)
30-
sudo make install_sw install_ssldirs
31-
sudo ldconfig -v
32-
export SSL_CERT_DIR=/etc/ssl/certs
33-
```
34-
35-
Notes on installation:
36-
37-
- Check [https://www.openssl.org/source/](https://www.openssl.org/source/) for the latest OpenSSL 1.x version to use.
38-
- The setting of `SSL_CERT_DIR` must be in effect system-wide or at least in the console where applications that use the Speech SDK are launched from. Otherwise OpenSSL 1.x installed in */usr/local* might not find certificates.
39-
- Ensure that the console output from `ldconfig -v` includes */usr/local/lib*. On modern systems, it should by default. If it doesn't, set `LD_LIBRARY_PATH` with the same scope as `SSL_CERT_DIR` to add */usr/local/lib* to the library path:
40-
41-
```Bash
42-
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
43-
```
44-
45-
# [Ubuntu 18.04/20.04/22.04](#tab/ubuntu)
23+
# [Ubuntu 18.04/20.04](#tab/ubuntu)
4624

4725
Run these commands:
4826

@@ -60,7 +38,7 @@ sudo apt-get update
6038
sudo apt-get install build-essential libssl-dev ca-certificates libasound2 wget
6139
```
6240

63-
# [RHEL 7/8 and CentOS 7/8](#tab/rhel-centos)
41+
# [RHEL 7/8 and CentOS 7](#tab/rhel-centos)
6442

6543
> [!CAUTION]
6644
> 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).
@@ -76,6 +54,6 @@ sudo yum install alsa-lib openssl wget
7654
> [!IMPORTANT]
7755
>
7856
> - 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).
79-
> - On RHEL/CentOS 8, follow the instructions on [how to configure OpenSSL for Linux](~/articles/ai-services/speech-service/how-to-configure-openssl-linux.md).
57+
> - On RHEL, follow the instructions on [how to configure OpenSSL for Linux](~/articles/ai-services/speech-service/how-to-configure-openssl-linux.md).
8058
8159
---

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.35.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.36.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.35.0'
68+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.36.0'
6969
end
7070
```
7171

0 commit comments

Comments
 (0)