All notable changes to this project will be documented in this file.
1.3.2.RELEASE - 2021-12-20
- Updated log4j2 version to 2.17.0
1.3.1.RELEASE - 2021-12-17
- Updated log4j2 version to 2.15.0
- Updated testcontainers version to 1.16.2
1.3.0.RELEASE - 2021-02-17
- Redis configuration on docker-compose mode.
1.2.0.RELEASE - 2020-12-17
- Added efficient Docker images with Spring Boot 2.3.
- Added Redis for caching TAN numbers.
- Added endpoint for saving KPIs by Autonomous Communities.
- Removed cache for Autonomous Communities.
- Added authorization per Autonomous Community.
- Added session management to NEVER in WebSecurityConfiguration.
- Redis luttece refresh on cluster nodes.
1.1.1.RELEASE - 2020-10-31
- Added timezone to the date in CodeDto.
- Added CodeDto complete validation instead of attribute code in CodeDto class.
- Changed Scheme documentation for attribute date in CodeDto. It is not required.
1.1.0.RELEASE - 2020-10-29
- Setted responses retention time on fake requests.
- AOP aspects ordering.
- EU Federation Gateway Service (EFGS) integration using "One World" pattern. If EFGS sharing, service creates a new claim for it.
- Log in debug mode fake keys.
- Fixed messages in aspects.
1.0.3.RELEASE - 2020-10-09
- Configured AWS Parameters Store for service property management.
- Added fake code (Fib sequence) so apps can send fake requests to DP3T.
- Added new test for hashing and verification.
- Added warn logging when code / TAN can't be redeemed.
- Added @Unroll to Spock Framework tests.
- Added CODE_OF_CONDUCT.md file.
- Added CHANGELOG.md file.
- Modified exception handling.
- Refactor infection day control, and bug fixed.
- The properties files for Preproduction and Production environments have been removed, because these properties are stored encrypted in the infrastructure (AWS parameter stores).
- Deleted Headers started with "x-forwarded", in server logs.
- Deleted api-docs.yaml file. Yaml available through swagger endpoint.
- Removed Testcontainers annotation.
- Fixed contact email in THIRD-PARTY-NOTICES file
1.0.2.RELEASE - 2020-09-15
- Verification Service. Initial version.
- Generate codes service, through which the Covid-19 positive confirmation codes are provided to the Autonomous Communities.
- Verification code service, through which the code is verified to be formerly issued by the Health Authority.
- Verification TAN service, through which is checked the TAN provided in the JWT token, which is sent in the positive notification.