
Robot release notes
2024.10.9
linkRelease date: February 5, 2025
Support for Windows Server 2025
linkStarting with version 2024.10.9, UiPath Robot can also run on Windows Server 2025 operating systems.
New options for user sessions
linkLeaveSessionActive
and LeaveSessionDisconnected
,
allow you to control what happens to the user session after a job completes.
-
UIPATH_SESSION_BEHAVIOR=LeaveSessionActive
—Prevents restoration of the initial session state. -
UIPATH_SESSION_BEHAVIOR=LeaveSessionDisconnected
—Always disconnects the session on restore.
New UiPath repository certificate SHA-256 fingerprint
linkIf you are using package signature verification, a new UiPath repository certificate SHA-256 fingerprint must be added to your NuGet configuration. Ensure it is added under both trusted authors and trusted repositories, as shown in our documentation.
<certificate fingerprint="A96ADDC7455443CF702A887BC153CF7844038E2E88081D676C57DDD90EC90245" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="A96ADDC7455443CF702A887BC153CF7844038E2E88081D676C57DDD90EC90245" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
CrowdStrike integration updates
linkAn update made by CrowdStrike broke the compatibility with all existing versions of UiPath Robot.
To prevent EDR protection failures, update your Robot version to the latest Enterprise patch (starting with 2024.10.9), and make sure you're using the latest version of CrowdStrike.
Bug fixes
linkPiP child session creation would fail, with robot logs indicating a negative width value. This occurred during the initial window generation phase, as dimensions were incorrectly calculated, preventing the PiP window from displaying.