From 6d4ad50e3f19c23a7e2b31d87f97c9cb7e2b309c Mon Sep 17 00:00:00 2001 From: Shawn Fang <45607042+mssfang@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:53:27 -0800 Subject: [PATCH 1/3] cherry-pick 16c8d5d4f164f33bea19ceb965917dd20676d344 --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-ai-textanalytics/CHANGELOG.md | 55 ++++++++++--------- .../azure-ai-textanalytics/README.md | 4 +- .../azure-ai-textanalytics/pom.xml | 3 +- 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 46701901201e..d41eb419e363 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -54,7 +54,7 @@ com.azure azure-ai-textanalytics - 5.1.0-beta.3 + 5.0.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 55f0e2c2805c..9f2ac3a5f127 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.3;3.1.0-beta.1 com.azure:azure-ai-metricsadvisor;1.0.0-beta.2;1.0.0-beta.3 -com.azure:azure-ai-textanalytics;5.0.0;5.1.0-beta.3 +com.azure:azure-ai-textanalytics;5.0.0;5.0.1 com.azure:azure-communication-chat;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-common;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-administration;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 c834ba70748b..f5293f27a3e1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md @@ -1,31 +1,32 @@ # Release History -## 5.1.0-beta.3 (Unreleased) - - -## 5.1.0-beta.2 (2020-10-06) -### Breaking changes -- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`, -`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself - using the string's length property. - -### Dependency updates -- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2. - -## 5.1.0-beta.1 (2020-09-17) -- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment` - - `length` is the number of characters in the text of these models - - `offset` is the offset of the text from the start of the document - -**New features** -- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`. -- Added support for Personally Identifiable Information(PII) entity recognition feature. - To use this feature, you need to make sure you are using the service's v3.1-preview.1 API. -- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the -service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in -`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints. -- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2 -and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information -about the returned entity. +## 5.0.1 (2020-11-12) +### Dependency updates +- Update dependency version, `azure-core` to 1.10.0 and `azure-core-http-netty` to 1.6.3. + +## 5.1.0-beta.2 (2020-10-06) +### Breaking changes +- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`, +`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself +using the string's length property. + +### Dependency updates +- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2. + +## 5.1.0-beta.1 (2020-09-17) +- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment` + - `length` is the number of characters in the text of these models + - `offset` is the offset of the text from the start of the document + +**New features** +- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`. +- Added support for Personally Identifiable Information(PII) entity recognition feature. + To use this feature, you need to make sure you are using the service's v3.1-preview.1 API. +- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the +service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in +`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints. +- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2 +and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information +about the returned entity. ## 5.0.0 (2020-07-27) - Re-release of version `1.0.1` with updated version `5.0.0`. diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index 6f88ab9b2a79..f28be7006722 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/README.md @@ -56,7 +56,7 @@ az cognitiveservices account create \ com.azure azure-ai-textanalytics - 5.1.0-beta.2 + 5.0.1 ``` [//]: # ({x-version-update-end}) @@ -117,7 +117,7 @@ Authentication with AAD requires some initial setup: com.azure azure-identity - 1.1.3 + 1.2.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/textanalytics/azure-ai-textanalytics/pom.xml b/sdk/textanalytics/azure-ai-textanalytics/pom.xml index 4711162af22a..47c289933df5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/pom.xml +++ b/sdk/textanalytics/azure-ai-textanalytics/pom.xml @@ -13,7 +13,7 @@ com.azure azure-ai-textanalytics - 5.1.0-beta.3 + 5.0.1 Microsoft Azure client library for Text Analytics This package contains the Microsoft Azure Cognitive Services Text Analytics SDK. @@ -114,7 +114,6 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED - --add-opens com.azure.ai.textanalytics/com.azure.ai.textanalytics=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED From 5163d25c8fc810c64ab95b756f29f01b12d4bf43 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 12 Nov 2020 15:00:30 -0800 Subject: [PATCH 2/3] cherry-pick dfdc8c6d373f657d793900000be1e2e2c21fd7de --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/textanalytics/azure-ai-textanalytics/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index d41eb419e363..6b91b5102100 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -54,7 +54,7 @@ com.azure azure-ai-textanalytics - 5.0.1 + 5.1.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 9f2ac3a5f127..9877a5bcf6f8 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.3;3.1.0-beta.1 com.azure:azure-ai-metricsadvisor;1.0.0-beta.2;1.0.0-beta.3 -com.azure:azure-ai-textanalytics;5.0.0;5.0.1 +com.azure:azure-ai-textanalytics;5.0.1;5.1.0-beta.1 com.azure:azure-communication-chat;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-common;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-administration;1.0.0-beta.2;1.0.0-beta.3 diff --git a/sdk/textanalytics/azure-ai-textanalytics/pom.xml b/sdk/textanalytics/azure-ai-textanalytics/pom.xml index 47c289933df5..8d1d58e4aad0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/pom.xml +++ b/sdk/textanalytics/azure-ai-textanalytics/pom.xml @@ -13,7 +13,7 @@ com.azure azure-ai-textanalytics - 5.0.1 + 5.1.0-beta.1 Microsoft Azure client library for Text Analytics This package contains the Microsoft Azure Cognitive Services Text Analytics SDK. From b9587531af36492fcddea7c01049e60aaaeaa20c Mon Sep 17 00:00:00 2001 From: shafang Date: Thu, 12 Nov 2020 16:11:54 -0800 Subject: [PATCH 3/3] next release version 5.0.3 --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md | 2 ++ sdk/textanalytics/azure-ai-textanalytics/README.md | 2 +- sdk/textanalytics/azure-ai-textanalytics/pom.xml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 6b91b5102100..46701901201e 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -54,7 +54,7 @@ com.azure azure-ai-textanalytics - 5.1.0-beta.1 + 5.1.0-beta.3 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 9877a5bcf6f8..4d0ad436c388 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.3;3.1.0-beta.1 com.azure:azure-ai-metricsadvisor;1.0.0-beta.2;1.0.0-beta.3 -com.azure:azure-ai-textanalytics;5.0.1;5.1.0-beta.1 +com.azure:azure-ai-textanalytics;5.0.1;5.1.0-beta.3 com.azure:azure-communication-chat;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-common;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-communication-administration;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 f5293f27a3e1..41f84ca7e338 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md @@ -1,4 +1,6 @@ # Release History +## 5.1.0-beta.3 (Unreleased) + ## 5.0.1 (2020-11-12) ### Dependency updates - Update dependency version, `azure-core` to 1.10.0 and `azure-core-http-netty` to 1.6.3. diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index f28be7006722..c0ddb6b4981b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/README.md @@ -56,7 +56,7 @@ az cognitiveservices account create \ com.azure azure-ai-textanalytics - 5.0.1 + 5.1.0-beta.3 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/textanalytics/azure-ai-textanalytics/pom.xml b/sdk/textanalytics/azure-ai-textanalytics/pom.xml index 8d1d58e4aad0..3c6f22489ce7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/pom.xml +++ b/sdk/textanalytics/azure-ai-textanalytics/pom.xml @@ -13,7 +13,7 @@ com.azure azure-ai-textanalytics - 5.1.0-beta.1 + 5.1.0-beta.3 Microsoft Azure client library for Text Analytics This package contains the Microsoft Azure Cognitive Services Text Analytics SDK.