Skip to content

Commit

Permalink
Merge pull request cvat-ai#7098 from opencv/dev-release-2.8.1
Browse files Browse the repository at this point in the history
Update develop after v2.8.1
  • Loading branch information
azhavoro committed Nov 6, 2023
2 parents 9819e6d + 7726281 commit 5392763
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 59 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- scriv-insert-here -->

<a id='changelog-2.8.1'></a>
## \[2.8.1\] - 2023-11-03

### Added

- Support for default bucket prefix
(<https://github.com/opencv/cvat/pull/6943>)
- Search for cloud storage and share files
(<https://github.com/opencv/cvat/pull/6943>)

- Ability to limit one user to one task at a time
(<https://github.com/opencv/cvat/pull/6975>)

- Support for using an external database in a Docker Compose-based deployment
(<https://github.com/opencv/cvat/pull/7055>)

### Changed

- Migrated to rq 1.15.1
(<https://github.com/opencv/cvat/pull/6975>)

- Compressed sequental `change:frame` events into one
(<https://github.com/opencv/cvat/pull/7048>)

- Create a local session for AWS S3 client instead of using the default global one
(<https://github.com/opencv/cvat/pull/7067>)

- Improved performance of chunk preparation when creating tasks
(<https://github.com/opencv/cvat/pull/7081>)

### Fixed

- Race condition in a task data upload request, which may lead to problems with task creation in some specific cases,
such as multiple identical data requests at the same time
(<https://github.com/opencv/cvat/pull/7025>)

- Bug with viewing dependent RQ jobs for downloading resources from
cloud storage when file path contains sub-directories.
This is relevant for admins that can view detailed information about RQ queues.
(<https://github.com/opencv/cvat/pull/6975>)

- OpenCV.js memory leak with TrackerMIL
(<https://github.com/opencv/cvat/pull/7032>)

- Can't deploy detectron serverless function
(<https://github.com/opencv/cvat/pull/7047>)

- A mask becomes visible even if hidden after changing opacity level
(<https://github.com/opencv/cvat/pull/7060>)

- There is no switcher to personal workspace if an organization request failed
(<https://github.com/opencv/cvat/pull/7063>)

<a id='changelog-2.8.0'></a>

## \[2.8.0\] - 2023-10-23
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231018_224126_andrey_bulk_save_server_files.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231024_105610_boris_fix_detectron.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231025_101044_boris_keypoints.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5392763

Please sign in to comment.