| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-01 | 615 Bytes | |
| v2.74.1 source code.tar.gz | 2026-09-01 | 101.2 MB | |
| v2.74.1 source code.zip | 2026-09-01 | 102.7 MB | |
| Totals: 3 Items | 204.0 MB | 17 | |
Fixed
-
Annotation images failing to load when a server or proxy ignores a chunk range request (https://github.com/cvat-ai/cvat/pull/11121)
-
[Server API] Improved performance when filtering quality reports by task or project and report target. The
targetparameter is now required when filtering bytask_idorproject_id(https://github.com/cvat-ai/cvat/pull/11120) -
[Server API] Improved performance when filtering nested quality reports by parent and report target. The
targetparameter is now required withparent_id, and incompatible parent and requested report targets are rejected.