Release Notes — Version 1.2.0
Release Date: April 30, 2026
Overview
Facephi IAD Service 1.2.0 is a minor release focused on license-initialization hardening and documentation accuracy. This release does not introduce API endpoint changes or configuration schema changes.
What's Changed
License Initialization Hardening
- Embedded Product Credentials — The service now enforces the IAD Cryptlex product credentials at build time during license initialization.
- License File Handling — If
LICENSE_IDorLICENSE_DATAare present in the license file, the service ignores them and uses the embedded product credentials instead.
Documentation and API Reference Alignment
- 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 engine
error_codevalues surfaced by HTTP400responses. - Operational Examples — Docker, OpenAPI, and configuration examples were aligned with the current
1.2.0release metadata, runtime defaults, and/api/v1/iad/*endpoint paths.
Compatibility
- Existing API clients continue to work unchanged.
- Existing
config.jsonfiles continue to work unchanged. - Existing license files continue to work. If your provisioning templates still populate
LICENSE_IDorLICENSE_DATA, those values now have no effect and can be removed for clarity.
Upgrade Guide
This release requires no API or configuration migration. To upgrade:
- Update the Docker image tag to
1.2.0. - Redeploy the service.
- Verify the running version through
GET /api/v1/iad/version. - Review license provisioning templates and stop relying on
LICENSE_IDorLICENSE_DATAif they are being generated.
Deployment
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
Requirements
| Component | Requirement |
|---|---|
| Operating System | Linux x86_64 (Ubuntu 24.04 recommended) |
| License | Valid Facephi license file |
| Docker | For containerized deployment |
Known Issues
None identified in this release.
Support
For technical support, contact your Facephi representative.