Skip to content

Commit f346a2c

Browse files
authored
Prepare for July release (#41293)
1 parent 953dbf2 commit f346a2c

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
4747
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
4848
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4
4949
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
50-
com.azure:azure-ai-textanalytics;5.4.7;5.5.0-beta.1
50+
com.azure:azure-ai-textanalytics;5.4.7;5.5.0
5151
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
5252
com.azure:azure-ai-translation-text;1.0.0;1.1.0-beta.1
5353
com.azure:azure-ai-translation-document;1.0.0-beta.2;1.0.0-beta.3

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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
35+
<version>5.5.0</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
3636
</dependency>
3737

3838
<dependency>

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

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

3-
## 5.5.0-beta.1 (Unreleased)
3+
## 5.5.0 (2024-07-25)
44

5-
### Features Added
5+
### Other Changes
66

7-
### Breaking Changes
7+
- Removed remaining `jackson-databind` usages and dependency from the project.
88

9-
### Bugs Fixed
9+
#### Dependency Updates
10+
11+
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
1013

11-
### Other Changes
1214

1315
## 5.4.7 (2024-06-25)
1416

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
6363
<dependency>
6464
<groupId>com.azure</groupId>
6565
<artifactId>azure-ai-textanalytics</artifactId>
66-
<version>5.4.7</version>
66+
<version>5.5.0</version>
6767
</dependency>
6868
```
6969
[//]: # ({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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;current} -->
16+
<version>5.5.0</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)