Added
-
Added parameter
conv_mask_to_poly
support for importing annotations in projects,tasks and jobs (#8823) -
[SDK] Auto-annotation functions that output skeletons can now be used via agents (#9122)
-
Search bar and filtering components on the organization page (#9151)
-
Error notification if something is wrong in quality/consensus settings (#9178)
-
[Helm] Added a new value,
cvat.backend.extensionEnv
, to support supercharts adding environment variables to backend containers (#9214) -
Timestamps to Uvicorn stdout logs (#9210)
-
Added robots.txt file to manage crawling traffic (#9241)
Changed
-
[SDK]
DetectionFunctionSpec
now requires that the type of keypoint sublabels is set topoints
. Accordingly,keypoint_spec
now sets this type by default (#9122) -
Optimized memory usage on export with YOLO and COCO formats for tasks (#9084)
-
Optimized memory usage for project export in YOLO and COCO formats (#9159)
-
Updated Traefik to v3.3.x (#9202)
-
[Compose] Traefik access log is now limited to the same fields as in Helm-based deployments (#9202)
Deprecated
- Utilizing
GET /api/projects/id/dataset?action=import_status
API endpoint to check the status of the import process. Instead, theGET /api/requests/rq_id
requests API should be used (#9075)
Removed
-
GET /api/projects/id/dataset
API endpoint no longer handles dataset export process (#9075) -
GET /api/projects/id/annotations
API endpoint no longer handles annotations export process (#9075) -
GET /api/projects/id/backup
API endpoint no longer handles project export process (#9075) -
GET /api/tasks/id/dataset
API endpoint no longer handles dataset export process (#9075) -
GET /api/tasks/id/annotations?format=
API endpoint no longer handles annotations export process (#9075) -
GET /api/tasks/id/backup
API endpoint no longer handles task export process (#9075) -
GET /api/jobs/id/dataset
API endpoint no longer handles dataset export process (#9075) -
GET /api/jobs/id/annotations?format=
API endpoint no longer handles annotations export process (#9075) -
Existing implementation of analytics reports (#9174)
Fixed
-
Removed extra sliders on quality control page (#9168)
-
Server returns a 404 status code with details instead of a 500 when cloud storage preview defined by a manifest cannot be downloaded (#9170)
-
Broken styles on Consensus management page (#9178)
-
[Helm] Fixed frontend deployment template issue that caused rendering to fail if additional volumes and volume mounts were defined. (#9181)
-
Incorrect behavior of standard browser back button on the quality page (#9039)
-
Fixed a 500 status code that could occur when listing requests by GET /api/requests (#9236)
-
Memory usage optimization on backup import (#9227)