Skip to content

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_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 engine error_code values surfaced by HTTP 400 responses.
  • Operational Examples — Docker, OpenAPI, and configuration examples were aligned with the current 1.2.0 release metadata, runtime defaults, and /api/v1/iad/* endpoint paths.

Compatibility

  • Existing API clients continue to work unchanged.
  • Existing config.json files continue to work unchanged.
  • Existing license files continue to work. If your provisioning templates still populate LICENSE_ID or LICENSE_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:

  1. Update the Docker image tag to 1.2.0.
  2. Redeploy the service.
  3. Verify the running version through GET /api/v1/iad/version.
  4. Review license provisioning templates and stop relying on LICENSE_ID or LICENSE_DATA if 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.

Documentation