@@ -16,6 +16,106 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717<!-- scriv-insert-here -->
1818
19+ <a id =' changelog-2.32.0 ' ></a >
20+ ## \[ 2.32.0\] - 2025-03-24
21+
22+ ### Added
23+
24+ - Added parameter ` conv_mask_to_poly ` support for importing annotations in projects,tasks and jobs
25+ (< https://github.com/cvat-ai/cvat/pull/8823 > )
26+
27+ - \[ SDK\] Auto-annotation functions that output skeletons can now be used
28+ via agents
29+ (< https://github.com/cvat-ai/cvat/pull/9122 > )
30+
31+ - Search bar and filtering components on the organization page (< https://github.com/cvat-ai/cvat/pull/9151 > )
32+
33+ - Error notification if something is wrong in quality/consensus settings
34+ (< https://github.com/cvat-ai/cvat/pull/9178 > )
35+
36+ - \[ Helm\] Added a new value, ` cvat.backend.extensionEnv ` , to support
37+ supercharts adding environment variables to backend containers
38+ (< https://github.com/cvat-ai/cvat/pull/9214 > )
39+
40+ - Timestamps to Uvicorn stdout logs
41+ (< https://github.com/cvat-ai/cvat/pull/9210 > )
42+
43+ - Added robots.txt file to manage crawling traffic
44+ (< https://github.com/cvat-ai/cvat/pull/9241 > )
45+
46+ ### Changed
47+
48+ - \[ SDK\] ` DetectionFunctionSpec ` now requires that the type of keypoint
49+ sublabels is set to ` points ` . Accordingly, ` keypoint_spec ` now sets
50+ this type by default
51+ (< https://github.com/cvat-ai/cvat/pull/9122 > )
52+
53+ - Optimized memory usage on export with YOLO and COCO formats for tasks
54+ (< https://github.com/cvat-ai/cvat/pull/9084 > )
55+
56+ - Optimized memory usage for project export in YOLO and COCO formats
57+ (< https://github.com/cvat-ai/cvat/pull/9159 > )
58+
59+ - Updated Traefik to v3.3.x
60+ (< https://github.com/cvat-ai/cvat/pull/9202 > )
61+
62+ - \[ Compose\] Traefik access log is now limited to the same fields as in
63+ Helm-based deployments
64+ (< https://github.com/cvat-ai/cvat/pull/9202 > )
65+
66+ ### Deprecated
67+
68+ - Utilizing ` GET /api/projects/id/dataset?action=import_status ` API endpoint
69+ to check the status of the import process. Instead, the ` GET /api/requests/rq_id `
70+ requests API should be used (< https://github.com/cvat-ai/cvat/pull/9075 > )
71+
72+ ### Removed
73+
74+ - ` GET /api/projects/id/dataset ` API endpoint no longer handles dataset export process
75+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
76+ - ` GET /api/projects/id/annotations ` API endpoint no longer handles annotations export process
77+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
78+ - ` GET /api/projects/id/backup ` API endpoint no longer handles project export process
79+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
80+ - ` GET /api/tasks/id/dataset ` API endpoint no longer handles dataset export process
81+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
82+ - ` GET /api/tasks/id/annotations?format= ` API endpoint no longer handles annotations export process
83+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
84+ - ` GET /api/tasks/id/backup ` API endpoint no longer handles task export process
85+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
86+ - ` GET /api/jobs/id/dataset ` API endpoint no longer handles dataset export process
87+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
88+ - ` GET /api/jobs/id/annotations?format= ` API endpoint no longer handles annotations export process
89+ (< https://github.com/cvat-ai/cvat/pull/9075 > )
90+
91+ - Existing implementation of analytics reports
92+ (< https://github.com/cvat-ai/cvat/pull/9174 > )
93+
94+ ### Fixed
95+
96+ - Removed extra sliders on quality control page
97+ (< https://github.com/cvat-ai/cvat/pull/9168 > )
98+
99+ - Server returns a 404 status code with details instead of a 500
100+ when cloud storage preview defined by a manifest cannot be downloaded
101+ (< https://github.com/cvat-ai/cvat/pull/9170 > )
102+
103+ - Broken styles on Consensus management page
104+ (< https://github.com/cvat-ai/cvat/pull/9178 > )
105+
106+ - \[ Helm\] Fixed frontend deployment template issue that caused rendering to fail if
107+ additional volumes and volume mounts were defined.
108+ (< https://github.com/cvat-ai/cvat/pull/9181 > )
109+
110+ - Incorrect behavior of standard browser back button on the quality page
111+ (< https://github.com/cvat-ai/cvat/pull/9039 > )
112+
113+ - Fixed a 500 status code that could occur when listing requests by GET /api/requests
114+ (< https://github.com/cvat-ai/cvat/pull/9236 > )
115+
116+ - Memory usage optimization on backup import
117+ (< https://github.com/cvat-ai/cvat/pull/9227 > )
118+
19119<a id =' changelog-2.31.0 ' ></a >
20120## \[ 2.31.0\] - 2025-03-03
21121
0 commit comments