Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.2.0-rc.1 [skip ci]
# [1.2.0-rc.1](v1.1.1...v1.2.0-rc.1) (2021-11-29) ### Bug Fixes * `+` at the beginning of phone numbers are now preserved during CSV export. So an international phone number now remains complete. ([3464165](3464165)), closes [#443](#443) [#445](#445) * An admin can now change a user's data again. An error occurred ([0fda2b6](0fda2b6)) * Cleans the Docker image of the frontend from artifacts that are only needed for the build. This makes it more secure and greatly reduced in size. ([63051b1](63051b1)), closes [#442](#442) * **data export:** Allow more number variants in the phone number sanitization. ([a181c34](a181c34)), closes [#478](#478) [#479](#479) * Restricts the content of …deployment….zip to the folders and files relevant for deployment. The previously included parent folder is now removed. ([580e551](580e551)), closes [#432](#432) [#433](#433) ### Features * A readable code is now used for the data request to an index case. This consists of four random words and an abbreviation for the department. ([e913f8a](e913f8a)), closes [iris-connect/iris-backlog#245](https://github.com/iris-connect/iris-backlog/issues/245) [#460](#460) * Add event tracking xlsx data export for octoware, refactor and unify the data export functionality ([b442014](b442014)) * **Admin:** Docker is now told the health status of the client backend (BFF) container. Administrators can build monitoring functions on this. ([8d262ac](8d262ac)), closes [#451](#451) * Display checkin app status information in the frontend to inform the user if there are problems with a connected data provider ([c0c21f1](c0c21f1)), closes [iris-connect/iris-backlog#221](https://github.com/iris-connect/iris-backlog/issues/221) [#444](#444) * Provides excel export for event tracking standard format and improves table selection usability. ([5132b0a](5132b0a)), closes [#266](#266) [#476](#476) * Updates EPS from version v0.1.66 to v0.1.68. ([c7afbf5](c7afbf5)) * Uses and requires Java 17 (new long term support version) as baseline. ([558171b](558171b)), closes [#393](#393) * When a user changes his password, the old password is now also expected and checked to ensure it is correct. ([72af5dc](72af5dc)), closes [iris-connect/iris-backlog#250](https://github.com/iris-connect/iris-backlog/issues/250) [#431](#431)
- Loading branch information