| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-06 | 1.7 kB | |
| v2.49.0 source code.tar.gz | 2025-11-06 | 91.2 MB | |
| v2.49.0 source code.zip | 2025-11-06 | 92.5 MB | |
| Totals: 3 Items | 183.7 MB | 40 | |
Added
- Helm charts are now available on Docker Hub, at https://hub.docker.com/r/cvat/cvat (https://github.com/cvat-ai/cvat/pull/9925)
Changed
- Admins will no longer see access tokens of other users on the token management page (https://github.com/cvat-ai/cvat/pull/9950)
Removed
-
[Server API] Removed
GOOGLE_DRIVEfrom the list of accepted cloud storage provider types; it has never been implemented (https://github.com/cvat-ai/cvat/pull/9928) -
[Server API] Only own access tokens will be returned in the
GET /api/auth/access_tokensresponses for everyone, including admins (https://github.com/cvat-ai/cvat/pull/9950) -
[Server API] The
ownerfilters are removed from theGET /api/auth/access_tokensendpoint (https://github.com/cvat-ai/cvat/pull/9950) -
[Server API] The redundant
storageparameter of thePOST /api/tasks/<id>/dataendpoint has been removed; the storage location is determined based on other parameters (https://github.com/cvat-ai/cvat/security/advisories/GHSA-x396-w86c-gf6w)
Fixed
-
Improved memory use in project dataset exports (https://github.com/cvat-ai/cvat/pull/9913)
-
Aligned the names of cloud storage services in the UI with their official names (https://github.com/cvat-ai/cvat/pull/9961)
-
Improved performance of access token editing page in the admin panel (https://github.com/cvat-ai/cvat/pull/9971)
-
Incorrect chunk creation for some video files after FFmpeg update (https://github.com/cvat-ai/cvat/pull/9974)
Security
- Fixed a vulnerability that let users write to the attached network share (https://github.com/cvat-ai/cvat/security/advisories/GHSA-x396-w86c-gf6w)