Added
-
A new feature allowing users to invite others to the organization via email. (#6901)
-
[SDK] In the SDK, a parameter has been introduced to
TaskDataset
which enables the option to disable annotation loading (#7019) -
A test has been incorporated for retrieving bucket content in cases where the bucket includes manually created directories. (#7018)
Changed
-
The maximum length of the secret access key has been increased to 64 characters. (#6701)
-
The client will no longer load all organizations upon start (#7004)
-
The default value for Zookeeper from the Clickhouse subchart has been set to disabled. (#7003)
Removed
- The endpoints
/api/projects
,/api/tasks
, and/api/jobs
will no longer return information regarding the count of labels. This information was complicating SQL queries, making them hard to optimize. Instead, use/api/labels?task_id=tid
or/api/labels?project_id=pid
. (#6918)
Fixed
-
Issues causing potential double-sized file writes during task data uploading have been addressed. (#6952)
-
Issues encountered when retrieving CS content from GCS buckets containing manually created directories have been resolved. (#7006)
-
[SDK] In the SDK,
cvat_sdk.auto_annotation.annotate_task
has been optimized to avoid unnecessary fetching of existing annotations. (#7019) -
The project/task/job update time is now correctly modified upon label updates. (#6958)