Last updated
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.
Configuration precedence via environment variables using the prefix FACEPHI_BACKEND1N_REST_*. Environment variables now have the highest priority in the configuration chain.
Biometric engine update.
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