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 Nov 23, 2022
1 parent a6b1cad commit d93c572
Show file tree
Hide file tree
Showing 28 changed files with 1,901 additions and 424 deletions.
20 changes: 16 additions & 4 deletions sdk/cognitiveservices/Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
# Release History

## 2.8.0-preview.1 (Unreleased)
## 2.8.0-preview.3 (2022-11-25)

- 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 (Unreleased)

### Features Added

### 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.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.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 d93c572

Please sign in to comment.