# v1.3.2: Release notes

## Introduction

[**Read the release notes!**](https://documentation.opencrvs.org/general/releases/v1.3.2-release-notes) [**Read the v1.3.0 to v1.3.\* migration notes!**](https://documentation.opencrvs.org/general/releases/v1.3.-to-v1.3.-migration-notes)

**OpenCRVS v1.3.2** is a patch release which includes a hotfix to the previous OpenCRVS v1.3.1 release.\
It is to be used in conjunction with a forked country configuration release [v1.3.2](https://github.com/opencrvs/opencrvs-countryconfig/releases/tag/v1.3.2)

### Breaking Changes

–

### New features

* Country config can now expose an endpoint for custom tracking ids `POST /tracking-id`. The endpoint receives a FHIR Bundle as a payload and returns a tracking id string. #6093

### Bug fixes

* In large countries, background fetching of statistical data caused the client's initial load to slow down considerably. Preloading now only fetches data for Performance views index page [#6210](https://github.com/opencrvs/opencrvs-core/pull/6342/commits/30eb95a6a1cef3d5f133bec92053cf1ed3607723)
* Deceased's birth year now calculated from their birthday and not the current year #6196
* Users cannot submit a record for review if one of the inputted fields has an invalid date format. Incomplete declarations can still be submitted. This is to prevent invalid values from being sent to the backend.
* Prevent users from going back to "Print certificate" views after they have unassigned themselves from the record.
* Validate user's language string after they login. Use default language if it's an unsupported language.

### What's Changed

* Ocrvs 6093 by @tahmidrahman-dsi in <https://github.com/opencrvs/opencrvs-core/pull/6112>
* ocrvs-6191 Use deceased death date to calculate birth by @Zangetsu101 in <https://github.com/opencrvs/opencrvs-core/pull/6196>
* disable review button for validation errors on fields by @Nil20 in <https://github.com/opencrvs/opencrvs-core/pull/6177>
* Created Discussion template by @euanmillar in <https://github.com/opencrvs/opencrvs-core/pull/6374>
* \[OCRVS-6355] Back button exception fix by @rikukissa in <https://github.com/opencrvs/opencrvs-core/pull/6357>
* If user has an invalid language in their query parameters when logging in by @wilrona in <https://github.com/opencrvs/opencrvs-core/pull/6389>
* OCRVS-6412 by @rikukissa in <https://github.com/opencrvs/opencrvs-core/pull/6413>

**Full Changelog**: <https://github.com/opencrvs/opencrvs-core/compare/v1.3.1...v1.3.2>


---

# Agent Instructions: 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:

```
GET https://documentation.opencrvs.org/v1.3/general/releases/v1.3.2-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
