Releases: DP-3T/dp3t-sdk-backend
Releases · DP-3T/dp3t-sdk-backend
v1.0.5-alpha
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
-
- remove etag #163 (Patrick Amrein)
- [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
v1.0.3
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
- remove jackson parse error from response #139 (Simon Resch)
- error 400 on invalid date #139 (Simon Resch)
- handle Long overflow exception #139 (Simon Resch)
- check for null values in exposed keys array #139 (Simon Resch)
- handle batchReleaseTime null values #139 (Simon Resch)
- handle keyDate null value #139 (Simon Resch)
- do not return unsanitized jackson error messages in 400 response #139 (Simon Resch)
- invalidate exposed keys lists containing null elements #139 (Simon Resch)
- Fix typos
- Respect publishedafter for FakeKeys
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...
v1.0.2
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
Commits
- [05ae399]: Feature/sonarcloudimprovements (#122) (Martin Alig) #122
- [21f4e09]: Bugfix/loadtest findings (#124) (ubamrein) #124
- [c8008a1]: Bugfix/etag fix (#126) (ubamrein) #126
- [368617a]: use copy instead of add (more explicit, only allows local files) (#127) (ubamrein) #127
- [9d7a979]: PTAPP-571: fixed. (#128) (Martin Alig) #128
- [3e3b255]: add not modified (#129) (ubamrein) #129
- [89c2a77]: only signature when success (#130) (ubamrein) #130
- [e889bc0]: add published until header and cache control according to RFC (#131) (ubamrein) #131
- [9d8c8e4]: Bugfix/android fallback signature header (#132) (ubamrein) #132
- Add random keys to key bundle (zip) (#133) #133 (ubamrein)
- [1167a25]: Switch to SecureRandom. (#134) (Martin Alig) #134
- [f914e15]: Make InMem DB for Cloudprofiles work. (#135) (Martin Alig) #135
- [c1e53db]: Refactoring. Fake keys for current day. (martinalig) #136
- [97637ec]: add tagged_release workflow (#137) (ubamrein) #137
Test Session 1 Backend State
This version was used during the testsesion on 2020-04-29
Snapshot Release refs/heads/develop
Changes in this Release
- Snapshot release