Skip to content

Releases: mosip/registration

v1.2.0.1-B2

13 Oct 11:16
59ea188
Compare
Choose a tag to compare

v1.2.0.1-B1

30 Sep 13:13
d7af27d
Compare
Choose a tag to compare

v1.1.5.6

31 May 12:11
25726c9
Compare
Choose a tag to compare

v1.1.5.5

12 May 13:55
63eb8a1
Compare
Choose a tag to compare

v1.1.5.4-rc4

13 Apr 13:37
4b05660
Compare
Choose a tag to compare
v1.1.5.4-rc4 Pre-release
Pre-release

Registration Processor - 1.1.5.4-rc4

  • Added fix not to reject the child packet when the parent packet is marked for Manual Adjudication.

v1.2.0

06 Feb 17:00
8d0cc84
Compare
Choose a tag to compare
[MOSIP-19910] updated badges

v1.2.0-prerel

29 Jan 16:13
35d8367
Compare
Choose a tag to compare
v1.2.0-prerel Pre-release
Pre-release
Merge pull request #1425 from mosip/release-branch

Release changes

vRC2_FirstDrop

27 Sep 12:31
fd2a344
Compare
Choose a tag to compare
vRC2_FirstDrop Pre-release
Pre-release
Merge pull request #1228 from MonobikashDas/1.2.0-rc2

Ignoring failed test case

v1.1.5.4-rc3

23 Sep 08:52
aae2b0d
Compare
Choose a tag to compare
v1.1.5.4-rc3 Pre-release
Pre-release

Registration Processor - 1.1.5.4

  • Added fix - if packet not present in landing zone but present in object store the uploader stage will process the request.
  • 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-rc2

14 Sep 10:03
88343b2
Compare
Choose a tag to compare
v1.1.5.4-rc2 Pre-release
Pre-release

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.