Releases: mosip/registration
Releases · mosip/registration
v1.1.5.4-rc2
Registration Processor - 1.1.5.4
- In some of the stages in the registration processor, we were using class-level variables due to which packets marked as “supervisor rejected”, were getting processed. Hence, we have removed the use of class-level variables in the registration processor.
- The maximum number of landing zones have been increased from three to ten.
- In the registration processor, now we are creating the rest template only once and reusing it for every request to avoid performance issues.
- We have observed that in the ABIS Handler stage we are getting multiple requests for the same RID from Kafka. Hence, we have added a fix to ignore duplicate requests coming for the same RID in the ABIS handler stage.
- In the case of an insert request, if ABIS sends an error stating that the reference ID is already existing in its gallery, then we are considering it to be a successful response.
- In demo deduplication, now we have added an additional check to filter out potential duplicates without biometric reference IDs when we go for bio-match in ABIS. In scenarios where a resident is updating only demographic data there is no record for ABIS, hence, if demo duplicates for such records then, we wouldn’t be able to perform bio-match in ABIS.
v1.1.5.4-rc1
Merge pull request #1140 from MonobikashDas/1.1.4.6 (#1159) MOSIP-16638 : Ignore duplicate requests for same latest transaction i… Co-authored-by: Sasikumar Ganesan <[email protected]>
v1.2.0-rc1
Merge pull request #1138 from Rakshitha650/1.2.0-rc1 [DSD-215] updated for 1.2.0-rc1 release
v1.1.5.2
1.1.5.2-devtest1
MOR-96 : fixed hazelcast nullpointer (#1017) Co-authored-by: Monobikash Das <[email protected]>
1.1.5.2-devtest
Merge pull request #1008 from MonobikashDas/1.1.5.2 MOR-97 : Biometrics null check added
v1.1.5
v1.1.5-rc1
Merge pull request #887 from ckm007/1.1.5 updated for rc1 release