Added
- Documentation for using Backblaze B2 as an S3-compatible cloud storage option in CVAT (#9952)
Changed
- Relaxed video manifest creation to make use of keyframes even if seek lands earlier (#9994)
Removed
- Python 3.9 support (due to Python 3.9 EOL) (#10051)
Fixed
-
Fixed OpenAPI schema for
retrieve_dataendpoints: markedtypeparameter as required for both tasks and jobs API (#9315) -
Calculation of statistics in the job is failed when there is a track without keyframes (#10050)
-
Update the
updated_datefield of the Task when PATCHing/api/tasks/<id>/data/meta(#10052) -
Incorrect retry handling of
429 TooManyRequestserror in case of data uploading via TUS protocol (#10055) -
Error message is not displayed if not possible to fetch data for 3D canvas (#10059)