Skip to content

Commit 600953f

Browse files
authored
[TA] Merge monthly patch to main for October (Azure#24832)
* README use the latest stable release version
1 parent a8272fe commit 600953f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
4242
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
4343
com.azure:azure-ai-metricsadvisor;1.0.3;1.1.0-beta.1
4444
com.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
4646
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
4747
com.azure:azure-analytics-purview-catalog;1.0.0-beta.1;1.0.0-beta.2
4848
com.azure:azure-analytics-purview-scanning;1.0.0-beta.1;1.0.0-beta.1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ and then include the direct dependency in the dependencies section without the v
5656
If you want to take dependency on a particular version of the library that is not present in the BOM,
5757
add 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})

0 commit comments

Comments
 (0)