Releases: sohlae/face-api
Releases · sohlae/face-api
Release 1.2
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
FluentValidationpackage via NuGet to implement validation in the business layer [#10]. - Created
PersonValidatorandPersonGroupValidatorclasses [#61 and #59] - Changed the access modifier of the
RegisterDependencies()method of UnityContainer frompublictoprivate - Created additional unit tests for the
PersonGroupLogicandPersonLogicclasses [#60 and #62] - Modified the assembly information of each of the class libraries/projects [#63]
Release 1.1-beta
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