Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/textanalytics/ai-text-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Release History

## 5.1.0 (Unreleased)
## 5.1.0 (2021-07-08)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if you want to wait until it is definitive as this date can change according to service deployments/other unknowns

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can always update later if there is a need to


### New Features

- We are now targeting the service's v3.1 API as the default instead of v3.1-preview.5.
- `categoriesFilter` support was added to `RecognizePiiEntitiesAction`.

### Breaking Changes

- `PiiEntityDomainType` was renamed to `PiiEntityDomain`.
- `domain` property of `RecognizePiiEntitiesAction` was renamed to `domainFilter`.
- `categoriesFilter` was added to `RecognizePiiEntitiesAction`.
- `beginAnalyzeActions` is now limited to accept up to one action only per type.

## 5.1.0-beta.6 (2021-05-18)
Expand Down