Skip to content

Commit

Permalink
Merge pull request #7468 from opencv/dev-release-2.10.3
Browse files Browse the repository at this point in the history
Update develop after v2.10.3
  • Loading branch information
bsekachev authored Feb 9, 2024
2 parents b4eed78 + eb2dfa8 commit 8bf8fe5
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 35 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.10.3'></a>
## \[2.10.3\] - 2024-02-09

### Changed

- The "message" field of the payload of send:exception events
no longer includes a trailing linebreak
(<https://github.com/opencv/cvat/pull/7407>)

- Annotation guide is opened automatically if not seen yet when the job is "new annotation"
(<https://github.com/opencv/cvat/pull/7410>)
- Annotation guide will be opened automatically if this is specified in a link `/tasks/<id>/jobs/<id>?openGuide`
(<https://github.com/opencv/cvat/pull/7410>)

- Reduced number of server requests, made by clients
(<https://github.com/opencv/cvat/pull/7446>)

- Server exception rest_framework.exceptions.NotAuthenticated is not logged by analytics anymore
(<https://github.com/opencv/cvat/pull/7457>)

### Fixed

- Prevented zombie processes from accumulating in the Kvrocks container
(<https://github.com/opencv/cvat/pull/7412>)

- Fix Redis exceptions crashing the `/api/server/health/` endpoint
(<https://github.com/opencv/cvat/pull/7417>)

- Unhandled exception "Cannot read properties of null (reading 'plot')"
(<https://github.com/opencv/cvat/pull/7422>)

- Unhandled exception "Cannot read properties of undefined (reading 'toLowerCase')"
(<https://github.com/opencv/cvat/pull/7421>)

<a id='changelog-2.10.2'></a>
## \[2.10.2\] - 2024-01-26

Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20240129_190242_roman_HEAD.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240130_135306_boris_open_guide_automatically.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240130_184639_roman.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240131_202605_roman_bump_health_check.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240201_123339_boris_fixed_exception_1.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240201_123603_boris_fixed_exception.md

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8bf8fe5

Please sign in to comment.