Changelog

Week of December 14, 2025

December 14, 2025

December 19, 2025 #

Added a Views in-use filter option to the field picker. This shows all fields in views that have any in-use fields, making it easier to find related fields when building queries.

December 18, 2025 #

  • Added UI support for creating and editing duration fields in workbooks. In a workbook, right-click on a timestamp field to set it as the start timestamp, then select an end timestamp and choose which intervals to generate.

  • Added a GET /api/v1/users/email-only endpoint to retrieve email-only users with their user attributes. Supports cursor-based pagination and filtering by email.

  • Added a POST /api/unstable/models/:modelId/branch/:branchName/merge endpoint to programmatically merge a branch into the shared model. Supports options for deleting the branch after merge, publishing drafts, custom commit messages, and overriding git settings.

December 17, 2025 #

Added clipboard copy functionality to dashboard tile descriptions. Click the information icon to copy the description text to your clipboard.

December 16, 2025 #

  • Added a DELETE /api/v1/documents/{identifier}/labels/{labelName} endpoint to remove a label from a document by name.

  • Rolled out the new pie chart visualization, providing improved rendering and interactivity.

  • The Dashboard export/import API now includes spreadsheet file data. Spreadsheets are exported as base64-encoded JSON and restored during import.

December 15, 2025 #

  • Added granular model role permissions for AI access. Administrators can now control AI feature access and workbook access at the model role level, providing more fine-grained permission management.

  • Added support for duration type dimensions in the semantic model. Duration fields calculate the difference between two timestamps in configurable intervals (days, weeks, months, etc.).

December 14, 2025 #

Added support for including custom Omni emojis in query tab names.