> For the complete documentation index, see [llms.txt](https://documentation.opencrvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencrvs.org/v1.4/general/releases/v1.3.4-release-notes.md).

# v1.3.4: Release notes

## Introduction

[**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.4** is a patch release which includes a hotfix to the previous OpenCRVS v1.3.3 release.\
It is to be used in conjunction with a forked country configuration release [v1.3.4](https://github.com/opencrvs/opencrvs-countryconfig/releases/tag/v1.3.4).

### Breaking Changes

No breaking changes

### Bug fixes

* Refactored out the scattered logic for generating fullnames and converged them into a single function
* Make lastname optional for a registered declaration
* Recognize occupation as an optional field in informant section
* Fix download failure when `arrayToFieldTransormer` is used in template mapping
* Fix multiple records not being downloaded simultaneously [#6492](https://github.com/opencrvs/opencrvs-core/issues/6492#issuecomment-1961098936)
* Fix showing unassigned toast for reinstated declarations [#6492](https://github.com/opencrvs/opencrvs-core/issues/6492#issuecomment-1961098936)
* Fix system crash when opening the started action modal [#6551](https://github.com/opencrvs/opencrvs-core/issues/6551)
* Convert eventDates to LocalDate before formatting [#6719](https://github.com/opencrvs/opencrvs-core/issues/6719)

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


---

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

```
GET https://documentation.opencrvs.org/v1.4/general/releases/v1.3.4-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.
