For the complete documentation index, see llms.txt. This page is also available as Markdown.

4.2.0

This Version updates the biometric engine and introduces several quality and reliability improvements: a unit testing framework, proper Error handling for malformed inputs, configuration precedence via environment variables, and an updated Docker base image.

Added

  • Configuration precedence via environment variables using the prefix FACEPHI_BACKEND1N_REST_*. Environment variables now have the highest priority in the configuration chain.

Changed

  • Biometric engine update.

Fixed

  • Malformed Base64 and JSON inputs in the endpoints /extract and /search now return HTTP 400 (Bad Request) instead of HTTP 500 (Internal Server Error).

  • Updated Docker base image from Ubuntu 24.04 to Ubuntu 26.04 to improve security.

Last updated