Skip to content

[3.0.0] - Release Notes

This major release adds support for first-party extraction technology. It also adds TemplateRawSuper, which contains information about the FacialTemplate. As a result, the facialTemplate field will no longer be included in MongoDB.

Added

  • 1st party extractor implementation.
  • 1st party 1:N matcher implementation.
  • Support for TemplateRawSuper.
  • Dual distributions (3rd/1st party) with DB compatibility.

Improved

  • DB backward-compatibility with Antifraude Backend 2.0.0.
  • DB is updated to new 3.0.0 format when calling to /search endpoint.
    • Old pattern.templateRaw format is accepted and updated to TemplateRawSuper.
    • pattern.faceTemplate is removed.

Changed

  • facialTemplate is no longer returned from /faces/* endpoints.
  • /extract/template body requires the facialTemplateRaw parameter, instead of faceTemplate.
  • /search/template/{tenantId} body requires the facialTemplateRaw parameter, instead of facialTemplate.