1.1.0
Last updated
Release date: March 20, 2026
Facephi IAD Service 1.1.0 focuses on operational resilience, configuration flexibility, and better diagnostics. This is a fully backward-compatible release: there are no incompatible changes in the API or configuration.
License error translation — More than 110 License status codes are now mapped to human-readable messages with actionable recommendations.
Standardized error reporting — License-related failures produce consistent, structured log entries to facilitate troubleshooting.
Simplified base image with reduced attack surface.
Improved package management and dependency pinning.
Cleaner log output (excess verbose logging was removed from Docker detection and engine startup).
REST proxy errors are now created and reported through a single consistent code path.
Engine error responses are normalized before being forwarded to the client.
Excess debug logging during Docker environment detection was removed.
This release does not require migration steps. The files config.json that already exist and API clients continue to work unchanged.
To take advantage of configuration via environment variables, set the FACEPHI_IAD_REST_* or FACEPHI_IAD_ENGINE_* desired ones before starting the service or in your Docker Compose / Kubernetes manifest.
Operating system
Linux x86_64 (Ubuntu 24.04 recommended)
License
Valid Facephi License file
Docker
For container deployment
No issues have been identified in this release.
For Technical Support, contact your Facephi representative.
Last updated
docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:1.1.0
docker run -d \
-p 6982:6982 \
-v /path/to/license:/app/license \
-v /path/to/config:/app/config \
--name iad-service \
facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:1.1.0