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
* Configurations: 'specification/cognitiveservices/data-plane/LanguageAnalyzeText/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: '856560f304f6a4df7c50f17b7d72ac73884fab74' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5503780 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
* updated clientname to TextAnalysisClient
* removed generated tests and samples
* removed generated tests
* delete
* added patch from last preview
* set begin_analyze_text_job to private
* updated version
* added test for recognize_pii_redaction_policies
* added test for pii_redaction_policies_async
* make language optional and added test for pii_confidence_score_threshold
* added test for pii_confidence_score_threshold_async
* updated the tests for new features
* update all test records
* added samples for the new features
* update assets.json
* updated the change log
* updated readme
* fixed spelling error
* add samples of new features in readme
* update snippets
* removed 3.0, 3.1
---------
Co-authored-by: azure-sdk <azuresdk@microsoft.com>
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Release History
2
2
3
+
## 6.0.0b2 (2025-11-06)
4
+
5
+
This version of the client library defaults to the service API version `2025-11-15-preview`.
6
+
7
+
### Features Added
8
+
9
+
- Added support for **multiple redaction policies** in a single request.
10
+
- Added **synthetic replacement redaction**, enabling selected PII types (e.g., Person, Email) to be replaced with realistic synthetic values rather than masked.
11
+
- Added **confidence score thresholding**, allowing customers to define minimum confidence levels—globally or per-entity—so that only entities meeting the required confidence are returned.
12
+
- Added **entity validation control** with the `disableEntityValidation` parameter, allowing users to bypass entity validation when needed.
13
+
3
14
## 6.0.0b1 (2025-09-11)
4
15
5
16
This version of the client library defaults to the service API version `2025-05-15-preview`.
@@ -216,7 +227,7 @@ Note: this version will be the last to officially support Python 3.5, future ver
216
227
217
228
### Features Added
218
229
219
-
- Added `catagories_filter` to `RecognizePiiEntitiesAction`
230
+
- Added `categories_filter` to `RecognizePiiEntitiesAction`
220
231
- Added `HealthcareEntityCategory`
221
232
- Added AAD support for the `begin_analyze_healthcare_entities` methods.
0 commit comments