Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.31.1 - 2025-07-10
Fixed
- Resolved an issue where sending a request to the
StopDeviceLiveFeed
endpoint
would stop a live feed but the the service would continue streaming a
loading image to the client if it was still connected. The connection will
now be closed instead.
0.31.0 - 2025-06-27
Changed
- Updated capture_signature_iface plugin to v0.6.0 which changes the default
ICAO thresholds to use the Veridos Production Baseline values. This update
also adds configuration support for the following ICAO thresholds:
eye_distance
, face_confidence
, and glass_status
.
- Added a
Load Defaults
button to the demo application which loads the default
configuration values for a plugin.
0.30.0 - 2025-06-27
Changed
- Updated capture_signature_topaz plugin to v0.4.0 which adds a new
min_capture_points
configuration entry which is evaluated when capturing a
signature.
0.29.1 - 2025-06-26
Fixed
0.29.0 - 2025-06-25
Changed
- Updated capture_scanner_windows plugin to v0.4.2 which adds some additional
logging.
- Updated runtime to the latest long term support release.
0.28.0 - 2025-06-17
Changed
- Updated capture_signature_verifone plugin to v0.17.1 which changes the
default signature thickness from 15 to 12 and improves the
sigthick
utility.
- Updated installer CI/CD runner to Windows 2022 Server
0.27.0 - 2025-06-06
Added
- Updated
ICAOCheck
endpoint to support full_frontal_extended
and
token_frontal_extended
crop methods which support a crop_enlargement
parameter.
Changed
- Updated capture_verify_iface plugin to v0.5.0 to support new ICAO crop
methods and parameters.
0.26.4 - 2025-05-29
Added
- Add
clear
button to Topaz demo.
0.26.3 - 2025-05-27
Changed
- Updated capture_signature_verifone plugin to v0.15.1 which now enumerates
device names in a case-insensitive manner.
0.26.2 - 2025-05-22
Fixed
- Documentation link fixes, no functional changes.
0.26.1 - 2025-05-21
Fixed
- Resolved an image loading issue that could occur when the Javascript SDK was
minified.
0.26.0 - 2025-05-20
Changed
- Updated capture_signature_topaz plugin to v0.3.0, migrating it to structured
logging and adding support for Topaz 1x5 models in the
Capture
API endpoint.
0.25.4 - 2025-05-15
Changed
- Updated runtime to the latest long term support release.
0.25.3 - 2025-05-12
Changed
- Updated capture_signature_verifone plugin to v0.15.0 which now includes a
utility and batch scripts to set the baud rate outside of Capture Bridge.
Fixed
- Fixed bug where the
crop_background
parameter of the ICAOCheck
endpoint
would reject some valid hex colors.
0.25.2 - 2025-05-06
Fixed
- Updated capture_signature_verifone plugin to v0.14.4, which resolves timeout
related XPI protocol errors.
0.25.1 - 2025-05-01
Fixed
- Updated capture_camera_canon plugin to v0.7.1, which fixes a bug that could
cause an infinite loop when an unexpected error occurred during live
feed frame acquisition.
- Improved error handling and added logging in the event the service's port is
already in use by another process.
0.25.0 - 2025-04-30
Added
- Added
GetConfig
endpoint for obtaining instance configuration at runtime.
- Added a new
defaultPluginRotation
option to site.config.json
,
to specify a default number of degrees in which to rotate all devices for a
specific plugin.
Changed
- Updated capture_camera_canon plugin to v0.7.0, improving support for SL1,
T3i, T5, and R100 models.
- Updated capture_verify_iface plugin to v0.4.2, with improved config file
handling.
- The
request_body_limit
option for site.config.json
has been
renamed requestBodyLimit
0.24.2 - 2025-04-23
Changed
- Updated runtime to latest long term support release.
0.24.1 - 2025-04-17
Changed
- The boundary generated in the DeviceStream endpoint will no longer contain a
hyphen character.
0.24.0 - 2025-04-15
Added
- Added a new
allowedPluginConfigUpdate
option to site.config.json
,
to specify which plugins can have their configurations updated via the
HTTP API.
0.23.2 - 2025-04-15
Changed
- Updated capture_verify_iface plugin to v0.4.1
0.23.1 - 2025-04-14
Changed
- Updated capture_signature_verifone plugin to v0.14.1
0.23.0 - 2025-04-14
Changed
- Updated capture_signature_verifone plugin to v0.14.0 which includes support
for configurable baud rates.
- Update Demo utility to support configuration for capture_signature_verifone
plugin.
0.22.9 - 2025-04-09
Changed
- Updated capture_signature_verifone plugin to v0.13.0 resolving issue
parsing unexpected form event packets.
0.22.8 - 2025-03-18
Changed
- Improved service startup process.
Fixed
- Resolved the following Windows Event Viewer Warning message: "A service
process other than the one launched by the Service Control Manager connected
when starting the Capture Bridge service."
0.22.7 - 2025-03-13
Added
- Introduced a new
request_body_limit
option for site.config.json
, allowing
configuration of the maximum request body size.
- Updated the documentation for the
plugin/:pluginId/device/:deviceId/capture
HTTP API endpoint noting support for GIF and PNG image formats.
Fixed
- Fixed issues when capturing photos in the PNG format with the Demo UI.
0.22.6 - 2025-03-12
Fixed
- Fixed path of the new version of the demo UI which is reachable at
/demo/v2
.
0.22.5 - 2025-03-11
Changed
- Improved responsiveness of the
/:pluginId/device/:deviceId/cancel
endpoint.
Fixed
- Fixed HTTP API documentation and sample request utility for several endpoints.
0.22.4 - 2025-03-06
Added
- Added a
tail.bat
helper script to the path of the logs.bat
helper script.
- This Changelog is now rendered to HTML and served at
/doc/CHANGELOG.html
0.22.3 - 2025-03-03
Changed
- Reverted the change that set the Windows service to "Automatic (Delayed)" and
restored the previous value of "Automatic" as the delay is unacceptable on
reasonably performant machines.
0.22.2 - 2025-02-28
Changed
- Updated capture_verify_iface plugin to v0.3.4
0.22.1 - 2025-02-27
Added
- Added batch script to Start Menu entry for quickly viewing logs
Changed
- Updated capture_scanner_windows plugin to v0.4.0 with improved logging.
- Windows service is now installed to start "Automatic (Delayed)" instead of
"Automatic" to give slower machines more time for the service to start.
0.22.0 - 2025-02-24
Changed
- Added
logLevel.plugin
and logLevel.service
configuration options for
setting plugin and service log levels, respectively.
- By default, service now only binds to the 127.0.0.1 address.
0.21.4 - 2025-02-19
Changed
- Updated runtime to latest long term support release.
0.21.3 - 2025-01-21
Added
- Add veridos.cloud domain to default list of allowed CORS origins.
Security
- Updated runtime to latest security release.
0.21.2 - 2025-01-02
Changed
- Updated runtime to latest long-term release.
0.21.1 - 2025-01-02
Changed
- Add support for installation registration.
0.21.0 - 2024-12-20
Changed
- By default, service now only allows connections from localhost.
0.20.2 - 2024-12-16
Changed
- Updated runtime to latest long-term release.
Added
- Introduce CHANGELOG for service