File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
sdk/textanalytics/azure-ai-textanalytics Expand file tree Collapse file tree 3 files changed +11
-4
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.3;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.2 ;5.2.0-beta.2
45+ com.azure:azure-ai-textanalytics;5.1.3 ;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 88- Renamed methods ` setSentencesOrderBy() ` to ` setOrderBy() ` and ` getSentencesOrderBy() ` to ` getOrderBy() ` , in the
99 option bag, ` ExtractSummaryAction ` .
1010
11+ ## 5.1.3 (2021-10-05)
12+ ### Other Changes
13+
14+ #### Dependency Updates
15+ - Updated ` azure-core ` from ` 1.20.0 ` to ` 1.21.0 ` .
16+ - Updated ` azure-core-http-netty ` from ` 1.11.0 ` to ` 1.11.1 ` .
17+
1118## 5.1.2 (2021-09-09)
1219### Other Changes
1320
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ and then include the direct dependency in the dependencies section without the v
5656If you want to take dependency on a particular version of the library that is not present in the BOM,
5757add the direct dependency to your project as follows.
5858
59- [ // ] : # ( {x-version-update-start;com.azure:azure-ai-textanalytics;current } )
59+ [ // ] : # ( {x-version-update-start;com.azure:azure-ai-textanalytics;dependency } )
6060``` xml
6161<dependency >
6262 <groupId >com.azure</groupId >
6363 <artifactId >azure-ai-textanalytics</artifactId >
64- <version >5.2.0-beta.2 </version >
64+ <version >5.1.3 </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.6 </version >
165+ <version >1.4.0 </version >
166166</dependency >
167167```
168168[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments