Releases: RadarCOVID/radar-covid-backend-verification-server
Releases · RadarCOVID/radar-covid-backend-verification-server
1.3.0.RELEASE
Update CHANGELOG.md
1.2.0.RELEASE
Added
- 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.
Changed
- Added session management to NEVER in WebSecurityConfiguration.
Fixed
- Redis luttece refresh on cluster nodes.
1.1.0.RELEASE
Added
- 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.
Changed
- Log in debug mode fake keys.
Fixed
- Fixed messages in aspects.
1.0.3.RELEASE
Added
- 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.
Changed
- Modified exception handling.
- Refactor infection day control, and bug fixed.
Deleted
- 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
- Fixed contact email in THIRD-PARTY-NOTICES file
1.0.2.RELEASE
Added
- 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.