For the complete documentation index, see llms.txt. This page is also available as Markdown.

1.2.0

Release date: April 30, 2026

Overview

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.

Changes

Hardening of License Initialization

  • 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.

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 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/*.

Compatibility

  • 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.

Upgrade guide

This Version does not require API or configuration migration. To upgrade:

  1. Update the Docker image tag to 1.2.0.

  2. Redeploy the service.

  3. Verify the running Version using GET /api/v1/iad/version.

  4. Review the license provisioning templates and stop relying on LICENSE_ID or LICENSE_DATA if they are being generated.

Deployment

Requirements

Component
Requirement

Operating system

Linux x86_64 (Ubuntu 24.04 is recommended)

License

Valid Facephi License file

Docker

For containerized deployment

Known issues

No issues have been identified in this Version.

Support

For Technical Support, contact your Facephi representative.

Documentation

Last updated