document-understanding
2024.10
true
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Document Understanding 发行说明
上次更新日期 2025年10月22日
发布日期:2025 年 9 月 24 日
- 修复了在 CPU 节点而非 GPU 节点上计划部署的问题。服务将继续在 CPU 上运行,但性能会下降。
- 修复了使用某些与 S3 兼容的存储提供程序时,导致 CORS 验证作业失败的兼容性问题。Document Understanding 现在通过将校验和强制检查设为可配置且默认禁用的方式为这些环境提供支持。
Erratum - added October 22, 2025: If you enable automatic certificate rotation using the command
uipathctl config token-signing-certificates automatic-key-management
, you must then manually restart Document Understanding pods every 14 days.
This beahvior occurs because Automation Suite manages the lifecycle of signing keys when automatic certificate rotation is active. This process includes rotating keys every 90 days and announcing new keys 14 days prior to rotation. Old keys are retained for 14 days post-rotation, and after which they are deleted.
As a workaround, you can manually restart deployments using the following
commands:
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
As an alternative, disable automatic rotation until a fix is released, using the following command:
uipathctl config token-signing-certificates automatic-key-management disable
uipathctl config token-signing-certificates automatic-key-management disable