apps
2.2510
true
Versionshinweise zu Apps
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
2.2510.3 release notes for Apps in Automation Suite.
Release date: July 23, 2026
Neuigkeiten
Apps file storage migration
Apps project data (pages, workflows, and app content) now moves from the Apps database to Unified Build File Storage — the same storage component already used by Studio Web. This provides a consistent storage structure across all UiPath project types.
The migration is automatic during upgrade. No additional manual steps are required.
Storage impact
- Apps storage type: Changes from Objectstore to Filestore
- Storage estimate: Approximately 5 GB for existing app data; approximately 15 MB per complex app
- Scope: Applies to both OpenShift and EKS/AKS deployments
Fehlerbehebungen
- Apps published on Automation Suite 24.10 or earlier failed to load after you upgraded the platform to 25.10, with the browser console reporting a MIME type error. This is now fixed, and affected apps load without requiring you to republish them.
- The Apps Designer had a broken layout in Automation Suite 2.2510 environments.
- Previously, converting an
IResourcetoAppsFilerequired calling.toLocalResource()before you could useFileUploader.Valuedirectly in standalone VB apps; doing so instead caused a runtime error.