MOSIP Docs 1.1.5
GitHubCommunityTech Blogs
  • Home
  • Architecture
    • Guiding Principles
    • MOSIP Architecture
      • Technology Stack
    • MOSIP and Data
      • Naming Standards
      • Data-Model
    • Privacy & Security
      • Cryptography in MOSIP
    • Anonymous Profiling Support
  • Modules
    • Pre-Registration
      • Pre-Registration Functionality
      • UI Specification for Pre-registration
      • Pre-Registration Configuration
    • Registration
      • Registration Functionality
      • Registration Packet
      • Registration Client Setup
      • First User Registration and Onboarding
      • Guide to Configure MOSIP for Biometrics
      • Guide to On-board Biometric Devices
      • Device Integration Specifications
      • UI Specification for Registration Client
    • Registration Processor
      • Registration Processor Functionality
      • Deduplication and Manual Adjudication
      • MOSIP ID Object Definition
    • ID Repository
    • ID Authentication
      • ID Authentication Functionality
    • Resident Services
      • Resident Services Functionality
    • Partner Management
      • Partner Management Functionality
      • MOSIP Partner Secure Communication
      • Partner Self Service Portal
    • Administration
      • Admin Services Functionality
      • Download Card
    • Kernel
      • Audit Manager Functionality
        • Admin Service Audits
        • Resident Service Audits
        • Partner Management Audits
        • Registration Client Audits
        • Registration Processor Audits
        • ID Repository Audits
        • ID Authentication Audits
        • Pre-registration Audits
      • Authentication and Authorization Functionality
      • Auth Adapter
      • Auth Implementation
      • Common Services Functionality
      • Data Services Functionality
      • Master Data Services Functionality
      • UIN and VID Generation Service Functionality
      • VID Generator
  • Biometrics
    • ABIS
    • Biometric SDK
    • MDS Specification
    • Biometric Specification
    • CBEFF XML
    • Compliance Tool Kit
  • Build & Deploy
    • Sandbox Installer
    • Deployment Architectures
    • Cell Based Deployment Architecture
    • Hardware Security Module HSM Specifications
    • Hardware Sizing
    • Customizations for a Country
    • Other Installation Guides
      • Steps to Install and Configure HDFS
      • Steps to Install and use PostgreSQL Version 10.2 on RHEL 7.5
      • Steps to Install Clam AntiVirus Version 0.101.0
      • Steps to Install Keycloak Standalone Server
    • Services in MOSIP
  • Glossary
  • Contribute
    • Call for Contribution
    • Contributor's Guide
    • Code of Conduct
    • Issue Reporting Guideline
    • Coding Standards
      • Auth Angular User Guide
      • Auth SpringBoot User Guide
      • Gitub Workflow
      • MOSIP Java Coding Standards
      • MOSIP REST API guidelines
      • Registration Client UI Developer Document
      • Registration Client Developer Documentation
      • Security Tools
    • Testing
      • Test Rig Design
      • Tester Documentation
      • Testing Attachments Kernel
  • APIs
    • ABIS APIs
    • Admin APIs
    • AuthN and AuthZ APIs
    • Biometric SDK APIs
    • BlacklistedWords APIs
    • Common APIs
    • Device APIs
    • Device Type and Subtype APIs
    • Device Management APIs
    • Document APIs
    • Dynamic Fields APIs
    • Holiday APIs
    • ID Authentication APIs
    • ID Repository APIs
    • ID Schema APIs
    • Kernel APIs
    • Machine APIs
    • Master Data Biometric APIs
    • Packet APIs
    • Packet Manager APIs
    • Partner Management Service APIs
    • Pre Registration APIs
    • Registration Center APIs
    • Registration Processor APIs
    • Resident Service APIs
    • Sync Data APIs
    • Template APIs
    • Zone APIs
  • Older Releases
    • Release Notes 1.1.5
      • Enhancements
      • Defect Fixes
      • Patches
        • Patch 1.1.5.5
        • Patch 1.1.5.5-P1
    • Release Notes 1.1.4
      • Enhancements
      • Defect Fixes
    • Release Notes 1.1.3
      • Features
      • Bug Fixes
    • Release Notes 1.1.2
      • Features
      • Bug Fixes
    • Release Notes 1.1.1
      • Bug Fixes
      • Artifact Version
    • Release Notes 1.1.0
      • Features
      • Bug Fixes
      • 1.2.0 Features
      • Artifact Version
    • Release Notes 1.0.6
    • Release Notes 1.0.5
    • Release Notes 1.0.0
      • Features
    • Release Notes 0.9.0
  • Roadmap
    • Roadmap Activities
  • Revision History
  • License
