Version 1.4.3
Last updated
Release Name: CTK 1.4.3
Support: Patch Release
Release Date: 22nd July, 2025
The 1.4.3 version of CTK includes critical bug fixes and new SDK test cases for enhanced exception handling and schema validation, ensuring better partner alignment with MOSIP specifications and ABIS expectations.
The reference ID generation logic is now updated to generate proper UUIDs conforming to the standard MOSIP format for all CTK-ABIS integration flows.
Updated CTK logic to differentiate between schema validation errors and invalid version values.
A total of 21 new SDK test cases were introduced across all 3 modalities (Face, Finger, Iris) under the Extract method to validate behaviour when <BDB> is missing, null, or empty, and <EXCEPTION> is true/false.
Scenarios Covered:
<BDB> is empty + <EXCEPTION>true> → valid BIR response
<BDB> is empty + <EXCEPTION>false> → SDK returns 402/404
<BDB>null> + <EXCEPTION>true> → valid BIR response
<BDB>null> + <EXCEPTION>false> → SDK returns 402/404
<BDB> missing + <EXCEPTION>true> → valid BIR response
<BDB> missing + <EXCEPTION>false> → SDK returns 402/404
Valid <BDB> + <EXCEPTION>true> → SDK returns 401 error
This release is compatible with the following components:
Artifactory
mosipid/artifactory-ref-impl: 1.2.0.1
Audit Manager
mosipid/kernel-auditmanager-service: 1.2.0.1-B1
Auth Manager
mosipid/kernel-authmanager: 1.2.0.1-B1
Key Manager
mosipid/kernel-keymanager-service: 1.2.0.1-B1
Partner Management
mosipid/partner-management-service: 1.2.0.1-B1
KeyCloak
mosipid/keycloak-init: 1.2.0.1-B1
Postgres
mosipid/postgres-init: 1.2.0.1-B1
Config Server
mosipid/config-server: 1.1.2
Notification Service
mosipid/kernel-notification-service: 1.2.0.1-B1
ClamAV
clamav/clamav: latest
MinIO
latest
Post-installation, follow the setup steps here
N/A
ABIS Reference ID Format in CTK Does Not Match MOSIP Specification.
CTK Incorrectly Expects Failure Reason 13 for Structurally Invalid ABIS Requests
N/A
Last updated