Bugfix: ensure the status is updated for the correct analysis (326)(patch)
When toggling the status for an analysis, it was done for the most recent analysis associated with the case instead of the specific analysis for which an id was provided in the endpoint...
19.0.17
Speed up retrieval of latest failed job via query (322)(patch)
The property was too slow, this implementation is better but still unnecessarily slow. It runs a separate query to get each failed job for each analysis. Should do lazy loading or batch it somehow.