Version 0.13.1
Release Name: Inji Verify v0.13.1
Support: Developer Release
Release Date: 20th Aug, 2025
Overview
The Inji Verify 0.13.1 patch release includes critical fixes to ensure smooth deployment and prevent issues encountered in version 0.13.0.
Key Updates:
1. Database Upgrade Script Fix:
In version 0.13.0, the db_upgrade script was missing the table creation script
verify-vc_submission.sql.This caused the Inji Verify service to fail when upgrading from version 0.12.3 (which already had the database set up), as the required table was not created.The previous workaround (in 0.13.0) required manually running
verify-vc_submission.sqlfrom db_scripts.Fix: This patch release now includes the missing script in db_scripts, ensuring the table is created automatically during upgrades.
Note: We recommend upgrading directly to Inji Verify v0.13.1 instead of using v0.13.0. If you continue using v0.13.0, you must manually run verify-vc_submission.sql from db_scripts to create the required table.
Repositories: Released/Dependent
Inji Verify
Projects: Released
Inji Verify Repositories: 4 projects (all these projects are of same version) as below:
inji-verify-service - 0.13.1 Inji Verify service
inji-verify-ui (ref implementation) - https://github.com/mosip/inji-verify/tree/release-0.13.x/verify-ui
Compatible modules
The following table outlines the tested and certified compatibility of Inji Verify 0.13.1 with other modules.
Release Scope
Please refer to the list of items covered as part of 0.13.1 patch release.
Bug Fixes
Below is the list of fixes as part of the 0.13.1 release:
The db_upgrade script for version 0.13.0 is missing the table creation script verify-vc_submission.sql. As a result, when upgrading from version 0.12.3 (which already had the database setup), the required table was not created, causing the inji-verify service to fail.
VP Verification was failing for MOSIP National ID VC as there was a case-sensitive mismatch in “type” of config.json.
API automation failure observed for the /vp-result endpoint with 0.13.0 images in the released environment.
Documentation
Last updated
Was this helpful?