> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/mosip-docs-1.1.5/mosip-releases/release-notes-0.9.0.md).

# Release Notes 0.9.0

### Table Of Contents

* [Scope](#scope-)
* [Documentation](#documentation-)
* [Key Points](#key-points-)
* [Code](#code-)
* [Test Reports](#test-reports-)
  * [1. In scope](#1-in-scope-)
  * [2. Not in scope](#2-Not-in-scope-)
  * [3. Executive Summary – Consolidated Quality Status](#3-executive-summary--consolidated-quality-status-)
  * [4. Types of Testing](#4-types-of-testing-)
  * [5. Test Execution Summary](#5-test-execution-summary-)
* [Known Issues](#known-issues-)
* [List Of Acronyms](#list-of-acronyms-)

### Scope [**\[↑\]**](#table-of-contents)

This release is with **proxy biometrics**. This means that the implementation of Print system, SDK, MDM (MOSIP Device Manager), ABIS (Automated Biometrics Identification System) and Biometric devices has been stubbed. Also, this version is tested for functionality. Non-functional requirements (Performance, Scale and Security) will be taken up in subsequent releases.

* Features included – Pre-Registration, Registration Client, Registration Processor, ID Authentication, Reference GUI implementation of Pre-Registration and Registration Client.
* Features not included – Administration, Partner Management, Resident Services

### Documentation [**\[↑\]**](#table-of-contents)

#### Platform Documentation

Includes Functional requirements, Process flows, Architecture and High level design, Getting started and Deployment guide, Developer documentation etc.\
[**Link to Platform Documentation**](https://docs.mosip.io/platform)

#### Detailed Documentation

**Low Level design**

* [Admin](https://github.com/mosip/admin-services/tree/master/design)
* [Pre Registration](https://github.com/mosip/pre-registration/tree/master/design)
* [Registration](https://github.com/mosip/registration/tree/master/design)
* [ID Authentication](https://github.com/mosip/id-authentication/tree/master/design)
* [Commons](https://github.com/mosip/commons/tree/master/design)

#### Test cases

* [Functional Test Case](https://github.com/mosip/mosip-functional-tests/tree/0.9.0)

### Key Points [**\[↑\]**](#table-of-contents)

| Key Points                                                              | Details                                           |
| ----------------------------------------------------------------------- | ------------------------------------------------- |
| Pre Registration - Browser support                                      | Chrome 74.0.3729)                                 |
| Deployment Script Environment                                           | Microsoft Azure                                   |
| Registration Client – OS version                                        | Windows 10 (English version) with TPM 2.0         |
| Camera                                                                  | Logitech / Default windows camera                 |
| Scanner                                                                 | Canon lide 120                                    |
| GPS                                                                     | GlobalSat BU-353-S4                               |
| Biometrics standard                                                     | CBEFF format (Version - 0.9.0)                    |
| SMS gateway                                                             | MSG91, Infobip                                    |
| Registration Client – face capture                                      | OpenImaj - This is licensed for demo purpose only |
| Keystore                                                                | SoftHSM                                           |
| Antivirus                                                               | ClamAV                                            |
| Maps                                                                    | OpenstreetMap                                     |
| Supporting key based digital signatures, not using digital certificates |                                                   |
| Transliteration                                                         | ICU4J (Library with French, Arabic languages)     |

### Code [**\[↑\]**](#table-of-contents)

The code and [automation tests](https://github.com/mosip/mosip-functional-tests/tree/0.9.0) are available on [GitHub](https://github.com/mosip). The code needs to be built and deployed as per the procedure documented in [**Building And Deploying MOSIP**](https://github.com/mosip/documentation/blob/1.1.5/docs/Build-and-Deploy.md). We will actively support System Integrators during their first deployment.

### Tests [**\[↑\]**](#table-of-contents)

**Testing Scope**

#### In Scope

| Title                               | Description                                                                                                                                                                                                    |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Modules Tested                      | <ul><li>Pre-registration (UI & Server)</li><li>Registration Client (UI & APIs)</li><li>Kernel (APIs)</li><li>Registration Processor (Server)</li><li>ID Authentication (APIs)</li><li>ID Repo (APIs)</li></ul> |
| Version Tag Tested                  | 0.9.0                                                                                                                                                                                                          |
| Test Methodology                    | <ul><li>Manual</li><li>Test Automation</li></ul>                                                                                                                                                               |
| Types of testing                    | <ul><li>Smoke</li><li>Functional</li><li>Integration</li><li>Regression</li></ul>                                                                                                                              |
| Testing Levels                      | ![Image](/files/-MDoFxVO_HKb7RM9UjU1)                                                                                                                                                                          |
| Configuration Parameters tested for | Refer to QA env properties file with suffix ‘qa’ in the filename, at [**Link**](https://github.com/mosip/mosip-config/tree/0.9.1_23092019)                                                                     |
| Browser Support                     | <p><strong>Pre-Registration</strong></p><ul><li>Chrome – 74.0.3729.169</li></ul>                                                                                                                               |
| OS Support                          | <p><strong>Registration Client</strong></p><ul><li>Windows 10</li></ul>                                                                                                                                        |
| Language Support                    | French, Arabic, English                                                                                                                                                                                        |

#### Not in Scope

| Title                 | Description                                                                                                                                                                                                                                                                   |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NFR Testing           | <ul><li>Scalability Testing</li><li>Performance Testing</li><li>Security Testing</li></ul>                                                                                                                                                                                    |
| Configuration Testing | <ul><li>Testing is done for one set of approved production configuration</li><li>Changing the configuration parameters for various values (boundary values) and testing the impact of each such value on the platform code will be taken up in subsequent releases.</li></ul> |

#### Executive Summary – Consolidated Quality Status

| Sl. No. | Module / Activity                                                 | Test Methodology                                          | Test Status |
| ------- | ----------------------------------------------------------------- | --------------------------------------------------------- | ----------- |
| 1       | Kernel                                                            | <ul><li>Test Automation</li></ul>                         | PASS        |
| 2       | Pre-Registration                                                  | <ul><li>Tested Manually</li><li>Test Automation</li></ul> | PASS        |
| 3       | Registration Client                                               | <ul><li>Tested Manually</li><li>Test Automation</li></ul> | PASS        |
| 4       | Registration Processor                                            | <ul><li>Tested Manually</li><li>Test Automation</li></ul> | PASS        |
| 5       | ID Authentication                                                 | <ul><li>Test Automation</li></ul>                         | PASS        |
| 6       | ID Repo                                                           | <ul><li>Test Automation</li></ul>                         | PASS        |
| 7       | Pre-Registration to Registration Client integration testing       | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 8       | Registration Client to Registration Processor integration testing | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 9       | Registration Processor to Pre-Registration integration testing    | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 10      | Registration Processor to Registration Client integration testing | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 11      | Registration Client to IDA integration testing                    | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 12      | Registration Processor to IDA integration testing                 | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 13      | IDA to ID Repo                                                    | <ul><li>Tested Manually</li></ul>                         | PASS        |
| 14      | Kernel API integration                                            | <ul><li>Tested Manually</li><li>Test Automation</li></ul> | PASS        |
| 15      | End to end functional testing                                     | <ul><li>Tested Manually</li></ul>                         | PASS        |

#### Types of Testing

| Testing Type        | Description                                                                                                         |
| ------------------- | ------------------------------------------------------------------------------------------------------------------- |
| Smoke Testing       | Tests to ensure basic workflows work fine                                                                           |
| Functional Testing  | Tests to ensure functionality of each module and overall system work fine in accordance with the given requirements |
| Integration Testing | Tests to ensure the inter module functionality works fine and in accordance with the integration requirements       |
| Regression Testing  | Tests to ensure that any change doesn't break existing functionality                                                |

#### Test Execution Summary

![Image](/files/-MBJs2ALJz-fsp5AcQ9P)

### Known Issues [**\[↑\]**](#table-of-contents)

![Image](/files/-MBJs2AM1telDwKMT47T)

### List Of Acronyms [**\[↑\]**](#table-of-contents)

| Acronym | Expanded Form                               |
| ------- | ------------------------------------------- |
| ABIS    | Automated Biometric Identification System   |
| API     | Application Programming Interface           |
| ID      | Identity                                    |
| IDA     | Identity Authentication                     |
| MOSIP   | Modular Open Source Identity Platform       |
| NFR     | Non-Functional Requirements                 |
| OTP     | One Time Password                           |
| SDK     | Software Development Kit                    |
| TBD     | To Be Determined                            |
| TOTP    | Temporary One Time Password                 |
| UIN     | Unique Identification Number                |
| WIP     | Work In Progress                            |
| CBEFF   | Common Biometric Exchange Formats Framework |
| HSM     | Hardware Security Module                    |
| TPM     | Trusted Platform Module                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.2.0/mosip-docs-1.1.5/mosip-releases/release-notes-0.9.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