Powered by GitBook
On this page
  • MOSIP v1.1.5.1
  • Bux fixes and features released
  • MOSIP v1.1.5.2
  • Bux fixes and features released
  • MOSIP v1.1.5.3
  • Bux fixes and features released
  • MOSIP V1.1.5.4
  • Bux fixes and features released

Was this helpful?

Export as PDF
  1. Older Releases
  2. Release Notes 1.1.5

Patches

This document contains the defect fixes and features that were released as part of various patch versions on top of MOSIP v1.1.5 release.

MOSIP v1.1.5.1

Bux fixes and features released

Registration Client

  • Fix for removal of user role not getting reflected in registration client has been provided

  • A new datatype called “date” has been added in the registration client UI specification

  • Fix for issues in multi-lingual drop downs due to visibility has been provided

  • The flag for skipping trust validation has been removed from the registration client

Partner Management

  • Fix for MOSIP signed certificate to be updated in the master.ca_cert_store table instead of the CA-signed certificate has been provided.

Commons

  • Issues related to the thumbprint has been resolved. The key manager will handle both scenarios where a thumbprint is passed or not passed for decryption.

ID Authentication

  • Now in demographic authentication & e-KYC, all the demographic attributes in id schema can be passed (if available in the id-authentication database).

  • Integration with the latest key manager done, this had the thumbprint fix.

MOSIP v1.1.5.2

Bux fixes and features released

Across Modules

  • The jaxb-api library dependency was updated for most of the repositories.

Admin Services

  • The sync API has been modified for making sure that all the certificates are getting uploaded to the registration client certificate trust store.

MOSIP v1.1.5.3

Bux fixes and features released

Commons

  • Fix has been provided for packet priority based fetch when there is more than one packet. Earlier we had observed that if there is more than one packet being used then correct data was not sent.

  • Fix has been provided so that certificates can get downloaded and stored in the registration client trust validation irrespective of timezone difference in server and client.

ID Authentication

  • Photo is now being sent in e-KYC response

Registration Client

  • Fix for the registration client not able to detect the devices when started before the SBI has been provided

  • Fix has been provided to stay on the acknowledgement page after printing so that the user can reprint the acknowledgement. Earlier after the print button was clicked the user was automatically redirected to the home screen hence reprinting was not possible.

  • The issue in age calculation in the registration client due to different windows region formats has been fixed

MOSIP V1.1.5.4

Bux fixes and features released

ID Authentication

  • Due to recent MDS specification changes we have modified the below sections in IDA.

    • Thumbprint in IDA now supports both hex and base64URL encoding

    • Hash validation for biometrics has changed with an option to disable it

Registration Client

  • Document Scanner

    • Fix for creation of low-resolution image due to cropping has been resolved

    • Zoom in and zoom out feature has been added in preview in document screen

    • Document Scanner screen now has a horizontal and vertical scroll

    • An option to change the crop area by dragging after crop selection has been added

    • JPEG compression is done on the scanned or cropped image before converting it into a PDF, which decreases the document size

  • Biometric Capture Screen

    • Post capture of Iris and Face we are now showing the captured biometric image in the UI (not the last frame)

    • Display issue related to good quality image replacing a lower-quality image during multiple capture attempts in biometric capture screen has been fixed

    • Display issue related to the warning symbol not getting removed after a proper capture has been resolved

    • The forced capture limit is now, same as the capture limit (it was earlier hardcoded to three)

Registration Processor

  • Adjudication Stage

    • The stage can now handle multiple technical failures and redirects them for reprocessing. Scenarios,

      • Any technical failures sent by the adjudication system (when return code is sent as 2)

      • When an invalid reference ID is sent from the adjudication system

      • When there is a count mismatch between the count value and reference IDs

    • The stage also handles a scenario where multiple responses are received from the adjudication system, by just logging the response and not processing it

    • The adjudication response now supports the modalities section for each reference ID

  • Readiness Probe for registration processor stages

    • The readiness probe details in all registration processor VertX stages have been modified to remove the null pointer exception during the restart of the VertX stages

    • Prometheus endpoints have been added for all the stages

  • Option to have multiple landing zone folders has been added

  • Issues in stage level packet priority-based fetch for biometrics has been fixed for uin-generator-stage

  • Issues related to packet validation failure to reprocessing of multi-source packets has been fixed

Commons

  • Packet manager has been modified to fetch proper biometric data during reprocessing of multiple packets

  • A flag has been added for the UIN validator for disabling the validation for “repeating numbers for 2 or more than 2 digits”. Due to this change dependency in the below modules has been updated.

    • registration-client: 1.1.5.4

    • id-authentication: 1.1.5.4

    • id-repository: 1.1.5.3

    • resident-services: 1.1.5.1

ID Repository

  • Aspect logs have been added

  • The column bio_ref_id in the idrepo.uin table has been deprecated

PreviousDefect FixesNextPatch 1.1.5.5

Last updated 3 years ago

Was this helpful?