You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,15 @@ INSERT CSV ROWS IN ENGLISH ONLY
46
46
47
47
- TBC
48
48
49
-
## 1.6.0 Release candidate
49
+
## 1.6.1 (TBD)
50
+
51
+
### Bug fixes
52
+
53
+
- We make sure that the automatic cleanup job only runs before deployment (instead of cron schedule cleanup).
54
+
- Previously it was possible MongoDB replica set and users were left randomly uninitialised after a deployment. MongoDB initialisation container now retries on failure.
55
+
- On some machines 'file' utility was not preinstalled causing provision to fail. We now install the utility if it doesn't exist.
56
+
57
+
## 1.6.0
50
58
51
59
### Breaking changes
52
60
@@ -93,6 +101,7 @@ INSERT CSV ROWS IN ENGLISH ONLY
93
101
5. 'PHONE_NUMBER',
94
102
6. 'EMAIL'
95
103
- 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.
104
+
- 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.
0 commit comments