Added
-
Set
file
as default source of annotations imported from files (#9346) -
CVAT measures the size of data, uploaded by users, like images, videos and different guide assets. Newly created resources will be measured automatically. For existing resources, please, run
python manage.py initcontentsize
. (#9448)
Changed
- Cache files with exported events now are stored in
/data/cache/export/
instead of/data/tmp/
. These files are periodically deleted by thecleanup_export_cache_directory
cron job (#9230)
Deprecated
- The
GET /api/events
endpoint is deprecated in favor of thePOST /api/events/export
,GET /api/requests/rq_id
, andGET result_url
, whereresult_url
is obtained from background request details (#9230) - The
POST /api/quality/reports/rq_id=rq_id
is deprecated in favor ofGET /api/requests/rq_id
(#9230)
Removed
- The
POST /api/consensus/merges?rq_id=rq_id
endpoint no longer supports process status checking (#9230) - The
GET /api/projects/id/dataset?action=import_status
endpoint no longer supports process status checking (#9230) - The
POST /api/projects/backup?rq_id=rq_id
endpoint no longer supports process status checking (#9230) - The
POST /api/tasks/backup?rq_id=rq_id
endpoint no longer supports process status checking (#9230) - The
PUT /api/tasks/id/annotations?rq_id=rq_id&format=format
endpoint no longer supports process status checking (#9230) - The
PUT /api/jobs/id/annotations?rq_id=rq_id&format=format
endpoint no longer supports process status checking (#9230) - [SDK]
DatasetWriteRequest
,BackupWriteRequest
,TaskAnnotationsWriteRequest
,JobAnnotationsUpdateRequest
,TaskAnnotationsUpdateRequest
classes were removed (#9230)
Fixed
-
YOLO formats can now be imported from archives where dataset is located in a folder (#9423)
-
Quality setting
Check orientation
was not updated after save (#9443) -
Only first 10 tasks were shown on project quality page (#9443)
-
When restoring a task or a project from backup, 'owner' field for assets has empty value (#9448)
-
Ultralytics YOLO format could not import annotations if no image info was provided in the dataset (#9454)
Security
- Fixed disclosure of certain resource names and IDs via the browsable API (https://github.com/cvat-ai/cvat/security/advisories/GHSA-7484-2gfm-852p)