Skip to content

Releases: sohlae/face-api

Release 1.2

14 Feb 09:30

Choose a tag to compare

Other Information

  • Releases from v1.1-beta have been incorporated here.

Changes

  • Created logic to perform integration testing from code. Note that this will only work for users who have been granted access to the Azure KeyVault [#50]
  • Installed the FluentValidation package via NuGet to implement validation in the business layer [#10].
  • Created PersonValidator and PersonGroupValidator classes [#61 and #59]
  • Changed the access modifier of the RegisterDependencies() method of UnityContainer from public to private
  • Created additional unit tests for the PersonGroupLogic and PersonLogic classes [#60 and #62]
  • Modified the assembly information of each of the class libraries/projects [#63]

Release 1.1-beta

08 Feb 06:27

Choose a tag to compare

Release 1.1-beta Pre-release
Pre-release

Changes

  • Removed the hard-coded subscription key in the source code and added it in Azure KeyVault [#47]
  • Created an Azure pipeline for the base branch [#48]
  • Renamed the task names of the build pipelines to make it more understandable [#49]
  • Connected the integration tests to Azure KeyVault for subscription key retrieval
    • This will only work on local machines