Added
- Helm charts are now available on Docker Hub, at https://hub.docker.com/r/cvat/cvat (#9925)
Changed
- Admins will no longer see access tokens of other users on the token management page (#9950)
Removed
-
[Server API] Removed
GOOGLE_DRIVEfrom the list of accepted cloud storage provider types; it has never been implemented (#9928) -
[Server API] Only own access tokens will be returned in the
GET /api/auth/access_tokensresponses for everyone, including admins (#9950) -
[Server API] The
ownerfilters are removed from theGET /api/auth/access_tokensendpoint (#9950) -
[Server API] The redundant
storageparameter of thePOST /api/tasks/<id>/dataendpoint has been removed; the storage location is determined based on other parameters (GHSA-x396-w86c-gf6w)
Fixed
-
Improved memory use in project dataset exports (#9913)
-
Aligned the names of cloud storage services in the UI with their official names (#9961)
-
Improved performance of access token editing page in the admin panel (#9971)
-
Incorrect chunk creation for some video files after FFmpeg update (#9974)
Security
- Fixed a vulnerability that let users write to the attached network share (GHSA-x396-w86c-gf6w)