Skip to content

Releases: dev-yoonik/YK-Face-SDK-DotNetCore

v2.0.0

14 Jun 10:55
42a621e
Compare
Choose a tag to compare

Added

  • Face process return object single face validation, with unit tests.
  • FaceClient empty constructor that automatically reads the environment variables

Changed

  • ProcessAync function name to ProcessAsync
  • VerifyAsync and VerifyImagesAsync return type to MatchingResponse
  • VerifyImages to use the Process and Verify instead of API call
  • FaceClient argument type from ConnectionInformation to IConnectionInformation

Removed

  • VerifyResponse class
  • VerifyIdResponse class
  • VerifyImagesResponse class
  • VerifyImagesRequest class
  • VerifyImages from the FaceEndpoints

v1.0.1

08 Oct 17:04
a69e7c7
Compare
Choose a tag to compare
Feature/moved face api endpoint and key to environment variables (#3)

* Updated Service.Client dependencies

Removed dependency from sample and test projects.
Updated service.client version to 1.0.1.

* Refactored base url and x-api-key.

This variables are now environment variables.

* Update FaceClient.cs

Switched function call to a more correct one.

* Create CHANGELOG.md

v1.0.0

27 Sep 08:53
Compare
Choose a tag to compare
Polish readme.