Skip to content

Release Notes - Version 1.0.0

Release Date: April 20, 2026

Overview

Initial documented release of Facephi Finger Service, a REST API microservice for fingerprint processing in the Facephi platform.

This release provides:

  • Fingerprint template generation
  • 1:1 fingerprint verification
  • Operational management endpoints
  • Runtime configuration management
  • Docker deployment support for single-node and cluster-oriented topologies

Included Endpoints

Endpoint Method Purpose
/api/v1/finger/create-template POST Generate fingerprint templates
/api/v1/finger/verify POST Execute 1:1 verification
/api/v1/finger/version GET Service version and license status
/api/v1/finger/health GET Service and engine health
/api/v1/finger/config GET/POST Retrieve or update runtime configuration

Deployment

docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-finger-service:1.0.0

docker run -d \
  -p 6982:6982 \
  -v /path/to/license:/app/license \
  -v /path/to/config:/app/config \
  --name finger-service \
  facephicorp.jfrog.io/docker-core-pro-fphi/facephi-finger-service:1.0.0

Requirements

Component Requirement
Operating System Linux x86_64
License Valid Facephi license file
Docker Recommended for deployment

Known Limitations

  • Finger operation endpoints are available only when the service runs in master role.
  • Dynamic configuration updates are not persisted to disk automatically.
  • Some configuration values require restart to be fully applied (port, number_of_threads).

Documentation

Support

For technical support, contact your Facephi representative.