Skip to content

Commit

Permalink
Update Face preview client 2.8.0-preview.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msyache committed Dec 6, 2022
1 parent 8b9372b commit 20a8b35
Show file tree
Hide file tree
Showing 26 changed files with 1,890 additions and 517 deletions.
26 changes: 16 additions & 10 deletions sdk/cognitiveservices/Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# 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.3 (2022-11-25)

## 2.8.0-preview.1 (2021-07-21)
### 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.

- Add support for the Person Directory feature
- Note that this version points to the face/v1.0-preview (public preview) endpoints.
### 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.7.0-preview.3 (Unreleased)

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

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

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

### Other Changes
- 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.2 (2021-11-15)
- Add support for new detection attribute `qualityForRecognition`
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

0 comments on commit 20a8b35

Please sign in to comment.