File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
azure-ai-textanalytics-perf Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
47
47
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
48
48
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4
49
49
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
51
51
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
52
52
com.azure:azure-ai-translation-text;1.0.0;1.1.0-beta.1
53
53
com.azure:azure-ai-translation-document;1.0.0-beta.2;1.0.0-beta.3
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >com.azure</groupId >
34
34
<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} -->
36
36
</dependency >
37
37
38
38
<dependency >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 5.5.0-beta.1 (Unreleased )
3
+ ## 5.5.0 (2024-07-25 )
4
4
5
- ### Features Added
5
+ ### Other Changes
6
6
7
- ### Breaking Changes
7
+ - Removed remaining ` jackson-databind ` usages and dependency from the project.
8
8
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 ` .
10
13
11
- ### Other Changes
12
14
13
15
## 5.4.7 (2024-06-25)
14
16
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
63
63
<dependency >
64
64
<groupId >com.azure</groupId >
65
65
<artifactId >azure-ai-textanalytics</artifactId >
66
- <version >5.4.7 </version >
66
+ <version >5.5.0 </version >
67
67
</dependency >
68
68
```
69
69
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >com.azure</groupId >
15
15
<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} -->
17
17
18
18
<name >Microsoft Azure client library for Text Analytics</name >
19
19
<description >This package contains the Microsoft Azure Cognitive Services Text Analytics SDK.</description >
You can’t perform that action at this time.
0 commit comments