Skip to content

Commit

Permalink
[TA] Prepare March beta release (Azure#19754)
Browse files Browse the repository at this point in the history
* merge patch part 1

* upgrade version and update changelog
  • Loading branch information
mssfang authored Mar 10, 2021
1 parent 6b9c796 commit 335c63e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-anomalydetector;3.0.0-beta.1;3.0.0-beta.2
com.azure:azure-ai-formrecognizer;3.0.5;3.1.0-beta.3
com.azure:azure-ai-metricsadvisor;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-ai-textanalytics;5.0.3;5.1.0-beta.5
com.azure:azure-ai-textanalytics;5.0.4;5.1.0-beta.5
com.azure:azure-analytics-synapse-accesscontrol;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-analytics-synapse-artifacts;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-analytics-synapse-spark;1.0.0-beta.2;1.0.0-beta.3
Expand Down
11 changes: 9 additions & 2 deletions sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release History
## 5.1.0-beta.5 (Unreleased)
## 5.1.0-beta.5 (2021-03-10)
- We are now targeting the service's v3.1-preview.4 API as the default instead of v3.1-preview.3.

### New features
Expand All @@ -26,7 +26,14 @@
`SentenceSentiment(String text, TextSentiment sentiment, SentimentConfidenceScores confidenceScores, IterableStream<MinedOpinion> minedOpinions, int offset)`,
`AspectSentiment(String text, TextSentiment sentiment, int offset, SentimentConfidenceScores confidenceScores)`,
`OpinionSentiment(String text, TextSentiment sentiment, int offset, boolean isNegated, SentimentConfidenceScores confidenceScores)`


### Known Issues
- `beginAnalyzeHealthcareEntities` is currently in gated preview and can not be used with AAD credentials.
For more information, see [the Text Analytics for Health documentation](https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).

## 5.0.4 (2021-03-09)
### Dependency updates
- Update dependency version, `azure-core` to 1.14.0 and `azure-core-http-netty` to 1.9.0.

## 5.1.0-beta.4 (2021-02-10)
### New features
Expand Down
4 changes: 2 additions & 2 deletions sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ az cognitiveservices account create \
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.0.3</version>
<version>5.0.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -119,7 +119,7 @@ Authentication with AAD requires some initial setup:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 335c63e

Please sign in to comment.