File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
aot/azure-aot-graalvm-samples
textanalytics/azure-ai-textanalytics Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
42
42
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
43
43
com.azure:azure-ai-metricsadvisor;1.1.4;1.2.0-beta.1
44
44
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
45
- com.azure:azure-ai-textanalytics;5.1.9 ;5.2.0-beta.4
45
+ com.azure:azure-ai-textanalytics;5.1.10 ;5.2.0-beta.4
46
46
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
47
47
com.azure:azure-analytics-purview-catalog;1.0.0-beta.3;1.0.0-beta.4
48
48
com.azure:azure-analytics-purview-scanning;1.0.0-beta.2;1.0.0-beta.3
Original file line number Diff line number Diff line change 108
108
<dependency >
109
109
<groupId >com.azure</groupId >
110
110
<artifactId >azure-ai-textanalytics</artifactId >
111
- <version >5.1.9 </version > <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
111
+ <version >5.1.10 </version > <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
112
112
</dependency >
113
113
114
114
Original file line number Diff line number Diff line change 10
10
11
11
### Other Changes
12
12
13
+ ## 5.1.10 (2022-06-09)
14
+ ### Other Changes
15
+
16
+ #### Dependency Updates
17
+ - Updated ` azure-core ` to ` 1.29.1 ` .
18
+ - Updated ` azure-core-http-netty ` to ` 1.12.2 ` .
19
+
13
20
## 5.2.0-beta.3 (2022-05-18)
14
21
Note that this is the first version of the client library that targets the Azure Cognitive Service for Language APIs
15
22
which includes the existing text analysis and natural language processing features found in the Text Analytics client
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Authentication with AAD requires some initial setup:
161
161
<dependency >
162
162
<groupId >com.azure</groupId >
163
163
<artifactId >azure-identity</artifactId >
164
- <version >1.5.1 </version >
164
+ <version >1.5.2 </version >
165
165
</dependency >
166
166
```
167
167
[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments