Week of January 18, 2026
January 18, 2026
January 23, 2026 #
Added support for Safari 26.2's CHIPS (Cookies Having Independent Partitioned State) partitioned cookies in embedded dashboards. Safari 26.2+ users now skip the Storage Access API handshake flow, providing a smoother embed experience. Vanity domain embeds continue to use the existing Storage Access API flow.
January 22, 2026 #
Released the Sankey diagram visualization for showing flow and distribution between categories.
January 21, 2026 #
Added
dashboardIdto thestatusembed event payload, allowing embedded dashboard consumers to identify which dashboard emitted the event.Added an Inspect option to the dashboard chart menu that opens the workbook with the inspector panel pre-opened, providing quick access to SQL debugging info including query SQL, cache status, and execution details.
The Query APIs is now enabled by default. This includes endpoints for running semantic queries (
POST /api/unstable/query/run) and waiting for query results (GET /api/unstable/query/wait).
January 20, 2026 #
Added an
identifierquery parameter to the GET /api/v1/schedules endpoint for filtering schedules by dashboard identifier.Added missing POST endpoints for connections, models, and schedules to the public OpenAPI spec. Also added SCIM embed user endpoints for programmatic management of embed users. Access the spec at
https://<your-omni-instance>/api-explorerAdded the ability to choose a starting point for new Omni branches: from the shared model, another branch, or a specific model version.
Multiple models can now share a single git repository with one webhook handling all associated models. When a pull request event occurs, all linked models are processed sequentially.