Skip to content

Commit 8b2bccd

Browse files
[Text Analytics] Update changelog for 5.1.0-beta.3 release (Azure#12663)
* update changelog * update links to samples * Apply suggestions from code review Co-authored-by: Will Temple <witemple@microsoft.com> Co-authored-by: Will Temple <witemple@microsoft.com>
1 parent cdc68c0 commit 8b2bccd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

sdk/textanalytics/ai-text-analytics/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release History
22

3-
## 5.1.0-beta.3 (2020-11-20)
3+
## 5.1.0-beta.3 (2020-11-23)
44

55
- We are now targeting the service's v3.1-preview.3 API as the default instead of v3.1-preview.2.
6-
- We now have added support for performing multiple analyses at once with the introduction of the `beginAnalyze` API.
7-
- We now have added support for the recognition of healthcare entities with the introduction of the `beginAnalyzeHealthcare` API.
6+
- We introduced the `beginAnalyze` API which supports long-running batch process of Named Entity Recognition, Personally identifiable Information, and Key Phrase Extraction.
7+
- We now have added support for the recognition of healthcare entities with the introduction of the `beginAnalyzeHealthcare` API. Since the Health API is currently only available in a gated preview, you need to have your subscription on the service's allow list. Note that since this is a gated preview, AAD is not supported. For more information, see (the Text Analytics for Health documentation)[https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview].
88

99
## 5.1.0-beta.2 (2020-10-06)
1010

sdk/textanalytics/ai-text-analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ main();
496496
## Known Issues
497497

498498
- Currently, the `beginAnalyze` API accepts `includeStatistics` in its options bag, a feature that was not yet supported by the service at the time of the current release. This feature is expected to be supported soon after the release.
499-
- `beginAnalyzeHealthcare` is still in gated preview and can not be used with AAD credentials.
499+
- `beginAnalyzeHealthcare` is still 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/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview].
500500

501501
## Troubleshooting
502502

sdk/textanalytics/ai-text-analytics/samples/javascript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Take a look at our [API Documentation][apiref] for more information about the AP
6565

6666
[alternativedocumentinput]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/alternativeDocumentInput.js
6767
[analyzesentiment]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/analyzeSentiment.js
68-
[analyzesentimentwithopinionmining]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/samples/javascript/analyzeSentimentWithOpinionMining.js
68+
[analyzesentimentwithopinionmining]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/analyzeSentimentWithOpinionMining.js
6969
[authenticationmethods]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/authenticationMethods.js
7070
[detectlanguages]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/detectLanguage.js
7171
[extractkeyphrases]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/extractKeyPhrases.js
72-
[recognizepii]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizePii.js
72+
[recognizepii]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizePii.js
7373
[recognizelinkedentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizeLinkedEntities.js
7474
[recognizeentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizeEntities.js
75-
[beginanalyze]: https://github.com/Azure/azure-sdk-for-js/blob/61e8b8357ea6d61a005f61ab497560cab18106cc/sdk/textanalytics/ai-text-analytics/samples/javascript/beginAnalyze.js
76-
[beginanalyzehealthcare]: https://github.com/Azure/azure-sdk-for-js/blob/61e8b8357ea6d61a005f61ab497560cab18106cc/sdk/textanalytics/ai-text-analytics/samples/javascript/beginAnalyzeHealthcare.js
75+
[beginanalyze]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/beginAnalyze.js
76+
[beginanalyzehealthcare]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/beginAnalyzeHealthcare.js
7777
[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics
7878
[azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account
7979
[freesub]: https://azure.microsoft.com/free/

sdk/textanalytics/ai-text-analytics/samples/typescript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ Take a look at our [API Documentation][apiref] for more information about the AP
7777

7878
[alternativedocumentinput]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/alternativeDocumentInput.ts
7979
[analyzesentiment]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/analyzeSentiment.ts
80-
[analyzesentimentwithopinionmining]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/analyzeSentimentWithOpinionMining.ts
80+
[analyzesentimentwithopinionmining]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/analyzeSentimentWithOpinionMining.ts
8181
[authenticationmethods]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/authenticationMethods.ts
8282
[detectlanguages]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/detectLanguage.ts
8383
[extractkeyphrases]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/extractKeyPhrases.ts
84-
[recognizepii]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizePii.ts
84+
[recognizepii]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizePii.ts
8585
[recognizelinkedentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizeLinkedEntities.ts
8686
[recognizeentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizeEntities.ts
87-
[beginanalyze]: https://github.com/Azure/azure-sdk-for-js/blob/61e8b8357ea6d61a005f61ab497560cab18106cc/sdk/textanalytics/ai-text-analytics/samples/typescript/src/beginAnalyze.ts
88-
[beginanalyzehealthcare]: https://github.com/Azure/azure-sdk-for-js/blob/61e8b8357ea6d61a005f61ab497560cab18106cc/sdk/textanalytics/ai-text-analytics/samples/typescript/src/beginAnalyzeHealthcare.ts
87+
[beginanalyze]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/beginAnalyze.ts
88+
[beginanalyzehealthcare]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/beginAnalyzeHealthcare.ts
8989
[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics
9090
[azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account
9191
[freesub]: https://azure.microsoft.com/free/

0 commit comments

Comments
 (0)