| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-27 | 1.1 kB | |
| v2.48.0 source code.tar.gz | 2025-10-27 | 91.3 MB | |
| v2.48.0 source code.zip | 2025-10-27 | 92.5 MB | |
| Totals: 3 Items | 183.8 MB | 21 | |
Added
-
[CLI]
CVAT_ACCESS_TOKENenvironment variable can now be used for authentication with an API token (https://github.com/cvat-ai/cvat/pull/9563) -
[SDK]
Client.login()andmake_client()can now be called with an API token (https://github.com/cvat-ai/cvat/pull/9563) -
[SDK]
make_client()can now be called with a server URL that contains a port component (https://github.com/cvat-ai/cvat/pull/9563) -
[Server API] Support for API access tokens (https://github.com/cvat-ai/cvat/pull/9680)
-
[Server] A configuration option to set maximum job limit per task (https://github.com/cvat-ai/cvat/pull/9888)
Fixed
-
Tracks does not leak to other jobs on task export (https://github.com/cvat-ai/cvat/pull/9905)
-
Incorrect cloud storage value in tasks within a project after transferring between organizations (https://github.com/cvat-ai/cvat/pull/9912)
-
Inefficient memory usage when counting number of objects in tracks when updating job annotations or analytics report computing (https://github.com/cvat-ai/cvat/pull/9903)