Added
-
Introduced bulk actions to perform operations on multiple selected resources at once
- Multi-select resources using click with Ctrl, Shift or using Select all button at the top bar
- Supported resources: Tasks, Jobs, Projects, Requests, Organization members, Webhooks, Cloud Storages
- Supported operations: Export, Backup, Delete, Download, Change: Assignee, State, Stage, Role (#9582)
-
[SDK] Auto-annotation functions are now able to output tags (#9671)
-
Now it is possible to move projects and tasks between organizations (#9528)
-
Improved validation errors for invalid json filter queries (#9703)
-
[SDK, CLI] Support for exporting with server-generated filename (#9732)
-
Organization transfer now supported as a bulk action (#9727)
-
Ability to replace cloud storage for tasks. (#9535)
-
Lightweight backup option in Export backup dialog (excludes media for cloud-storage tasks). (#9535)
Changed
-
Updated Yarn version from 1.22.22 to 4.9.2 (#9688)
-
[SDK] simplified sending of custom requests with
ApiClient
, added documentation and improved related APIs. Documented using foreign libraries for sending requests. (#9730) -
[CLI]
task backup
andtask export-dataset
now download files with the server-generated filenames by default (#9732) -
[CLI]
task backup
andtask export-dataset
now always export files locally, regardless of the default export location on the server (#9732) -
The cvat/server Docker image is now configured with a numeric UID rather than a username (#9743)
-
The frontend container no longer runs as root (#9746)
-
[Helm] The Clickhouse, PostgreSQL and Redis containers now use the images from the Bitnami Legacy repository by default (#9754)
-
[Compose, Helm] The Vector container now runs as a non-root user (#9755)
-
[Helm] The Kvrocks container now has overridden UID/GID, making it compatible with the
runAsNonRoot
security context setting -
Made the error message when a particular image cannot be saved to a compressed chunk more useful (#9724)
-
When registering a user, the server will now reject overly long email, first name and last name fields, instead of truncating them (#9767)
Removed
- Removed deprecated
seed
parameter in job creation in favor ofrandom_seed
(#9744)
Fixed
-
Invalid GT job frame numbers in backups of video tasks with custom start/stop frame or frame step (#9695)
-
Server error in GT job creation if the
random_per_job
frame selection method was used with theseed
parameter. (#9744) -
[Helm] A useless
/models
directory is no longer created in the main data volume (#9773)