@@ -16,6 +16,97 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
<!-- scriv-insert-here -->
18
18
19
+ <a id =' changelog-2.44.0 ' ></a >
20
+ ## \[ 2.44.0\] - 2025-09-01
21
+
22
+ ### Added
23
+
24
+ - Introduced bulk actions to perform operations on multiple selected resources at once
25
+ - Multi-select resources using click with Ctrl, Shift or using Select all button at the top bar
26
+ - Supported resources: Tasks, Jobs, Projects, Requests, Organization members, Webhooks, Cloud Storages
27
+ - Supported operations: Export, Backup, Delete, Download, Change: Assignee, State, Stage, Role
28
+ (< https://github.com/cvat-ai/cvat/pull/9582 > )
29
+
30
+ - \[ SDK\] Auto-annotation functions are now able to output tags
31
+ (< https://github.com/cvat-ai/cvat/pull/9671 > )
32
+
33
+ - Now it is possible to move projects and tasks between organizations
34
+ (< https://github.com/cvat-ai/cvat/pull/9528 > )
35
+
36
+ - Improved validation errors for invalid json filter queries
37
+ (< https://github.com/cvat-ai/cvat/pull/9703 > )
38
+
39
+ - \[ SDK, CLI\] Support for exporting with server-generated filename
40
+ (< https://github.com/cvat-ai/cvat/pull/9732 > )
41
+
42
+ - Organization transfer now supported as a bulk action
43
+ (< https://github.com/cvat-ai/cvat/pull/9727 > )
44
+
45
+ - Ability to replace cloud storage for tasks.
46
+ (< https://github.com/cvat-ai/cvat/pull/9535 > )
47
+
48
+ - Lightweight backup option in Export backup dialog (excludes media for cloud-storage tasks).
49
+ (< https://github.com/cvat-ai/cvat/pull/9535 > )
50
+
51
+ ### Changed
52
+
53
+ - Updated Yarn version from 1.22.22 to 4.9.2
54
+ (< https://github.com/cvat-ai/cvat/pull/9688 > )
55
+
56
+ - \[ SDK\] simplified sending of custom requests with ` ApiClient ` , added documentation
57
+ and improved related APIs. Documented using foreign libraries for sending requests.
58
+ (< https://github.com/cvat-ai/cvat/pull/9730 > )
59
+
60
+ - \[ CLI\] ` task backup ` and ` task export-dataset ` now download files with the server-generated
61
+ filenames by default
62
+ (< https://github.com/cvat-ai/cvat/pull/9732 > )
63
+ - \[ CLI\] ` task backup ` and ` task export-dataset ` now always export files locally,
64
+ regardless of the default export location on the server
65
+ (< https://github.com/cvat-ai/cvat/pull/9732 > )
66
+
67
+ - The cvat/server Docker image is now configured with a numeric UID
68
+ rather than a username
69
+ (< https://github.com/cvat-ai/cvat/pull/9743 > )
70
+
71
+ - The frontend container no longer runs as root
72
+ (< https://github.com/cvat-ai/cvat/pull/9746 > )
73
+
74
+ - \[ Helm\] The Clickhouse, PostgreSQL and Redis containers now use
75
+ the images from the Bitnami Legacy repository by default
76
+ (< https://github.com/cvat-ai/cvat/pull/9754 > )
77
+
78
+ - \[ Compose, Helm\] The Vector container now runs as a non-root user
79
+ (< https://github.com/cvat-ai/cvat/pull/9755 > )
80
+
81
+ - \[ Helm\] The Kvrocks container now has overridden UID/GID, making
82
+ it compatible with the ` runAsNonRoot ` security context setting
83
+
84
+ - Made the error message when a particular image cannot be saved
85
+ to a compressed chunk more useful
86
+ (< https://github.com/cvat-ai/cvat/pull/9724 > )
87
+
88
+ - When registering a user, the server will now reject overly long email,
89
+ first name and last name fields, instead of truncating them
90
+ (< https://github.com/cvat-ai/cvat/pull/9767 > )
91
+
92
+ ### Removed
93
+
94
+ - Removed deprecated ` seed ` parameter in job creation in favor of ` random_seed `
95
+ (< https://github.com/cvat-ai/cvat/pull/9744 > )
96
+
97
+ ### Fixed
98
+
99
+ - Invalid GT job frame numbers in backups of video tasks with custom start/stop frame or frame step
100
+ (< https://github.com/cvat-ai/cvat/pull/9695 > )
101
+
102
+ - Server error in GT job creation if the ` random_per_job ` frame selection method
103
+ was used with the ` seed ` parameter.
104
+ (< https://github.com/cvat-ai/cvat/pull/9744 > )
105
+
106
+ - \[ Helm\] A useless ` /models ` directory is no longer created in the main
107
+ data volume
108
+ (< https://github.com/cvat-ai/cvat/pull/9773 > )
109
+
19
110
<a id =' changelog-2.43.0 ' ></a >
20
111
## \[ 2.43.0\] - 2025-08-07
21
112
0 commit comments