Added
- [Server API] An option to supply custom file ordering for task data uploads (#5083)
- New option
semi-auto
is available as annotations source (#6263)
Changed
- Allowed to use dataset manifest for the
predefined
sorting method for task data (#5083)
Changed
- Replaced Apache mod_wsgi with Uvicorn ASGI server for backend use(#6195)
Fixed
- Incorrect location of temporary file during job annotation import.(#5909)
- Deletion of uploaded file along with annotations/backups when an RQ job
has been initiated, but no subsequent status check requests have been made.(#5909) - Deletion of uploaded files, including annotations and backups,
after they have been uploaded to the server using the TUS protocol but before an RQ job has been initiated. (#5909) - Simultaneous creation of tasks or projects with identical names from backups by multiple users.(#5909)
- [Server API] The
predefined
sorting method for task data uploads (#5083) - Allowed slashes in export filenames. (#6265)
New Contributors
- @pktiuk made their first contribution in #6164
- @senthilkumarkj made their first contribution in #6163
- @pbarsic made their first contribution in #6249
Full Changelog: v2.4.5...v2.4.6