From 520d219f3ef1e39b08c8ce0d5da6f4e4f54c2f79 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Fri, 2 Jun 2023 18:40:28 +0300 Subject: [PATCH] Updated CHANGELOG for v2.5.0 (#6234) --- CHANGELOG.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279e02bb6..ff29394d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## \[2.5.0] - Unreleased ### Added +- TBD + +### Changed +- Replaced Apache mod_wsgi with Uvicorn ASGI server for backend use() + +### Deprecated +- TBD + +### Removed +- TDB + +### Fixed +- Incorrect location of temporary file during job annotation import.() +- Deletion of uploaded file along with annotations/backups when an RQ job + has been initiated, but no subsequent status check requests have been made.() +- 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. () +- Simultaneous creation of tasks or projects with identical names from backups by multiple users.() +### Security +- TDB + +## \[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) () - Enabled task creation with directories from cloud storage or sharepoint () @@ -22,27 +45,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed certain Nuclio functions to adhere to a common naming convention. For instance, `onnx-yolov7` -> `onnx-wongkinyiu-yolov7`, `ultralytics-yolov5` -> `pth-ultralytics-yolov5` () -- Replaced Apache mod_wsgi with Uvicorn ASGI server for backend use() ### Deprecated - Deprecated the endpoint `/cloudstorages/{id}/content` () -### Removed -- TDB - ### Fixed - - Fixed the issue of skeletons dumping on created tasks/projects () - Resolved an issue related to saving annotations for skeleton tracks () -- Incorrect location of temporary file during job annotation import.() -- Deletion of uploaded file along with annotations/backups when an RQ job - has been initiated, but no subsequent status check requests have been made.() -- 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. () -- Simultaneous creation of tasks or projects with identical names from backups by multiple users.() - -### Security -- TDB ## \[2.4.4] - 2023-05-18 ### Added -- GitLab