Skip to content

Commit

Permalink
Release v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanovic authored Oct 16, 2023
2 parents c1802c4 + fae72e0 commit e6724fa
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 60 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.7.6'></a>
## \[2.7.6\] - 2023-10-13

### Changed

- Enabled nginx proxy buffering
(<https://github.com/opencv/cvat/pull/6991>)

- Helm: set memory request for keydb
(<https://github.com/opencv/cvat/pull/6945>)

- Supervisord (<https://github.com/opencv/cvat/pull/6945>):
- added `autorestart=true` option for all workers
- unified program names to use dashes as delimiter instead of mixed '_' and '-'
- minor improvements to supervisor configurations

### Removed

- Removed gitter link from about modal
(<https://github.com/opencv/cvat/pull/7002>)

### Fixed

- Persist image filters across jobs
(<https://github.com/opencv/cvat/pull/6953>)

- Splitting skeleton tracks on jobs
(<https://github.com/opencv/cvat/pull/6968>)

- Uploading skeleton tracks in COCO Keypoints format
(<https://github.com/opencv/cvat/pull/6969>)

- Fixed Siammask tracker error on grayscale images
(<https://github.com/opencv/cvat/pull/6982>)

- Fixed memory leak on client side when event listener was not removed together with its context
(<https://github.com/opencv/cvat/pull/6984>)

- Fixed crash related to issue tries to mount to not existing parent
(<https://github.com/opencv/cvat/pull/6977>)

- Added 'notranslate' markers to avoid issues caused by extension translators
(<https://github.com/opencv/cvat/pull/6993>)

- Getting CS content when S3 bucket contains manually created directories
(<https://github.com/opencv/cvat/pull/6997>)

- Optimized huge memory consumption when working with masks in the interface
(<https://github.com/opencv/cvat/pull/6996>)

### Security

- Security upgrade opencv-python-headless from 4.5.5.62 to 4.8.1.78
(<https://github.com/opencv/cvat/pull/6931>)

- Added X-Frame-Options: deny
(<https://github.com/opencv/cvat/pull/6992>)

<a id='changelog-2.7.5'></a>
## \[2.7.5\] - 2023-10-09

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20231006_155231_persist_image_filters.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231010_113810_sizow.k.d_fix_tracks_splitting.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231011_153251_andrey_fix_siammask.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231012_095633_klakhov_fix_memory.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231012_105902_sekachev.bs_fixed_crash.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231012_113210_andrey_update_nginx_config.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231012_123219_andrey_x_frame_options.md

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231012_181301_andrey_fix_worker_restart.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231013_095118_boris_optimize_masks.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231013_110048_klakhov_remove_need_help.md

This file was deleted.

0 comments on commit e6724fa

Please sign in to comment.