Added
-
Introduced CVAT actions. Actions allow performing different predefined scenarios on annotations automatically (e.g. shape converters) (#7172)
-
The UI will now retry requests that were rejected due to rate limiting (#7216)
Changed
-
Update nvidia/cuda image version from 11.7.0 to 11.7.1 in transt serverless function. (#7124)
-
[Helm] Allow pre-release versions in kubernetes requirement to include AWS EKS versions (#7183)
-
GPU versions of serverless functions now use the
latest-gpu
Docker tag rather thanlatest
(#7215) -
[Compose, Helm] Downgraded KeyDB to 6.3.2 (#7236)
Fixed
-
The GPU version of the YOLOv7 serverless function not actually using the GPU (#6940)
-
It is now possible to create Ground Truth jobs containing all frames in the task (#7126)
-
Incorrect Ground Truth chunks saving (#7126)
-
Reset source/target storage if related cloud storage has been deleted (#6801)
-
Prevent possible cyclic dependencies when enqueuing a rq job when ONE_RUNNING_JOB_IN_QUEUE_PER_USER is used (#7139)
-
Enqueue deferred jobs when their dependencies are moved to the failed job registry due to AbandonedJobError (#7139)
-
Reduce the number of requests to the server for task details (#7167)
-
Shape settings opacity and selected opacity reset on each frame change (#7186)
-
Server error in list quality settings API, when called in an org (#7190)
-
Incorrect handling of the hidden points in skeletons in quality comparisons (#7191)
-
[Helm] Fixed installing Traefik Middleware even if Traefik is disabled in the values (#7184)
-
Error code 500 when send
change:frame
event withoutduration
. (#7211)