Skip to content

[5.3.0] - Release Notes

In this version several improvements have been made to the SelphID-SDK Rest-API C++ service. The accuracy of the extraction engine FacialDetectionType::Frontal has also been improved. The Liveness engine has been configured to accept lower quality images.

Added

  • SelphIDVerifierOptions to Rest-API C++.
  • faceConfidence and facialQuality into /extract endpoint result.
  • Postman examples with Rest-API options.
  • New scheme to Swagger with Rest-API options.

Changed

  • Improved logger in Rest-API server.
    • Json-parseable outputs.
    • Headers with user custom data.
    • Log levels.
    • Detailed operation results.
  • More acurate facial extractor in FacialDetectionType::Frontal. SelphID defaults to FacialDetectionType::FrontalFast.
  • Liveness engine new configuration that accepts low quality images.

Removed

  • Deprecated endpoints from Swagger documentation.