Release Notes V1.25.9¶
| Version | 1.25.9 |
|---|---|
| Release Date | 09-15-2025 |
Changes¶
1. Policy Registration
1.1 Waterfall-Style Rule Execution Enhancement
We've updated the rule execution flow to follow a waterfall pattern. Once an application is assigned an action (e.g., Approved, Denied), it will no longer be evaluated by subsequent rules. This removes the need to manually check whether previous rules returned False.
What’s New:
- No need to check prior rule outcomes in current rule logic.
-
Clearer execution behavior:
-
For rule-based strategies, a helper message now indicates the strategy passes only if all rules pass.
- For action-based strategies, a helper message shows that an action is assigned if any rule passes.
This makes the rule flow more transparent and helps strategy authors understand how their rules will behave.
Easily Transition Strategies to the New Waterfall Execution Pattern:
-
All existing rules will continue to function as expected. Previously, to simulate a waterfall-like execution, rules were written to always check previous rules. This approach remains valid, and policy outcomes will not be affected.
-
Streamlined Update with One-Click To simplify the transition to the new waterfall-style execution, we’ve introduced a one-click update button that:
- Removes redundant checks for previous rule outcomes
- Flattens the rule structure for clarity
This makes rule logic cleaner and aligns with the new execution flow.
1.2 Easier Copy Paste Rule Across Policies
We’ve improved the rule copy-paste functionality to offer greater flexibility and ease of use.
What’s New:
- One-Click Rule Duplication: A new duplicate button is available for every rule, allowing you to instantly create a copy with a single click.
- Cross-Strategy and Cross-Policy Copying: You can now copy a rule and paste it anywhere, even into different strategies or policies, using a familiar Excel-style experience. Just copy the rule, right-click where you want it, and paste.
2. Various Usability Improvements
2.1 Easier copy of rule operand
You can now easily copy any registered object or expression across rule operands, making rule creation and editing faster and more flexible.
2.2 Quick Access to Last Worked-On Items on the Home Page
We’ve enhanced the home page to be more personalized by adding direct access to the user's most recently worked-on items. This allows users to seamlessly resume their work right where they left off upon logging back into the platform.
This update marks the beginning of a broader initiative to surface recent user activity. In the upcoming release, we’ll expand this feature to include additional recently accessed objects and simulations, making them even easier to find and continue working with.




