Skip to content

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

v1.0.5-alpha

08 Jul 05:38
62d13d7
Compare
Choose a tag to compare
v1.0.5-alpha Pre-release
Pre-release

Commits

  • [d02db12]: add actuator basic auth (Patrick Amrein) #160
  • [2b2b2d3]: use ws as root node (Patrick Amrein) #160
  • [ff3ae86]: test actuator security (Patrick Amrein) #160
  • [5a802b5]: encapsulate all keys in one config (Patrick Amrein) #162
  • [24a094a]: Cleanup Imports. (alig) #162
  • [7691f69]: remove unused fake flag (Patrick Amrein) #163
  • [fc1808d]: Merge branch 'develop' into bugfix/cleanup-models-and-readme (Patrick Amrein) #163
  • strip-jar, set timestamp to last commi #164 (Patrick Amrein)
  • calculate shasum and include it in the artifacts #164 (Patrick Amrein)
  • [92e8e3f]: add a section about reproducible builds (Patrick Amrein) #164
  • [703d1d6]: Merge branch 'develop' into feature/reproducible-builds (Martin Alig) #164
  • [b51c166]: README.md, appended instructions on how to configure GitHub Packages as clarified in #165 (Frank Werner-Krippendorf) #166
  • [61f702e]: removed exposedjson (Patrick Amrein) #171
  • [04bfb50]: fix only midnight ok (Patrick Amrein) #170
  • [21fb3f0]: organize imports (Patrick Amrein) #170
  • [6b0e2e1]: test validation utils (Patrick Amrein) #170
  • [eee3ec8]: use assertequals (Patrick Amrein) #170

v1.0.4

22 Jun 16:19
e9b7670
Compare
Choose a tag to compare

Commits

  • [33b814b]: PP-552: truncate received at to current day midnight (alig) #159
  • [7f19345]: round received_at up not down (Patrick Amrein) #159
  • [d764437]: set retention day to 2 (Patrick Amrein) #159

v1.0.3

12 Jun 15:24
f304ba8
Compare
Choose a tag to compare

Changes

  • Update Readme
  • Disable CSRF
  • Round received_at to one value (next bucket - 1ms)
  • Add async support to filter
  • Add default "Security-Headers" via Interceptor
  • Remove ETag (due to unexpected caching behaviour on some AWS instances)

Bug Fixes

Commits

  • [4a4e33c]: update readme (Patrick Amrein) #145
  • [c3c7e8b]: add some more documentation (Patrick Amrein) #145
  • [640cfc0]: fix layout issues (Patrick Amrein) #145
  • [ae6504c]: Merge branch 'develop' into documentation/bring-up-to-date (Patrick Amrein) #145
  • [bb5a2b2]: remove code of conduct (Patrick Amrein) #145
  • [3f0d8fd]: switch Long to long where null value is not needed (Simon Resch) #139
  • [fb8308e]: Revert "fix: handle Long overflow exception" (Simon Resch) #139
  • [cf4be7a]: correct java version (11) (Martin Alig) #145
  • [fa0d007]: Merge branch 'develop' into documentation/bring-up-to-date (Martin Alig) #145
  • [671650a]: Merge branch 'develop' into documentation/bring-up-to-date (Martin Alig) #145
  • [3858f6a]: disable CSRF since we don't use it (Patrick Amrein) #148
  • [19959e3]: round inserted values to nextbucket -1 (Patrick Amrein) #152
  • [14d53f9]: fix tests (Patrick Amrein) #152
  • [076fcf5]: add async support to filter (Patrick Amrein) #150
  • [65e7c9c]: do not flush (flush closes stream) (Patrick Amrein) #150
  • [15ef6df]: return ok (Patrick Amrein) #150
  • [c77fb75]: don't print stacktrace (Patrick Amrein) #150
  • [84c6538]: remove debug statements (Patrick Amrein) #150
  • [74e50c7]: simplify (Patrick Amrein) #150
  • [2272f25]: add OK to body (Patrick Amrein) #150
  • [a8c6ead]: fix typos (#149) (Patrick Amrein) #151
  • [dcfa5da]: check if keys are available in the next bucket (Patrick Amrein) #152
  • [9272961]: Merge branch 'develop' into bugfix/fix-typo (Martin Alig) #151
  • [31405d3]: Merge branch 'develop' into feature/round-received-at (Martin Alig) #152
  • [0ffaa33]: Merge branch 'develop' into bugfix/fix-async-filter (Patrick Amrein) #150
  • [a5c2572]: add coomments on why we leave it blank (Patrick Amrein) #150
  • [7b2fdd3]: add coomment inside function (Patrick Amrein) #150
  • [ecec43c]: Merge branch 'develop' into feature/round-received-at (Martin Alig) #152
  • [648db6a]: remove default values from properties file (Patrick Amrein) #153
  • [f32d97d]: Merge branch 'develop' into feature/round-received-at (Patrick Amrein) #152
  • [0316b1e]: add default headers (Patrick Amrein) #154
  • [624e453]: add headers in interceptor (Patrick Amrein) #154
  • [5c763b5]: insert headers before anyone else (Patrick Amrein) #154
  • [385f877]: remove unused function (Patrick Amrein) #154
  • [59301e9]: Merge branch 'develop' into security/add-security-headers (Martin Alig) #154
  • [f77dda7]: respect publishedafter for fakekeys (Patrick Amrein) #155
  • [bad5cb0]: add other headers (Patrick Am...
Read more

v1.0.2

09 Jun 17:08
6ce3f5e
Compare
Choose a tag to compare

Commits

  • [355b3b3]: Feature/dont include version name in jar (#138) (ubamrein) #138
  • [b56a511]: if rolling period is 0 and non fake key set it to default of 144 (Patrick Amrein) #144
  • [b2b15f9]: set rollingperiod to 0 (Patrick Amrein) #144
  • [0e82764]: also sanatize output since rollingPeriod of 0 cannot be valid (Patrick Amrein) #144
  • [da5c8fa]: only adjust value when inserting (Patrick Amrein) #144
  • [f63dcac]: Fail if <0 and warn if 0 and ios (Patrick Amrein) #144
  • [c1dd824]: db insert back to 144 (Patrick Amrein) #144
  • [7b85f56]: default retentiondays to 14 days (Patrick Amrein) #146
  • [5eb9806]: Merge branch 'develop' into feature/default-retention-days-14 (Patrick Amrein) #146

v1.0.1

04 Jun 13:12
97637ec
Compare
Choose a tag to compare

Commits

Test Session 1 Backend State

30 Apr 05:59
eaf0f91
Compare
Choose a tag to compare
Pre-release

This version was used during the testsesion on 2020-04-29

Snapshot Release refs/heads/develop

23 Apr 15:59
Compare
Choose a tag to compare

Changes in this Release

  • Snapshot release