orchestrator
2023.10
false
  • 发行说明
    • 2023.10
    • 2023.10.1
    • 2023.10.3
    • 2023.10.4
    • 2023.10.5
    • 2023.10.6
    • 2023.10.7
    • 2023.10.8
    • 2023.10.9
    • 2023.10.11
    • 2023.10.12
    • 2023.10.13
    • 2023.10.14
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Orchestrator 发行说明

上次更新日期 2025年9月9日

2023.10.3

发布日期:2024 年 2 月 15 日

错误修复

安全漏洞修复

2024 年 3 月 11 日添加

我们发现导出队列的权限存在问题。有权访问文件夹中的一个或多个队列且经过身份验证的用户也许能够从其租户的所有队列中导出数据,而不仅仅是他们有权操作的队列。此问题不会导致允许访问其他租户或其他组织。

为解决此问题,我们强烈建议您为已安装的版本应用最新的累积更新。

有关详细信息,请参阅安全公告

一般修复

  • This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).

已知问题

在电子邮件设置中保存自定义配置时出现问题

勘误 - 于 2024 年 7 月 3 日添加:在配置电子邮件设置时,由于表单验证存在问题,您无法保存任何自定义配置。尽管您已正确填写所有必填字段,但“保存”按钮错误地显示为灰色。作为解决方法,您可以向 /identity_/api/setting 端点发出 PUT 请求。
使用适当的访问令牌,并确保请求正文中包含必要的详细信息。 还要确保将 Email.Smtp.UseDefaultCredentials 设置为 True,如以下示例所示:
{
    "Settings": [
        {
            "Key": "Email.Smtp.Host",
            "Value": "SendGrid"
        },
        {
            "Key": "Email.Smtp.Port",
            "Value": "587"
        },
        {
            "Key": "Email.Smtp.UserName",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Domain",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.FromEmail",
            "Value": "no-reply@uipath.com"
        },
        {
            "Key": "Email.Smtp.FromDisplayName",
            "Value": "UiPath Platform"
        },
        {
            "Key": "Email.Smtp.EnableSsl",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.UseDefaultCredentials",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.Password",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.ConnectionTimeout",
            "Value": "180000"
        }
    ],
    "PartitionGlobalId": ""
}{
    "Settings": [
        {
            "Key": "Email.Smtp.Host",
            "Value": "SendGrid"
        },
        {
            "Key": "Email.Smtp.Port",
            "Value": "587"
        },
        {
            "Key": "Email.Smtp.UserName",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Domain",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.FromEmail",
            "Value": "no-reply@uipath.com"
        },
        {
            "Key": "Email.Smtp.FromDisplayName",
            "Value": "UiPath Platform"
        },
        {
            "Key": "Email.Smtp.EnableSsl",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.UseDefaultCredentials",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.Password",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.ConnectionTimeout",
            "Value": "180000"
        }
    ],
    "PartitionGlobalId": ""
}

弃用时间表

我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。

下载位置

您可以从 Customer Portal 下载最新的产品版本。

  • 错误修复
  • 安全漏洞修复
  • 一般修复
  • 已知问题
  • 在电子邮件设置中保存自定义配置时出现问题
  • 弃用时间表
  • 下载位置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。