Releases: notifyme-app/notifyme-sdk-backend
Releases · notifyme-app/notifyme-sdk-backend
v1.2.0-prerelease1
Commits
- [29decdd]: libmcljava for mac (Severin Kistler) #4
- [05beaa6]: deduplicate pom (Severin Kistler) #6
- [7143e54]: Extract VenueType enum and rename QrCodeContent to be equal to file (Severin Kistler) #6
- [3ac5b43]: endPoint to upload diaryEntries (endpoint is currently a noop) (Severin Kistler) #6
- [7bf419e]: without StringHttpMessageConverter, a response from ResponseEntity is deserialized as JSON with addition quotes around the string (Severin Kistler) #6
- [c674e05]: DiaryEntryDataService with insertion in /debug/diaryEntries (Severin Kistler) #6
- [4a73519]: @RestController on class implies @controller and @responsebody (Severin Kistler) #6
- [53cc679]: @EnableWebMvc on Application does nothing additional but only removes some default auto-configuration (like enable loading static web resources from default static path) (Severin Kistler) #6
- [9d4b892]: basic thymeleaf web setup with bootstrap css/js, favicons and controller (Severin Kistler) #6
- [8030647]: remove bootstrap v4 and use v5 from cdn (Severin Kistler) #6
- [f9871fc]: read out adn display criticalEvents from DB (Severin Kistler) #6
- [3f148ad]: fix RowMapper name to equal Generic Type (Severin Kistler) #6
- [dd24a24]: show critical events as accordion of events that contain diary entries tbale (Severin Kistler) #6
- [080da30]: Merge remote-tracking branch 'origin/develop' into feature/backward-tracing (Severin Kistler) #6
- [8905d1a]: update testcontainers to 1.15.1 to fix testcontainers/testcontainers-java#3574 (Severin Kistler) #6
- [3f1b1aa]: testconfigs (Severin Kistler) #6
- [2feb015]: testconfigs and Base*Test files (Severin Kistler) #6
- [b2a8042]: Remove unused argument (Severin Kistler) #6
- [adc96fe]: Tests for new code (Severin Kistler) #6
- [3c649f2]: fix unsafe cast (Severin Kistler) #6
- [789adcd]: Exclude unused JUNIT so tests are picked up from maven build. (alig) #6
- [5a45008]: fix endpoint url for test (Severin Kistler) #6
- [33d6c59]: Added order by clauses for reproducability (Severin Kistler) #6
- [4395de0]: fix tests (Severin Kistler) #6
- [aeda5fb]: fix tests (static timezone europe/zurich) (Severin Kistler) #6
- [8af983a]: swagger generation (Severin Kistler) #6
- [184f89b]: renamed proto ProblematicDiaryEntry to DiaryEntry and java DiaryEntry to JavaDiaryEntry (Severin Kistler) #6
- [7ee68a5]: make SonarCloud a bit happier (Severin Kistler) #6
- [0fe7c4e]: fix the renaming of ProblematicDiaryEntry to DiaryEntry (Severin Kistler) #6
- [3d259ff]: N2STEP-73: move Dockerfile to ws subdirectory (Severin Kistler) #7
- [0c619d6]: N2STEP-73: remove jacoco (does not build with jdk 15) (Severin Kistler) #7
- [075e7e7]: N2STEP-73: silent pushes as heartbeats every odd hour (Severin Kistler) #7
- [c6a7a77]: N2STEP-73: fix pushToken length and remove duplicates before insert (Severin Kistler) #7
- [2495453]: N2STEP-73: use correct bundle ids (Severin Kistler) #7
- [a472350]: N2STEP-73: fix protobuf postmapping: needs consumes, not produces (Severin Kistler) #7
- [7421e67]: N2STEP-73: pushToken is nullable (Severin Kistler) #7
- [56ba67f]: N2STEP-73: fix (Severin Kistler) #7
- [c16889f]: N2STEP-73: readd android and ios push and remove log output (Severin Kistler) #7
- [ffc7691]: N2STEP-73: @transactional in data service (Severin Kistler) #7
- [6f44213]: N2STEP-73: pushregistration in one tra...
v1.1.1
v1.1.0
v1.0.1
v1.0.0
Commits
- [eacaf03]: Add config controller (Felix Haller)
- [bed6f6e]: Validate user-agent on config endpoint (Felix Haller)
- [9533017]: Set message in protobuf. Update swagger doc (Felix Haller)
- [0d4e443]: Add Sodium function for enctyption. Add Nonce to db and protobuf.. (alig)
- [152aac9]: Check optional protobuf fields for null (Felix Haller)
- [bd077af]: Fix encrypt message. Add unit test. (alig)
- [df58fe8]: Add r2 (Felix Haller)
- [64b1786]: Update to new protobufs. (alig)
- [ab49d8e]: switcht kepair method (alig)
- [6ebc7c3]: crypto1.1 (alig)
- [557ca5d]: use Key-Size const from lib (alig)
- [2689c23]: Update link to web apps. (Martin Alig)
- [419db7c]: Update link to web apps. (Martin Alig)
- [06b19a6]: new db model doc (alig)
- [d64f5fe]: Update GET Request Doc (Martin Alig)
- [568b3ab]: Update upload doc (Martin Alig)
- [82abc3a]: Update README.md (Martin Alig)
- [f8ef504]: Prepare for Release 1.0.0 (alig)
v0.0.2-prerelease
Commits
- [8c3f4e8]: Introduce 1h buckets and work with key bundle tag (Felix Haller)
- [5383ed4]: Enable DebugController via profile 'enable-debug' (Felix Haller)
- [65a029d]: Springboot version up (2.4.0) (Felix Haller)
- [df77de4]: Add
message
to debug upload request (Felix Haller) - [1d1b0f1]: Make trace key bucket size parameterizable (Felix Haller)
- [3612827]: Add upload traceKey endpoint (Felix Haller)
- [978c770]: Add license headers (Felix Haller)
- [7262a17]: Secure upload traceKey endpoint (Felix Haller)
- [82e5e93]: Some linting (Felix Haller)
- [167d29f]: Use Instant instead of LocalDateTime. Upload supports single traceKeys (Felix Haller)
- [dcebfd6]: Fix tagged_release workflow (Felix Haller)
v0.0.1-prerelease
Add tagged release workflow