Added
- An option to download quality report as a confusion matrix CSV file (#10177)
Fixed
-
Added reading HTTP request data in chunks instead of loading entire body into memory for TUS PATCH requests (#5261)
-
Return a 404 for HEAD requests after a file upload is completed via TUS, instead of a 500 Internal Server Error (#5261)
-
When creating a task, manifest files uploaded alongside videos are no longer ignored (#10162)
-
Improved annotation import performance for Ultralytics YOLO Classification (#10163)
-
Fixed a AssertionError that occurred during the download of 3D annotations. (#10165)
-
Removed redundant
PATCH: /api/jobs/<id>/metarequests sent from annotation view (#10184) -
[CLI] Fixed agents waiting for inappropriate amounts between retrying failed AR acquire requests (#10193)
-
[CLI] Made agents handle failure of queue-related HTTP requests in a more robust manner (#10194)
Security
-
Fixed XSS vulnerabilities related to skeleton SVG images (https://github.com/cvat-ai/cvat/security/advisories/GHSA-3m7p-wx65-c7mp)
-
Upgrade OPA to new version (1.12.2) (#10183)
-
Users with staff status can no longer change their permissions (https://github.com/cvat-ai/cvat/security/advisories/GHSA-7pvv-w55f-qmw7)