Added
-
[CLI] New
--profile NAMEoption selects a saved server/credential profile. Replaces--server-host/--server-port/--auth(#10845) -
[CLI] New
cvat-cli config default-servercommand prints, sets, or clears the default server URL. (#10845) -
[SDK, CLI] Added an interface and agent support for interaction auto-annotation functions (#10874)
Changed
-
CVAT will now refuse to start if
keys/secret_key.pycontains arbitrary code (#10670) -
[CLI]
--authno longer defaults to the OS user; absent auth/profile/token, it uses profile credentials or prompts.--server-hostfalls back to profile/default server/http://localhost(#10845) -
Change skeleton control points display to be visually distinguishable from the annotation points (#10879)
Fixed
-
[SDK, CLI] Changed the default server URL from
http://localhost:8080tohttp://localhost, fixed server URL construction when--server-portis used with the default server, and report a clear error if a server URL already contains a port (#10895) -
[Server API] Prevented
/api/requestsfrom failing while cleaning up abandoned jobs (#10904) -
Reduced misleading event log entries for webhook delivery failures by recording an exception only after all retries are exhausted, and shortened the connection timeout for unreachable webhook consumers (#10921)