You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,12 @@
4
4
5
5
### Features Added
6
6
7
+
- Added support for logging the "warn-text" response header.
8
+
7
9
### Breaking Changes
10
+
8
11
> Note: The following breaking changes only apply when upgrading from the previous beta version (5.3.0-beta.1) and do not impact stable versions.
12
+
9
13
- Renamed the `WellKnownFhirVersion` enum to `FhirVersion`.
10
14
- Changed the type of the `AnalyzeHealthcareEntitiesResult.FhirBundle` property from `IReadOnlyDictionary<string, object>` to `BinaryData`.
11
15
- Removed the `options` parameter from the following methods for consistency: `TextAnalyticsClient.DynamicClassify` and `TextAnalyticsClient.DynamicClassifyAsync`.
@@ -19,6 +23,7 @@
19
23
## 5.3.0-beta.1 (2022-12-01)
20
24
21
25
### Features Added
26
+
22
27
- Added support for dynamic classification.
23
28
- Added the following methods: `TextAnalyticsClient.DynamicClassify` and `TextAnalyticsClient.DynamicClassifyAsync`.
24
29
- Added the following methods: `TextAnalyticsClient.DynamicClassifyBatch` and `TextAnalyticsClient.DynamicClassifyBatchAsync`.
@@ -63,6 +68,7 @@
63
68
- Added the `ScriptKind` enum.
64
69
65
70
### Other Changes
71
+
66
72
The client now defaults to targeting service API version `2022-10-01-preview`.
0 commit comments