> 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/roadmap-and-releases/releases/release-notes-1.2.0.1-b2.md).

# 1.2.0.1-B2 (Beta)

## Overview

**Release Name**: 1.2.0.1 Beta 2

**Release Version**: 1.2.0.1-B2

**Support**: Developer Release

**Release Date**: 8-Jan 2023

The **1.2.0.1 Beta 2** release of MOSIP is a patch release on top of the [Long-Term Support (LTS) release 1.2.0](/1.2.0/roadmap-and-releases/releases/release-notes.md). This patch release mainly contains all the fixes for bugs, security and performance given as part of the [1.2.0.1-B1 patch](https://github.com/mosip/documentation/blob/1.2.0/docs/release/1.2.0.1/broken-reference/README.md) and additional integrations modification for the [Compliance Tool Kit](https://docs.mosip.io/compliance-tool-kit/) and [e-Signet](https://docs.esignet.io/).

## Repository Released

| **Repositories**            | **Tags Released**                                                                    |
| --------------------------- | ------------------------------------------------------------------------------------ |
| mosip-openid-bridge         | [v1.2.0.1-B2](https://github.com/mosip/mosip-openid-bridge/tree/v1.2.0.1-B2)         |
| keymanager                  | [v1.2.0.1-B2](https://github.com/mosip/keymanager/tree/v1.2.0.1-B2)                  |
| id-authentication           | [v1.2.0.1-B2](https://github.com/mosip/id-authentication/tree/v1.2.0.1-B2)           |
| partner-management-services | [v1.2.0.1-B2](https://github.com/mosip/partner-management-services/tree/v1.2.0.1-B2) |
| mosip-config                | [v1.2.0.1-B2](https://github.com/mosip/mosip-config/tree/v1.2.0.1-B2)                |
| artifactory-ref-impl        | [v1.2.0.1-B3](https://github.com/mosip/artifactory-ref-impl/tree/v1.2.0.1-B3)        |
| mosip-data                  | [v1.2.0.1-B2](https://github.com/mosip/mosip-data/tree/v1.2.0.1-B2)                  |
| mosip-infra                 | [v1.2.0.1-B2](https://github.com/mosip/mosip-infra/tree/v1.2.0.1-B2)                 |
| mosip-helm                  | [v1.2.0.1-B2](https://github.com/mosip/mosip-helm/tree/v1.2.0.1-B2)                  |
| mosip-file-server           | [v1.2.0.1-B2](https://github.com/mosip/mosip-file-server/tree/v1.2.0.1-B2)           |
| mosip-onboarding            | [v1.2.0.1-B2](https://github.com/mosip/mosip-onboarding/tree/v1.2.0.1-B2)            |
| mock-smtp                   | [v0.0.1](https://github.com/mosip/mock-smtp/tree/v0.0.1)                             |
| keycloak                    | [v1.2.0.1-B2](https://github.com/mosip/keymanager/tree/v1.2.0.1-B2)                  |
| postgres-init               | [v1.2.0.1-B2](https://github.com/mosip/postgres-init/tree/release-1.2.0.1-B2)        |
| idp                         | [v0.9.0](https://github.com/mosip/idp/tree/v0.9.0)                                   |
| idp-ui                      | [v0.9.0](https://github.com/mosip/idp-ui/tree/v0.9.0)                                |
| oidc-demo-portal            | [v0.9.0](https://github.com/mosip/oidc-demo-portal/tree/v0.9.0)                      |

## Documentation

For complete documentation, refer to [1.2.0 LTS documentation](https://docs.mosip.io/1.2.0/).

Deployment documentation and scripts have been enhanced and are compliant with V3 architecture.

Developer documentation for all repositories has also been added for developers to set up in their local systems.


---

# 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/roadmap-and-releases/releases/release-notes-1.2.0.1-b2.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.
