robot
2025.10
false
- Release notes
- Support for EntraID users with multifactor authentication (MFA)
- Configurable executor startup delay
- Enhanced Robot Logging Configuration
- Support for large input and output arguments
- Support for file arguments for jobs
- Support for UPN domains
- Migrating proxy settings
- Retention period for workflow logs
- Job ID in execution logs
- Smartcard support for headless-with-user mode
- Improved log details
- HTTPS for all NuGet feeds
- New options for user sessions
- New UiPath repository certificate SHA-256 fingerprint
- Support for Windows Server 2025
- .NET Framework requirement update
- Bug fixes

Robot release notes
Last updated Nov 11, 2025
Robot now supports dual logging with separate log levels for local files and Orchestrator. Use the
UIPATH_FILE_LOG_LEVEL environment variable to set a different minimum log level for local file logging while maintaining a separate level for logs
sent to Orchestrator.
This allows you to store detailed logs, such as INFO+ levels, locally on the machine while sending only higher-priority logs,
such as WARN+ levels, to Orchestrator. Doing so reduces database growth while preserving comprehensive local diagnostic information.
Valid values include:
Verbose, Trace, Information, Warning, Error, Critical and Off.