Skip to content

[4.2.1] - Release Notes

This release updates the SelphID SDK adding new values to SelphIDException replacing the ErrorLoadingLibrary value, allowing to obtain a greater detail of an error. Uncertain and FrontalFast values have also been retrieved and deprecated. Lastly, support for CentOS 7 has been brought back.

New

  • Added NoLive value to FacialLivenessDiagnostic.
  • Added ErrorConfigVarsEmpty value to SelphIDExceptionType.
  • Added ErrorInstallPathEmpty value to SelphIDExceptionType.
  • Added ErrorLivenessDataPathEmpty value to SelphIDExceptionType.
  • Added ErrorLoadingFacialLibrary value to SelphIDExceptionType.
  • Added ErrorLoadingLivenessLibrary value to SelphIDExceptionType.
  • Added ErrorProcessingFacial value to SelphIDExceptionType.
  • Added ErrorProcessingLiveness value to SelphIDExceptionType.
  • Added ErrorGalleryFile value to SelphIDExceptionType.
  • Added CentOS 7 compatibility.

Changed

  • Restored Uncertain value from FacialAuthenticationStatus and FacialLivenessDiagnostic.
  • Restored FrontalFast value from FacialDetectionType.
  • Orchestrator methods VerifySelphIDWithImageRawTemplate, VerifySelphIDWithRawTemplates only run the liveness test, if the authentication is positive.

Deprecated

  • Uncertain value in FacialAuthenticationStatus and FacialLivenessDiagnostic.
  • FrontalFast value in FacialDetectionType.
  • Spoof value in FacialLivenessDiagnostic, use instead NoLive.