orchestrator
2020.10
false
2020.10.10
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

OUT OF SUPPORT
Orchestrator Release Notes
上次更新日期 2023年12月12日
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.Expire
setting is no longer available in Orchestrator's configuration file. Changes are now possible only by adjusting theAccessTokenLifetime
property of theOrchestrator.Ropc
client in the Identity Server’sClients
database.See our troubleshooting section for a configuration example.
- Making a GET request to the
/odata/Robots
endpoint always returns null for theExecutionSettings
parameter. 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.Config
file 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.