From 335c63e6189329812499278eaca23b7549218731 Mon Sep 17 00:00:00 2001 From: Shawn Fang <45607042+mssfang@users.noreply.github.com> Date: Wed, 10 Mar 2021 10:16:23 -0800 Subject: [PATCH] [TA] Prepare March beta release (#19754) * merge patch part 1 * upgrade version and update changelog --- eng/versioning/version_client.txt | 2 +- sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md | 11 +++++++++-- sdk/textanalytics/azure-ai-textanalytics/README.md | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c68229b9341b5..1f0f0967ab199 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -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 diff --git a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md index 63e40e35e9e75..b7339312d8895 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md @@ -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 @@ -26,7 +26,14 @@ `SentenceSentiment(String text, TextSentiment sentiment, SentimentConfidenceScores confidenceScores, IterableStream 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 diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index f2b9d92efceeb..1237b5da9f4d0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/README.md @@ -58,7 +58,7 @@ az cognitiveservices account create \ com.azure azure-ai-textanalytics - 5.0.3 + 5.0.4 ``` [//]: # ({x-version-update-end}) @@ -119,7 +119,7 @@ Authentication with AAD requires some initial setup: com.azure azure-identity - 1.2.3 + 1.2.4 ``` [//]: # ({x-version-update-end})