Release notes

14.9.0

Released 2 August 2025

Released: 2025-08-02

In this release, we introduced automation prioritization, enhanced triggering logic, a new batch view for better tracking, improved scheduling reliability, and stricter execution limits—all designed to streamline automation behavior and ensure consistent governance enforcement. We fixed an issue where scheduled automations were ignoring the start date. Additionally, we implemented several backend improvements to enhance overall system stability and performance.

Features

  • We introduced Automation Priority, where an automation can be given a High, Normal, or Low priority.

    • Setting all Automations to High will not speed up run times.
  • We introduced an option to Summarize Policies by a related object. This means automations can use the summarized values.

  • We introduced the Automation Batch Page, which groups automations that were triggered by the same scan job/schedule or manual trigger.

    • This page serves as an intermediate navigation step between the Automation Overview Page and individual automation details/runs,
  • We introduced a maximum threshold of 100 objects that can be triggered by a Built-in action.

  • We improved the triggering time of “Manually” triggered automations, processing them immediately.

  • We improved “On Policy Violation” automations to trigger each time an object violates the policy.

    • This means an automation will trigger when an object violates the trigger policy, until it’s resolved and no longer violates the policy. If afterwards it violates the policy again, an automation will trigger rather than being skipped.
  • We improved the grouping logic to avoid scheduling the automation execution before the previously scheduled is done.

  • We improved scheduled automations so that they run when scheduled and are no longer dependent on scans on the same day. Automations will trigger even when the entity has not been updated.

Bug Fixes

  • We fixed an issue where scheduled automations were ignoring the “Starting From” date.