> For the complete documentation index, see [llms.txt](https://docs.esignet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.esignet.io/roadmap-and-releases/versions/v1.4.2.md).

# v1.4.2

**Release Number**: v1.4.2(Patch)

**Release Date**: 22nd Nov, 2024

### **Overview**

We are pleased to announce the patch release 1.4.2 for eSignet. This release includes updates to the missing properties in the docker compose configuration, ensuring a smoother local setup for eSignet. Please note that no changes have been made to the artifacts in this release. The following updates have been added as part of this patch:

### Key Updates <a href="#enhancements-and-updates" id="enhancements-and-updates"></a>

1. **Updated Property Value**
   * Corrected the missing property value in the `application-default.properties` file under the docker-compose folder. Cache names missing in the property `mosip.esignet.cache.names` are added as part of this patch.
2. **Postman Utility Library Installation**
   * Added clear installation instructions for the **postman-utility-lib** in the README file to simplify the setup process.
3. **Updated Docker Configuration**
   * Updated the Docker Compose file to replace `mosipqa` images with `mosipid` images, ensuring consistency with the latest environment configurations.

{% hint style="info" %}
**Note:** The API test rig is currently using a snapshot version of the commons library. As a result, the build failure associated with the API test rig is ignored for this release.
{% endhint %}

### **Repositories Released** <a href="#repositories-released" id="repositories-released"></a>

| **Repository Released** | **Tags**                                               |
| ----------------------- | ------------------------------------------------------ |
| eSignet                 | [v1.4.2](https://github.com/mosip/esignet/tree/v1.4.2) |


---

# 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.esignet.io/roadmap-and-releases/versions/v1.4.2.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.
