For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.sql from db_scripts.

  • Fix: This patch release now includes the missing script in db_scripts, ensuring the table is created automatically during upgrades.

Repositories: Released/Dependent

Repositories
Tags: Released/Dependent

Inji Verify

v0.13.1

Projects: Released

Inji Verify Repositories: 4 projects (all these projects are of same version) as below:

  1. inji-verify-service - 0.13.1 Inji Verify service

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

Module
Version

Inji Mobile Wallet

0.17.0

Inji Web Wallet

0.12.0

Pixel-Pass library

v0.6.0

vc-verifier library

v1.3.0

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:

Jira ID
Description

INJIVER-1255

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.

INJIVER-1271

VP Verification was failing for MOSIP National ID VC as there was a case-sensitive mismatch in “type” of config.json.

INJIVER-1251

API automation failure observed for the /vp-result endpoint with 0.13.0 images in the released environment.

Documentation

Last updated

Was this helpful?