Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Face Public Preview to 2.8.0-preview.3 #32573

Merged
merged 7 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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
28 changes: 16 additions & 12 deletions sdk/cognitiveservices/Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# Release History

## 2.8.0-preview.2 (2021-11-15)
- Add support for new detection attribute `qualityForRecognition`
- Note that this version points to the face/v1.0-preview (public preview) endpoints.

## 2.8.0-preview.1 (2021-07-21)

- Add support for the Person Directory feature
- Note that this version points to the face/v1.0-preview (public preview) endpoints.

## 2.7.0-preview.3 (Unreleased)

### Features Added
## 2.8.0-preview.3 (2022-11-25)

### Breaking Changes
- Id fields in responses for Person and Face objects from Person Directory are no longer nullable as they are guaranteed to be returned.
- The non-functional AddPersonFaceAsync method has been removed from Person Directory.

### Bugs Fixed
- Fix mismatching data types between request and response for personId and persistedFaceId in Person Directory. New extension methods expecting GUIDs have been added alongside the existing string ones
- Fix the missing parameter "url" in Person Directory AddPersonFaceAsync, which is now renamed to AddPersonFaceFromUrlAsync for clarity.

### Other Changes
- Change default value for returnFaceId parameter to false in detection operations.

## 2.8.0-preview.2 (2021-11-15)

- Add support for new detection attribute `qualityForRecognition`
- Note that this version points to the face/v1.0-preview (public preview) endpoints.

## 2.7.0-preview.2 (2021-11-15)
- Add support for new detection attribute `qualityForRecognition`

## 2.8.0-preview.1 (2021-07-21)

- Add support for the Person Directory feature
- Note that this version points to the face/v1.0-preview (public preview) endpoints.

## 2.7.0-preview.1 (2021-03-25)

- Add support for new detection model `detection_03`, new recognition model `recognition_04`, and new mask attribute model
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading