Skip to content

[6.17.0] - Release Notes

This release enables future-dated validation of templateRaw using the GetValidTimeStamp() method. Timestamps are also implemented on items in 1:N galleries. This allows you to list or remove biometric patterns older than a specified time interval. Finally, a bug affecting gallery consistency when using the SelphIDIdentifier::RemoveWithTemplateID() method has been fixed.

Added

  • SelphIDVerifierOptions::Get/SetFutureTimeAllowed() to allow tokens with a future date not to be rejected.
  • FACEPHI_SELPHID_FUTURE_TIME_ALLOWED environment variable to set a global value for FutureTimeAllowed.
  • futureAllowedSeconds to C++ rest-api service options.
  • SelphIDIdentifier::ListObsoleteGalleryTemplateIDs() to list items in the gallery prior to a time interval.
  • SelphIDIdentifier::RemoveObsoleteGalleryTemplateIDs() to remove items from the gallery prior to a time interval.
  • GET /identify/obsolete/{galleryId}/{intervalSeconds} endpoint to C++ rest-api service.
  • DELETE /identify/obsolete/{galleryId}/{intervalSeconds} endpoint to C++ rest-api service.

Fixed

  • Issue in SelphIDIdentifier::RemoveWithTemplateID() which left the state of the gallery inconsistent.