> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/backend-sdk/selphid/release_notes/6.17.0_releasenotes.md).

# 6.17.0

This Version enables future-date validation of templateRaw via the method `GetValidTimeStamp()`. Also, timestamps are implemented in the elements of the 1:N galleries. This allows listing or deleting biometric patterns older than a specified time interval. Finally, a bug affecting gallery consistency when using the method `SelphIDIdentifier::RemoveWithTemplateID()`.

### Added

* `SelphIDVerifierOptions::Get/SetFutureTimeAllowed()` to allow tokens with a future date to not be rejected.
* Environment variable `FACEPHI_SELPHID_FUTURE_TIME_ALLOWED` to set a global value for `FutureTimeAllowed`.
* `futureAllowedSeconds` in the `options` of the C++ rest-api service.
* `SelphIDIdentifier::ListObsoleteGalleryTemplateIDs()` to list gallery items older than a time interval.
* `SelphIDIdentifier::RemoveObsoleteGalleryTemplateIDs()` to delete gallery items older than a time interval.
* Endpoint GET `/identify/obsolete/{galleryId}/{intervalSeconds}` in the C++ rest-api service.
* Endpoint DELETE `/identify/obsolete/{galleryId}/{intervalSeconds}` in the C++ rest-api service.

### Fixed

* Issue in `SelphIDIdentifier::RemoveWithTemplateID()` that left the gallery state inconsistent.
