Skip to content

Commit

Permalink
Merge pull request #7594 from opencv/dev-release-2.11.2
Browse files Browse the repository at this point in the history
Update develop after v2.11.2
  • Loading branch information
bsekachev authored Mar 12, 2024
2 parents 009f9f8 + 6aa6df0 commit 9f0439a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 28 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.11.2'></a>
## \[2.11.2\] - 2024-03-11

### Changed

- Sped up resource updates when there are no matching webhooks
(<https://github.com/opencv/cvat/pull/7553>)

### Fixed

- Job and task `updated_date` are no longer bumped twice when updating
annotations
(<https://github.com/opencv/cvat/pull/7556>)

- Sending `PATCH /jobs/{id}/data/meta` on each job save even if nothing changed in meta data
(<https://github.com/opencv/cvat/pull/7560>)
- Sending `GET /jobs/{id}/data/meta` twice on each job load
(<https://github.com/opencv/cvat/pull/7560>)

- Made analytics report update job scheduling more efficient
(<https://github.com/opencv/cvat/pull/7576>)

- Fixed being unable to connect to in-mem Redis
when the password includes URL-unsafe characters
(<https://github.com/opencv/cvat/pull/7577>)

- Segment anything decoder is loaded anytime when CVAT is opened, but might be not required
(<https://github.com/opencv/cvat/pull/7564>)

<a id='changelog-2.11.1'></a>
## \[2.11.1\] - 2024-03-05

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20240305_171241_roman_webhooks_lazy_rendering.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240305_193358_roman_less_bumpy.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240306_181839_kirill.9992_fix_meta_requests.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240308_193911_roman_extra_encoding.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240311_093929_klakhov_improve_sam.md

This file was deleted.

0 comments on commit 9f0439a

Please sign in to comment.