Changelog

Week of July 20, 2025

July 20, 2025

July 25, 2025 #

  • Added a panel for managing charts to dashboards in draft mode. Click Charts on the dashboard to open the panel, where you can show/hide charts.

  • Adds a new preserveEntityFolderContentRole parameter to embed. When true, Omni will not use the entityFolderContentRole to overwrite the embed user's existing content role on the entity folder.

  • KPI visualizations that use Period over Period (PoP) will no longer break when a new Compare to value is selected. For example, if Compare to is first Previous Month and then changed to Previous Year, the visualization will now correctly use Previous Year to display the correct value.

July 24, 2025 #

  • Added an API for retrieving schedule recipients and destination details. Try it out at GET /api/v1/schedules/:scheduleId/recipients.

  • Added support for Mustache references in the delivery subject and body for email and Slack deliveries. For example, {{currentYear}} will display the current year.

July 22, 2025 #

Added a model-level sample_queries parameter that allows you to define a list of sample queries that could be performed using the data in the model. This parameter is used to present example queries on the AI Assistant page and improve overall results.

July 21, 2025 #

Added an API for deleting a document draft. Deleting a draft from a branch is also supported. Give it a try at DELETE /api/v1/documents/:identifier/draft, providing a branchId with the branch's UUID in the request body if the document is on a branch.