Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Releases: corona-warn-app/cwa-server

Release 2.22.2

04 May 12:52
v2.22.2
b03357a
Compare
Choose a tag to compare

S3 has multiple different APIs to GET Objects from Bucket. Unfortunately the current implementation uses ListObjectsV2 to retrieve data from Object-Store (OBS), which isn't supported. So this hotfix leverages now the older API ListObjects, which makes correct paging now possible. As it's possible to hit the maxKeys limit of 1000 with the new feature of vaccination certificate revocation, correct Marker or ContinuationToken is required.

  • Switch from s3 ListObjectsV2 to ListObjects (#1821)

Complete Diff to previous version

Release 2.22.1

29 Apr 11:32
188aa4f
Compare
Choose a tag to compare

Fixes

  • Add handling of FetchDccListException in Retention runner (#1818)

Complete Diff to previous version

Release 2.22.0

21 Apr 13:47
v2.22.0
086e3dc
Compare
Choose a tag to compare

Feature

  • Feature/dcc revocation list (#1775)
  • Feature/revocation (#1802)
  • Payload Signature verification (#1811)

Fixes

  • Update presence-tracing-parameters.yaml (#1788)
  • Update application.yaml (#1790)
  • Modify CDN path to version/v1 (#1803)
  • fix NPE issue with http HEAD (#1809)

Dependencies and version update

  • Update jackson-databind to 2.13.2.2 (#1774)
  • Bump spring-boot.version to 2.6.6 (#1776)
  • Protocol Buffer update for release 2.22.x at Fri Apr 1 06:16:57 UTC 2022 (#1780)
  • Bump tomcat.version from 9.0.60 to 9.0.62 (#1781)
  • Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M6 (#1782)
  • Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (#1783)
  • Bump maven-failsafe-plugin from 3.0.0-M4 to 3.0.0-M6 (#1784)
  • Bump protobuf.version from 3.19.4 to 3.20.0 (#1785)
  • Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#1786)
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#1789)
  • Bump wiremock-jre8 from 2.32.0 to 2.33.1 (#1791)
  • Bump netty-codec-http from 4.1.75.Final to 4.1.76.Final (#1794)
  • Bump spring-retry from 1.3.2 to 1.3.3 (#1798)
  • Bump postgresql from 42.3.3 to 42.3.4 (#1799)
  • Bump test-containers.version from 1.16.3 to 1.17.1 (#1796)
  • Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#1800)
  • Bump maven-site-plugin from 3.11.0 to 3.12.0 (#1801)

Complete Diff to previous version

Release 2.21.0

30 Mar 07:19
v2.21.0
58332c1
Compare
Choose a tag to compare

Feature

  • Yaml - replace variables from enviroment (#1768)

Fixes

  • Dependency/clean up (#1765)
  • Set new default value for hoursSinceTestRegistrationToShowRiskCard: 168 (#1767)
  • Update presence-tracing-parameters.yaml (#1787)

Dependencies and version update

  • Bump versions-maven-plugin to 2.10.0 (#1764)
  • Bump spring-boot.version to 2.6.6 (#1771, #1777)
  • Bump commons-io version to 2.11.0 (#1777)
  • Bump checkstyle to 10.1 (#1772)

Complete Diff to previous version

Release 2.20.2

01 Apr 07:50
v2.20.2
0ae7004
Compare
Choose a tag to compare

Release 2.20.1

24 Mar 10:20
v2.20.1
3ab4444
Compare
Choose a tag to compare

Feature

  • Add Ukrainian language in supported-languages (#1769)

Release 2.20.0

15 Mar 12:32
v2.20.0
701aef4
Compare
Choose a tag to compare

Feature

  • Add new app config parameters (#1749, #1759)
  • Add new corona test parameters for the app-config (#1750)
  • CCL Versions: allow build-meta-data (#1742)
  • Use same tomcat versions for all embed artifacts (#1740)

Fixes

  • Disable admission check scenarios by default (#1746)

Dependencies and version update

  • Bump spring-boot.version from 2.6.3 to 2.6.4 (#1744)
  • Bump log4j.version from 2.17.1 to 2.17.2 (#1747)
  • Bump maven-project-info-reports-plugin from 3.2.1 to 3.2.2 (#1748)
  • Bump tomcat.version from 9.0.58 to 9.0.60 (#1751, #1762)
  • Bump checkstyle from 9.3 to 10.0 (#1752)
  • Bump guava from 31.0.1-jre to 31.1-jre (#1753)
  • Bump spring-retry from 1.3.1 to 1.3.2 (#1755)
  • Bump jackson.version from 2.13.1 to 2.13.2 (#1756)
  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#1761)
  • Bump netty-codec-http from 4.1.74.Final to 4.1.75.Final (#1760)

Complete Diff to previous version

Release 2.19.0

23 Feb 12:22
ec47d46
Compare
Choose a tag to compare

Feature

  • Update application.yaml for CCL (#1721)
  • Ccl-rule versions respect RC.0, RC.1, RC.2, ..., RC.42 (#1719)
  • Check config files were created in ccl directory or else do not publish (#1718)
  • Chore: allow rc suffix in CCL Version attribute (#1722)
  • Update ccl-configuration.json (#1725)
  • Add env variables for new service key digest (#1735. #1737)
  • Add dcc-admission-check-scenarios-disabled in appFeatures (#1736, #1738)
  • use same tomcat versions for all embed artifacts (#1740) (#1741)

Fixes

  • Cast field to long (#1716)
  • Log error when verification service fails to respond - SubmissionController (#1726)
  • Fix deprecated: 'findAll()' (#1729)
  • Log the object and not the ImmutableStack (#1732)
  • Fix version pattern for ccl (#1743)

Dependencies and version update

  • Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1 (#1717)
  • Bump netty-codec-http from 4.1.73.Final to 4.1.74.Final (#1723)
  • Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#1727)
  • Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#1728)
  • Bump postgresql from 42.3.2 to 42.3.3 (#1730)
  • Bump maven-site-plugin from 3.10.0 to 3.11.0 (#1731)
  • Bump spring-cloud-dependencies from 2021.0.0 to 2021.0.1 (#1733)
  • Bump spring-boot.version from 2.6.3 to 2.6.4 (#1745)

Complete Diff to previous version

Release 2.18.0

15 Feb 08:26
881be27
Compare
Choose a tag to compare

Features

  • Common Covid Logic (CCL; aka Business Configuration) (#1704, #1708, #1709, #1724)
  • Lower memory footprint - query only relevant TEKs from DB (#1703)
  • Introducing: days-to-publish (#1711)
  • Distribution memory consumption optimization (#1713)
  • Allow relative paths and windows drive names (#1714)

Fixes

Dependencies and version update

  • Bump test-containers.version from 1.16.2 to 1.16.3 (#1699)
  • Bump spring-boot.version from 2.6.2 to 2.6.3 (#1700)
  • Bump tomcat-embed-core from 9.0.56 to 9.0.58 (#1701)
  • Bump versions-maven-plugin from 2.8.1 to 2.9.0 (#1702)
  • Bump checkstyle from 9.2.1 to 9.3 (#1705)
  • Bump protobuf.version from 3.19.3 to 3.19.4 (#1706)
  • Bump postgresql from 42.3.1 to 42.3.2 (#1710)

Complete Diff to previous version

Release 2.17.1

04 Feb 13:59
440a195
Compare
Choose a tag to compare

Fixes

  • introduce new server setting days-to-publish to publish only the last ten day packages (#1712)

Complete Diff to previous version