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

Releases: admin-ch/CovidCertificate-App-Certificate-Delivery

v2.5.1-prerelease2

17 Sep 13:06
f48a41e
Compare
Choose a tag to compare

Commits

  • 3dd465e: sanitize code on deserialization (prior to size validation) (Felix Haller) #15
  • cabd1ee: validate rsa key min length (2048) (Felix Haller) #17
  • 8446e38: update code sanitization regex (Felix Haller) #15
  • 984a117: explicit http status code for invalid timestamp (signaturePayload) (Felix Haller) #19

v2.5.1

20 Sep 05:57
f48a41e
Compare
Choose a tag to compare
Merge pull request #19 from admin-ch/feature/timestamp-validation

explicit http status code for invalid timestamp (signaturePayload)

v2.4.0-prerelease4

19 Aug 07:37
5d74d72
Compare
Choose a tag to compare

Commits

v2.4.0

20 Aug 11:52
5d74d72
Compare
Choose a tag to compare
Merge pull request #14 from admin-ch/feature/logrelay

cc backend logging

v2.4.0-prerelease3

18 Aug 14:11
be60b47
Compare
Choose a tag to compare

Commits

  • a582fe6: make code variable final (Patrick Amrein) #13
  • 89e7e5e: catch interruptedexception and reset interrupted flag (Patrick Amrein) #13
  • 6f6d241: sanitize code input (Patrick Amrein) #13

v2.4.0-prerelease2

13 Aug 12:44
Compare
Choose a tag to compare

Commits

  • 8858535: fixed gitignore (Lasse_Meinen) #12
  • 08f6750: fix app name (Martin Alig) #12
  • 9f5cba7: add more logging (Felix Haller) #13
  • 3fc52ce: prod -> local profile for developing without push (Felix Haller) #13
  • 8763554: also log public key hash on successful register (Felix Haller) #13

v2.3.0-prerelease1

03 Aug 15:37
0e6c599
Compare
Choose a tag to compare

Commits

  • a06fe36: Add default security config (Patrick Amrein) #8
  • c83f1b0: Add readme (Thore Goebel) #9
  • 0ba11ba: Update README.md (Lasse Meinen)
  • b80fcc5: update apiVersion and some docs (Felix Haller)
  • 9834059: unique error response for code not found exception on delivery (Felix Haller) #10
  • 30589a4: Upgraded Spring Boot to 2.5.3 (Lasse_Meinen) #11

v2.3.0

06 Aug 10:38
0e6c599
Compare
Choose a tag to compare
Merge pull request #10 from admin-ch/feature/error-code

unique error response for code not found exception on delivery

v2.0.0

28 Jun 07:10
b4b40ac
Compare
Choose a tag to compare

v2.0.0-prerelease6

25 Jun 14:22
b4b40ac
Compare
Choose a tag to compare

Commits

  • c99675e: /covidcert/complete request can return error codes instead of always 200 (lmeinen) #7
  • f820b4d: Fixed AppControllerTest (lmeinen) #7
  • f2887cf: Fixed AppControllerTest (lmeinen) #7