Skip to content

Release Notes — Version 1.1.1

Release Date: March 30, 2026

Overview

Facephi IAD Service 1.1.1 is a patch release that upgrades the IAD engine to version 2.5.3 and corrects documentation issues identified after the 1.1.0 release. This is a fully backward-compatible release — no breaking API or configuration changes.

What's Changed

Engine Upgrade

  • IAD Engine 2.5.3 — Upgraded the IAD detection engine from 2.5.2 to 2.5.3, incorporating the latest engine-level fixes and improvements.

Documentation Corrections

  • Docker Registry Paths — All documentation now references the correct registry path (docker-core-pro-fphi) consistently across installation guides, release notes, and quick start examples.
  • OpenAPI Specification — Updated Swagger schemas to accurately reflect the actual request and response structures for all endpoints (CheckCaptureResult, ExtractImageResult, MessageResult, ConfigData, ConfigUpdateRequest, BadRequestResult, ExceptionResult).
  • API Documentation — Enhanced quick start guide with configuration and health check endpoint examples, typical response payloads, and corrected configuration parameter defaults.

Upgrade Guide

This release requires no migration steps. Existing config.json files and API clients continue to work unchanged. Simply update the Docker image tag to 1.1.1.

Deployment

docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:1.1.1

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

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