Cloud August 21, 2026 Kobiton now uses date-based release versioning. Instead of version numbers such as 4.26S or 4.19.3, releases are identified by the build date in YYYYMM.DD format. For example, 202608.21 represents a build created on August 21, 2026. Cloud release notes are typically published weekly and summarize changes since the previous publication. Version information for individual software components is available in the Component versions section. Device Management Device Management now displays the deviceConnect version for each host machine. Previously, some host machines showed N/A. Host machines that were forced offline because of version lag come back online automatically. API v2: Terminate reservation by device UDIDs DELETE /v2/reservations/terminate now accepts an optional set of device UDIDs alongside reservation_ids. Callers can end a reservation for specific devices without terminating the whole reservation set. UDIDs with no active reservation are reported in the response’s failed list. Requests that pass only reservation_ids are unchanged. Authorization is unchanged. Only reservations the caller has permission to terminate are affected. Kobiton CLI Fixed CLI-driven public-device sessions not counting session minutes toward usage when the session hit its timeout and was terminated. Usage now records these minutes. Fixed the CLI writing the pre-signed S3 upload URL and the session JWT to client-visible output. These credentials are no longer logged. New: create a user from the Kobiton CLI with kobiton org user create (wraps POST /v2/organizations/members). Required: --email, --username. Choose one of --password or --enable-sso (mutually exclusive). Optional: --first-name, --last-name. To keep the password out of shell history, supply it via the KOBITON_NEW_USER_PASSWORD environment variable. The caller’s role must have org_management.modify permission. Device availability Fixed public and shared devices staying unavailable (MH-400 … is being used for CLI testing) after a CLI session ended abnormally (for example, a session timeout or a dropped connection). Devices now return to the available pool automatically, including any device still held past its expected session duration. Apps and app storage Fixed GET /v2/apps/{appId} omitting latest_version when the request sets includeAllAppVersions=true. The response now returns latest_version alongside versions, with the same value the endpoint returns when includeAllAppVersions is omitted or set to false. latest_version skips versions that are still importing or parsing. An app with no other versions returns no latest_version. Device passcode Fixed some iOS devices failing to start sessions with a passcode-related initialization error. Affected devices now start sessions as expected. Image Injection (Android) Fixed Android Image Injection failing with Please Ensure Your Application Integrates Kobiton SDK after the instrumented install reported success. Injection now proceeds after successful instrumented installs. Appium automation Fixed XIUM not dismissing the iOS notification permission alert after Accept Alert. XIUM now dismisses the alert as expected. Component versions This release includes the following component versions: Portal 2608.20 deviceConnect 2608.20 Kobiton CLI 2608.19