Skip to content

Commit cea7a30

Browse files
authored
upgrade version (Azure#37252)
1 parent 7a7670d commit cea7a30

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ com.azure:azure-ai-metricsadvisor;1.1.18;1.2.0-beta.1
4545
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
4646
com.azure:azure-ai-openai;1.0.0-beta.5;1.0.0-beta.6
4747
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
48-
com.azure:azure-ai-textanalytics;5.3.3;5.4.0-beta.1
48+
com.azure:azure-ai-textanalytics;5.3.3;5.3.4
4949
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
5050
com.azure:azure-ai-translation-text;1.0.0-beta.1;1.0.0-beta.2
5151
com.azure:azure-analytics-purview-catalog;1.0.0-beta.4;1.0.0-beta.5

sdk/textanalytics/azure-ai-textanalytics-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-ai-textanalytics</artifactId>
35-
<version>5.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
35+
<version>5.3.4</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
3636
</dependency>
3737

3838
<dependency>

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 5.4.0-beta.1 (Unreleased)
3+
## 5.3.4 (2023-10-19)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency Updates
108

11-
### Other Changes
9+
- Upgraded `azure-core-http-netty` from `1.13.7` to version `1.13.9`.
10+
- Upgraded `azure-core` from `1.43.0` to version `1.44.1`.
1211

1312
## 5.3.3 (2023-09-22)
1413

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
6262
<dependency>
6363
<groupId>com.azure</groupId>
6464
<artifactId>azure-ai-textanalytics</artifactId>
65-
<version>5.3.1</version>
65+
<version>5.3.4</version>
6666
</dependency>
6767
```
6868
[//]: # ({x-version-update-end})

sdk/textanalytics/azure-ai-textanalytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-ai-textanalytics</artifactId>
16-
<version>5.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
16+
<version>5.3.4</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
1717

1818
<name>Microsoft Azure client library for Text Analytics</name>
1919
<description>This package contains the Microsoft Azure Cognitive Services Text Analytics SDK.</description>

0 commit comments

Comments
 (0)