1.1.1
Last updated
Release date: March 30, 2026
Facephi IAD Service 1.1.1 is a patch release that updates the IAD engine to Version 2.5.3 and fixes documentation issues identified after Version 1.1.0. This is a fully backward-compatible release: there are no incompatible changes in the API or configuration.
IAD Engine 2.5.3 — The IAD detection engine was updated from 2.5.2 to 2.5.3, incorporating the latest fixes and improvements at the engine level.
Docker registry paths — All documentation now consistently references the correct registry path (docker-core-pro-fphi) across the installation guides, release notes, and quick start examples.
OpenAPI specification — The Swagger schemas were updated to accurately reflect the actual request and response structures of all endpoints (CheckCaptureResult, ExtractImageResult, MessageResult, ConfigData, ConfigUpdateRequest, BadRequestResult, ExceptionResult).
API documentation — The quick start guide was improved with examples of configuration and health-check endpoints, typical response payloads, and corrected default values for configuration parameters.
This release does not require migration steps. The files config.json existing and API clients continue to work without changes. Simply update the Docker image tag to 1.1.1.
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.1
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.1