v2.4.5: Django 4.2.x
[2.4.5] - 2023-06-02
Added
- Integrated support for sharepoint and cloud storage files, along with
directories to be omitted during task creation (server) (#6074) - Enabled task creation with directories from cloud storage or sharepoint (#6074)
- Enhanced task creation to support any data type supported by the server
by default, from cloud storage without the necessity for theuse_cache
option (#6074) - Added capability for task creation with data from cloud storage without the
use_cache
option (#6074)
Changed
- User can now access resource links from any organization or sandbox, granted it's available to them (#5892)
- Cloud storage manifest files have been made optional (#6074)
- Updated Django to the 4.2.x version (#6122)
- Renamed certain Nuclio functions to adhere to a common naming convention. For instance,
onnx-yolov7
->onnx-wongkinyiu-yolov7
,ultralytics-yolov5
->pth-ultralytics-yolov5
(#6140)
Deprecated
- Deprecated the endpoint
/cloudstorages/{id}/content
(#6074)
Fixed
- Fixed the issue of skeletons dumping on created tasks/projects (#6157)
- Resolved an issue related to saving annotations for skeleton tracks (#6075)
Full Changelog: v2.4.4...v2.4.5