File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
sdk/textanalytics/azure-ai-textanalytics Expand file tree Collapse file tree 3 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
4242com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
4343com.azure:azure-ai-metricsadvisor;1.0.2;1.1.0-beta.1
4444com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
45- com.azure:azure-ai-textanalytics;5.1.1 ;5.2.0-beta.2
45+ com.azure:azure-ai-textanalytics;5.1.2 ;5.2.0-beta.2
4646com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
4747com.azure:azure-analytics-purview-catalog;1.0.0-beta.1;1.0.0-beta.2
4848com.azure:azure-analytics-purview-scanning;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 44- Renamed methods ` setSentencesOrderBy() ` to ` setOrderBy() ` and ` getSentencesOrderBy() ` to ` getOrderBy() ` , in the
55 option bag, ` ExtractSummaryAction ` .
66
7+ ## 5.1.2 (2021-09-09)
8+ ### Other Changes
9+
10+ #### Dependency Updates
11+ - Updated ` azure-core ` from ` 1.19.0 ` to ` 1.20.0 ` .
12+ - Updated ` azure-core-http-netty ` from ` 1.10.2 ` to ` 1.11.0 ` .
13+
714## 5.2.0-beta.1 (2021-08-11)
815### Feature Added
916- We are now targeting the service's v3.2-preview.1 API as the default instead of v3.1.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
6161<dependency >
6262 <groupId >com.azure</groupId >
6363 <artifactId >azure-ai-textanalytics</artifactId >
64- <version >5.2.0-beta.1 </version >
64+ <version >5.2.0-beta.2 </version >
6565</dependency >
6666```
6767[ // ] : # ( {x-version-update-end} )
@@ -162,7 +162,7 @@ Authentication with AAD requires some initial setup:
162162<dependency >
163163 <groupId >com.azure</groupId >
164164 <artifactId >azure-identity</artifactId >
165- <version >1.3.5 </version >
165+ <version >1.3.6 </version >
166166</dependency >
167167```
168168[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments