Skip to content

Commit 6ab646f

Browse files
committed
Prepare release v2.43.0
1 parent d601b95 commit 6ab646f

14 files changed

+42
-38
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<!-- scriv-insert-here -->
1818

19+
<a id='changelog-2.43.0'></a>
20+
## \[2.43.0\] - 2025-08-07
21+
22+
### Added
23+
24+
- Django command to remove user with all resources `python manage.py deleteuser <user_id>`
25+
(<https://github.com/cvat-ai/cvat/pull/9686>)
26+
27+
### Changed
28+
29+
- Better validation of fields specified in raw labels editor
30+
(<https://github.com/cvat-ai/cvat/pull/9677>)
31+
32+
- Optimized preview requests for Projects, Tasks, Jobs, etc. — now sent sequentially to reduce load on the server
33+
(<https://github.com/cvat-ai/cvat_enterprise/pull/9692>)
34+
35+
### Fixed
36+
37+
- Issue dialogs appear outside the visible area when the issue is located near the right or bottom edges of the frame
38+
(<https://github.com/cvat-ai/cvat/pull/9642>)
39+
40+
- Job meta could include `deleted_frames` outside the job
41+
(<https://github.com/cvat-ai/cvat/pull/9690>)
42+
1943
<a id='changelog-2.42.0'></a>
2044
## \[2.42.0\] - 2025-07-29
2145

changelog.d/20250716_102252_klakhov_improve_issue_positioning.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250725_105449_sekachev.bs_enhanced_labels_validation.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250730_113447_sekachev.bs_user_deletion.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250731_200356_mzhiltso_fix_deleted_frames_in_jobs.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250801_112748_klakhov.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cvat-cli/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cvat-sdk==2.42.1
1+
cvat-sdk==2.43.0
22

33
attrs>=24.2.0
44
Pillow>=10.3.0

cvat-cli/src/cvat_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.42.1"
1+
VERSION = "2.43.0"

cvat-sdk/gen/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88

99
GENERATOR_VERSION="v6.0.1"
1010

11-
VERSION="2.42.1"
11+
VERSION="2.43.0"
1212
LIB_NAME="cvat_sdk"
1313
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
1414
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"

cvat-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cvat-ui",
3-
"version": "2.42.1",
3+
"version": "2.43.0",
44
"description": "CVAT single-page application",
55
"main": "src/index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)