orchestrator
2020.10
false

OUT OF SUPPORT
Orchestrator Release Notes
Last updated Dec 12, 2023
Release date: 4 August 2021
-
Added 10 August 2021 You can no longer update the bearer token expiration time via
UiPath.Orchestrator.dll.config. As a result, theAuth.Bearer.Basic.Expiresetting is no longer available in Orchestrator's configuration file. Changes are now possible only by adjusting theAccessTokenLifetimeproperty of theOrchestrator.Ropcclient in the Identity Server’sClientsdatabase.See our troubleshooting section for a configuration example.
- Making a GET request to the
/odata/Robotsendpoint always returns null for theExecutionSettingsparameter. Use the/odata/Robots(Id)endpoint as a workaround to retrieve execution settings for a particular robot.
- You can now use Dynatrace OneAgent for Application Performance Monitoring (APM) without the risk of Webhooks startup issues.
- Trying to upgrade Orchestrator from v2018.4 to v2020.10 without defining the
<httpErrors>element in theWeb.Configfile would cause issues. This would result in a failed upgrade and the duplication of each<httpErrors>entry. We have fixed the issue in the meantime, and now upgrades run smoothly without any workaround. - For credential store plugins with references, Orchestrator did not load the reference files unless you used a class from the referenced assembly to implement ISecureStore. Orchestrator can now load assemblies from the Plugins folder at any time.