orchestrator
2023.4
false
2023.4.2
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator 发行说明
Last updated 2024年10月21日
2023.4.2
发布日期:2023 年 8 月 10 日
现在可以在包资源管理器中完整查看与所有
.xaml
源一起上传的 Studio 包(即在“发布选项”>“编译设置”部分中选择“包括源”选项)。该情况适用于 Windows 和跨平台项目。
-
重要提示:此修复程序仅适用于此版本。对于以前的版本,您需要将以下部分添加到 web.config 文件中:
我们修复了一个问题,如果 Orchestrator 和 Identity Server 部署为具有不同 URL 的 Azure 应用程序服务,则该问题会阻止 Swagger 身份验证。
<rewrite> <outboundRules> <rule name="CSP"> <match serverVariable="RESPONSE_Content-Security-Policy" pattern=".*" /> <action type="Rewrite" value="default-src 'self' https://<YOURIDENTITYURL>;connect-src 'self' https://<YOURIDENTITYURL>;script-src 'self' 'unsafe-inline';style-src 'self' 'unsafe-inline';img-src 'self' data:;font-src 'self'" /> </rule> </outboundRules> </rewrite>
<rewrite> <outboundRules> <rule name="CSP"> <match serverVariable="RESPONSE_Content-Security-Policy" pattern=".*" /> <action type="Rewrite" value="default-src 'self' https://<YOURIDENTITYURL>;connect-src 'self' https://<YOURIDENTITYURL>;script-src 'self' 'unsafe-inline';style-src 'self' 'unsafe-inline';img-src 'self' data:;font-src 'self'" /> </rule> </outboundRules> </rewrite>
-
当您从主机租户中删除用户,然后使用与已删除的用户名和电子邮件地址相同的用户名和电子邮件地址创建另一个用户时,您将无法再登录到任何非主机租户。发生这种情况的原因是,在删除具有相同信息的另一个用户后,缺少有关配置新用户的规则。现在,此问题已修复。
-
未采用 Identity Server
appsettings.json
文件中的minLevel
NLog 设置。默认的minLevel
为“Info”,表示应记录严重性为“Info”及更高级别的日志。但是,此时并未考虑minLevel
,并且系统也将严重性级别较低的日志(特别是“Trace”和“Debug”)写入日志。 -
一个间歇性问题正在影响机器人。在出现这些故障期间,系统将显示“无效的请求!”错误消息,并且各种资产都将失败。
-
This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
您可以从 Customer Portal 下载最新的产品版本。