You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
A server setting to enable or disable storage of permanent media chunks on the server filesystem (#8272)
[Server API] GET /api/jobs/{id}/data/?type=chunk&index=x parameter combination. The new index parameter allows to retrieve job chunks using 0-based index in each job, instead of the number parameter, which used task chunk ids. (#8272)
Changed
Job assignees will not receive frames from adjacent jobs in chunks (#8272)
Deprecated
[Server API] GET /api/jobs/{id}/data/?type=chunk&number=x parameter combination (#8272)
Removed
Removed the non-functional task_subsets parameter from the project create and update endpoints (#8492)
Fixed
Various memory leaks in video reading on the server (#8272)