...
- New endpoint for retrieving checkpoint history: GET api/round/ExecutedCheckpoint.
- New endpoint for retrieving a user's round checkpoints: GET api/round/MyCheckpoints.
- Fixed issue in endpoint GET api/WorkOrder — Jobs created directly in history were missing due to comparison against an incorrect date column in the table.
- Fixed issue in endpoint POST api/GenericMessage — The timestamp of the message was in UTC and could vary by 1–2 hours depending on daylight saving time.
- ++
...