- Robot release notes
- February 2025

Robot release notes
February 2025
Build number: 2025.0.161
Starting with the Robot releases in February 2025 (Latest) and October 2025 (LTS), calls to HTTP-unsecure feeds from NuGet-supported packages are no longer allowed. When a non-HTTPS feed is used, an error is thrown, and opting out of this behavior is not possible.
Transition to secure HTTPS feeds to prevent disruptions.
UIPATH_SESSION_BEHAVIOR
system environment variable, LeaveSessionActive
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.
If 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" />
Starting with release, UiPath Robot can also run on Windows Server 2025 operating systems.
Added March 12, 2025: The minimum .NET Framework requirement has been updated from 4.6.1 to 4.7.2.