|
1 | 1 | # Release History |
2 | 2 | ## 5.1.0-beta.3 (Unreleased) |
3 | 3 |
|
4 | | - |
5 | | -## 5.1.0-beta.2 (2020-10-06) |
6 | | -### Breaking changes |
7 | | -- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`, |
8 | | -`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself |
9 | | - using the string's length property. |
10 | | - |
11 | | -### Dependency updates |
12 | | -- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2. |
13 | | - |
14 | | -## 5.1.0-beta.1 (2020-09-17) |
15 | | -- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment` |
16 | | - - `length` is the number of characters in the text of these models |
17 | | - - `offset` is the offset of the text from the start of the document |
18 | | - |
19 | | -**New features** |
20 | | -- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`. |
21 | | -- Added support for Personally Identifiable Information(PII) entity recognition feature. |
22 | | - To use this feature, you need to make sure you are using the service's v3.1-preview.1 API. |
23 | | -- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the |
24 | | -service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in |
25 | | -`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints. |
26 | | -- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2 |
27 | | -and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information |
28 | | -about the returned entity. |
| 4 | +## 5.0.1 (2020-11-12) |
| 5 | +### Dependency updates |
| 6 | +- Update dependency version, `azure-core` to 1.10.0 and `azure-core-http-netty` to 1.6.3. |
| 7 | + |
| 8 | +## 5.1.0-beta.2 (2020-10-06) |
| 9 | +### Breaking changes |
| 10 | +- Removed property `length` from `CategorizedEntity`, `SentenceSentiment`, `LinkedEntityMatch`, `AspectSentiment`, |
| 11 | +`OpinionSentiment`, and `PiiEntity` because the length information can be accessed from the text property itself |
| 12 | +using the string's length property. |
| 13 | + |
| 14 | +### Dependency updates |
| 15 | +- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2. |
| 16 | + |
| 17 | +## 5.1.0-beta.1 (2020-09-17) |
| 18 | +- Added `offset` and `length` properties for `CategorizedEntity`, `LinkedEntityMatch` and `SentenceSentiment` |
| 19 | + - `length` is the number of characters in the text of these models |
| 20 | + - `offset` is the offset of the text from the start of the document |
| 21 | + |
| 22 | +**New features** |
| 23 | +- Updated Text Analytics SDK's default service API version to `v3.1-preview.2` from `v3.0`. |
| 24 | +- Added support for Personally Identifiable Information(PII) entity recognition feature. |
| 25 | + To use this feature, you need to make sure you are using the service's v3.1-preview.1 API. |
| 26 | +- Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the |
| 27 | +service's v3.1-preview.1 and above API. To get this support pass `includeOpinionMining` as `true` in |
| 28 | +`AnalyzeSentimentOptions` when calling the sentiment analysis endpoints. |
| 29 | +- Add property `bingEntitySearchApiId` to the `LinkedEntity` class. This property is only available for v3.1-preview.2 |
| 30 | +and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information |
| 31 | +about the returned entity. |
29 | 32 |
|
30 | 33 | ## 5.0.0 (2020-07-27) |
31 | 34 | - Re-release of version `1.0.1` with updated version `5.0.0`. |
|
0 commit comments