
Document Understanding Release Notes
Release date: 28 April 2025
We're constantly working to improve your UiPath Document Understanding experience. This release brings security improvements and accessibility fixes to stabilize the behavior for some of the available features presented in Document Understanding modern projects.
- In Automation Suite on Openshift environments, there is a known issue affecting Document Understanding modern projects. In some situations, classifying documents using Document Understanding modern projects will result in failure. To fix this, reimport your documents after a short period of time. Following classification attempts should then be successful.
-
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 stsAs 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