The 2025.6 release introduces one new feature and one fix.
FEATURE: Preserving RuleException in Nested Validation Flows
Validation flows now preserve original RuleException
messages even when nested inside functions like AS:LookupValue
. This enhancement ensures that detailed and user-friendly validation messages are correctly surfaced to the frontend, improving debugging and user feedback.
FIX: Some fields were auto completed by Chrome
Fixed an issue where Chrome was mistakenly auto-filling certain form fields in the application. Now autocomplete for these inputs is disabled.