Skip to content

Releases: RadarCOVID/radar-covid-backend-verification-server

1.3.0.RELEASE

18 Feb 12:36
1f35a03
Compare
Choose a tag to compare
Update CHANGELOG.md

1.2.0.RELEASE

21 Dec 12:38
Compare
Choose a tag to compare

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

29 Oct 22:23
Compare
Choose a tag to compare

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

29 Oct 22:24
Compare
Choose a tag to compare

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

29 Oct 22:25
Compare
Choose a tag to compare

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.