Release Notes — Version 1.1.0
Release Date: March 20, 2026
Overview
Facephi IAD Service 1.1.0 focuses on operational resilience, configuration flexibility, and improved diagnostics. This is a fully backward-compatible release — no breaking API or configuration changes.
What's New
Improved License Diagnostics
- License Error Translation — Over 110 License status codes are now mapped to human-readable messages with actionable guidance.
- Normalized Error Reporting — License-related failures produce consistent, structured log entries for easier troubleshooting.
Docker Image Hardening
- Streamlined base image with reduced attack surface.
- Improved package management and dependency pinning.
- Cleaner log output (removed excessive verbose logging from Docker detection and engine activation).
Bug Fixes
- REST proxy errors are now created and reported through a single consistent code path.
- Engine error responses are normalized before being forwarded to the client.
- Excessive debug logging during Docker environment detection has been removed.
Upgrade Guide
This release requires no migration steps. Existing config.json files and API clients continue to work unchanged.
To take advantage of environment-variable configuration, set the desired FACEPHI_IAD_REST_* or FACEPHI_IAD_ENGINE_* variables before starting the service or in your Docker Compose / Kubernetes manifest.
Deployment
docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:1.1.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.1.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.