Skip to content

Commit f3a4ecf

Browse files
authored
upgrade GA patch version (Azure#24170)
1 parent 990d528 commit f3a4ecf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.2;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.1;5.2.0-beta.2
45+
com.azure:azure-ai-textanalytics;5.1.2;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
@@ -4,6 +4,13 @@
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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})

0 commit comments

Comments
 (0)