Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Dec 4, 2024
1 parent 5a83b8f commit 6af6c00
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,15 @@ INSERT CSV ROWS IN ENGLISH ONLY

- TBC

## 1.6.0 Release candidate
## 1.6.1 (TBD)

### Bug fixes

- We make sure that the automatic cleanup job only runs before deployment (instead of cron schedule cleanup).
- Previously it was possible MongoDB replica set and users were left randomly uninitialised after a deployment. MongoDB initialisation container now retries on failure.
- On some machines 'file' utility was not preinstalled causing provision to fail. We now install the utility if it doesn't exist.

## 1.6.0

### Breaking changes

Expand Down Expand Up @@ -93,6 +101,7 @@ INSERT CSV ROWS IN ENGLISH ONLY
5. 'PHONE_NUMBER',
6. 'EMAIL'
- Updated `allowedFileFormats` in signature fields to use MIME types (`image/png`, `image/jpg`, `image/jpeg`, `image/svg`) instead of simple file extensions. If you are already using the `allowedFileFormats` field in your implementation, please ensure to update the format accordingly.
- The details exists conditionals for the various sections i.e. father, mother, spouse has to use the `values.detailsExist` property instead of accessing it from `draftData.[sectionName].detailsExists`. This is due to the fact that the draftData is not populated until any changes have been made to any of the fields in the current section.

### New features

Expand Down

0 comments on commit 6af6c00

Please sign in to comment.