1.2.0
Last updated
Release date: April 30, 2026
Facephi IAD Service 1.2.0 is a minor Version focused on hardening the License Initialization and on the accuracy of the documentation. This Version does not introduce changes in the API endpoints or in the configuration schema.
Embedded product credentials — The service now applies the IAD Cryptlex product credentials at compile time during License Initialization.
License file handling — If LICENSE_ID or LICENSE_DATA are present in the license file, the service ignores them and uses the embedded product credentials instead.
Engine rejection reasons — The API documentation now lists the engine rejection reasons returned in capture.rejection.
Validation error codes — The API and OpenAPI documentation now document the values of error_code engine values exposed by HTTP responses 400.
Operational examples — The Docker, OpenAPI, and configuration examples were aligned with the current Version metadata, runtime defaults, and endpoint paths 1.2.0 current /api/v1/iad/*.
Existing API clients continue to work unchanged.
The files config.json existing ones continue to work unchanged.
The existing license files continue to work. If your provisioning templates still populate LICENSE_ID or LICENSE_DATA, those values no longer have any effect and can be removed for clarity.
This Version does not require API or configuration migration. To upgrade:
Update the Docker image tag to 1.2.0.
Redeploy the service.
Verify the running Version using GET /api/v1/iad/version.
Review the license provisioning templates and stop relying on LICENSE_ID or LICENSE_DATA if they are being generated.
Operating system
Linux x86_64 (Ubuntu 24.04 is recommended)
License
Valid Facephi License file
Docker
For containerized deployment
No issues have been identified in this Version.
For Technical Support, contact your Facephi representative.
Last updated
docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:1.2.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.2.0