2.2.0
Release date: August 12, 2026
Overview
Facephi IAD Service 2.2.0 is a minor and backward-compatible version with 2.1.0 focused on expanding the service's operational observability.
What's new
Public operational metrics
New endpoints
GET /api/v1/iad/metricsandGET /api/v1/iad/metrics/prometheus.GET /api/v1/iad/metricsexposes a snapshot with traffic, latency, saturation, usage, quality, and alerts.GET /api/v1/iad/metrics/prometheuspublishes the same operational state in Prometheus format.GET /api/v1/iad/healthkeeps the active engine check, while/metricsexposes cached snapshots suitable for frequent scraping.
Compatibility
Backward-compatible with
2.1.0for existing workflows ofPOST /api/v1/iad/liveness/evaluateandPOST /api/v1/iad/extract.The new metrics endpoints are additive.
Monitoring integrations that parse the payload of
GET /api/v1/iad/healthshould validate the enriched snapshot documented in the API reference.
Upgrade guide
Update the Docker image tag to
2.2.0.If you need inexpensive scraping for observability, migrate periodic scrapers to
GET /api/v1/iad/metricsorGET /api/v1/iad/metrics/prometheusand reserve/healthfor active checks.Verify the running version via
GET /api/v1/iad/version.
Deployment
Requirements
Operating system
Linux x86_64 (Ubuntu 24.04 is recommended)
License
Valid Facephi License file
Docker
For container deployment
Known issues
No specific public issues have been identified for this version.
Support
For Technical Support, contact your Facephi representative.
Documentation
Last updated