Skip to content

Releases: DP-3T/dp3t-sdk-backend

v2.1.0-prerelease2

16 Oct 13:35
Compare
Choose a tag to compare
v2.1.0-prerelease2 Pre-release
Pre-release

Commits

  • [4bc4a6e]: App API extended for international. DB insertion and retrieval extended for international. (alig)
  • [ef46b00]: Add Interops Module (alig)

v2.1.0-prerelease1

15 Oct 09:21
Compare
Choose a tag to compare
v2.1.0-prerelease1 Pre-release
Pre-release

Commits

  • [c5ee830]: DB model extended for visited countries. DB model adapted for new key format. Insertion and retrieval for v1/v2 non international working with visited countries. (alig)

v2.0.0-prerelease2

13 Oct 15:32
0f0c6fa
Compare
Choose a tag to compare
v2.0.0-prerelease2 Pre-release
Pre-release

Commits

v1.1.2

21 Aug 14:24
100bcde
Compare
Choose a tag to compare

This release enables the configuration of the DB connection pool (HikariCP) in the Cloud-Foundry environment via application properties. More precisely:

Commits

  • [0ab06aa]: Manual DB Connection Pool Config for Cloudfoundry Environment (alig) #218
  • [6ce8308]: Make Leak Detection Threshold configurable. (alig) #218
  • [a52d648]: Set Map with configs in DatasourceConfig constructor. (alig) #218

v1.1.1

30 Jul 08:14
b8c6476
Compare
Choose a tag to compare

Security Notes

CVE-2020-15957 (thanks to @MrSuicideParrot)

Commits

  • [e967592]: require JWT with alg != none (Patrick Amrein) #208
  • [b5d3b2f]: add unit test to check for unsinged JWTs (Patrick Amrein) #208

v1.1.0

27 Jul 17:12
925bc21
Compare
Choose a tag to compare

Breaking Changes

  • batchLength renamed to releaseBucketDuration

Commits

  • [1f86b45]: Make sure that no random key is added that is valid in the future. (alig) #203
  • [22eab45]: Revert "Add feature to hold back same day TEKs until the next day " (Patrick Amrein) #202
  • [5c1d8a0]: skip today in fakekeyservice (Patrick Amrein) #203
  • [98c815a]: Only insert random keys upto yesterday and make loop more concise. (martinalig) #203
  • [a080bef]: ensure we never add keys of today (Patrick Amrein) #203

v1.1.0-RC2

14 Jul 14:00
a2c4dd1
Compare
Choose a tag to compare
v1.1.0-RC2 Pre-release
Pre-release

Commits

v1.1.0-RC1

14 Jul 08:39
bc62662
Compare
Choose a tag to compare
v1.1.0-RC1 Pre-release
Pre-release

Commits

  • [e1d9a7d]: Rename setters to set* (Linus Gasser) #181
  • [a5fc37c]: Janitoring (Linus Gasser) #182
  • [07a2d8a]: rename bucketLength and batchLength to releaseBucketDuration (Linus Gasser) #184
  • [e882f2c]: use if without not (Linus Gasser) #182
  • [9b85169]: Documenting the GaenController (Linus Gasser) #183
  • [995c7f8]: Merge branch 'develop' into documentation_gaen (Patrick Amrein) #183
  • [de4d04f]: max keys are now 30 (Patrick Amrein) #186
  • [ec61868]: skip keys which have invalid data instead of failing (Patrick Amrein) #187
  • [d4a7098]: Merge branch 'develop' into fixes/allow-more-than-14-keys (Patrick Amrein) #186
  • [14cb2dd]: add class level transaction (Patrick Amrein) #186
  • [6c8eb35]: Merge branch 'fixes/allow-more-than-14-keys' of github.com:DP-3T/dp3t-sdk-backend into fixes/allow-more-than-14-keys (Patrick Amrein) #186
  • [63879b0]: fix tests (Patrick Amrein) #187
  • [4bdfa7c]: fix "typo" in doc (Patrick Amrein) #186
  • [cfc3e59]: Adjust documentation (Fabian Aggeler) #186
  • [230accb]: Improve total number of continue statements (Fabian Aggeler) #187
  • [cabcbb2]: Merge branch 'develop' into feature/less-aggressive-error-handling (Patrick Amrein) #187
  • [032b63d]: Reduce code smells (Fabian Aggeler) #187
  • [87110a4]: Add feature to hold back same day TEK until next day (Patrick Amrein) #188
  • [7676c35]: Adjust comment (Fabian Aggeler) #188
  • [91220f1]: Adjust comments and remove continue statement (Fabian Aggeler) #188
  • [7ec1121]: Slightly more information on delayed key date (Patrick Amrein) #189

v1.0.5

09 Jul 15:19
2f8e83d
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

Commits

  • [d50065f]: Some more comments (Linus Gasser) #176
  • [acd2afe]: Simplifying validation (Linus Gasser) #175
  • [57a75d4]: delayedKeyDate out of bounds check (Linus Gasser) #178
  • [ef51a83]: ubamrein's comments (Linus Gasser) #176
  • [09f727c]: check max validity of token (Patrick Amrein) #178
  • [22c2d6e]: add tests and fix typo in comment (Patrick Amrein) #178
  • [0398acc]: ubamrein's comments (Linus Gasser) #175
  • [532171b]: Don't catch Exceptions in the test (Linus Gasser) #178
  • [a4c0f13]: Following some of IntelliJ's suggestions (Linus Gasser) #179

v1.0.5-test-documentation

08 Jul 14:03
4d02d1d
Compare
Choose a tag to compare
Pre-release

Commits

  • [c566595]: Adding documentation to the DPPPTController API (Linus Gasser) #177
  • [4d02d1d]: use public bintray repo (Patrick Amrein) #177