Skip to main content

Product updates

New releases and improvements
January 2026

Incremental Queries

Incremental Queries allow you to write SQL that processes only recent data and merges it with previous query results. This enables fresh data analysis at a fraction of the cost, making it ideal for dashboards and reports that need regular updates. The feature supports complex queries including group bys and cumulative sums. See the Incremental Queries documentation for details.

Mermaid Charts in Dashboards

You can now create Mermaid diagrams directly in dashboard text widgets. Use the mermaid code block syntax to add flowcharts, sequence diagrams, and other visualizations to your dashboards.

New Curated Table: tokens.fdv_latest

A new curated table for Fully Diluted Valuation (FDV) data across all EVM chains. The table shows ERC20 tokens with onchain transfers, their latest supply (updated on mint/burn events), and FDV calculated. This table is in open beta as we continue to work and improve it.

Data Sources Visibility

Queries now display their data sources in the sidebar. Additionally Dashboards include a new “Data” button showing all datasets used to build the dashboard.

dbt Connector Video Tutorial

A new video tutorial for the dbt Connector is now available, providing step-by-step guidance for setting up and using dbt on Dune.

Improvements

  • Dune AI — Improved Dune AI with a modern agentic approach for better query generation and assistance
  • Curated Data Explorer — Reorganized curated data section with revamped categories and a new “More curated data” section
  • Okta real-time sync (Enterprise) — Users removed from an Okta organization are now immediately logged out of Dune
  • Dashboard timestamps — Dashboards now display “updated at” timestamps instead of “created at” on profile pages
  • Simplified authentication — Removed “Sign in with Ethereum” option to streamline the login experience (wallet linking remains available after signup)
December 2025

Domain-Restricted Google SSO (Enterprise)

Team admins can now enable domain restriction via Google SSO in team settings. This forces team members to log in using their company email (e.g., @company.com), preventing non-employees from accessing the workspace. When enabled, all team members are logged out and must re-authenticate with Google SSO. See the Google SSO documentation for setup details.

Okta SSO (Enterprise)

We now support Okta SSO for Enterprise customers, a frequently requested feature for enterprise security requirements. You can enable Okta SSO via team settings under the new “Settings & Privacy” tab. We also extended this feature to support multiple domains for organizations with complex Okta tenant configurations. See the Okta SSO documentation for setup details.

Usage Table

A new Usage table is now available, containing records of metered App, API, and Connector events. Users can search, filter, and export these records for detailed usage analysis and cost tracking.

Private Content by Default (Enterprise)

Enterprise customers can now control the default privacy mode for team content with three options:
  • Public by default — Team members choose per content
  • Private by default — New content defaults to private, can be made public individually
  • Private only — All content forced private, external sharing disabled
This helps teams working with sensitive data ensure privacy is the default, making link sharing an explicit opt-in.

Improvements

  • Export CSV downloads — Improved CSV export experience for usage data
  • Folder filtering — Filter by Dashboards or Queries inside folders
  • Embed fix — Fixed an issue where embeds did not show username/avatar when the query belonged to a user
  • EVM Contract resubmission — Resubmission actions (rename, upgrade, delete) now gated to paid team plans
  • Query editor UX — Click the drag icon to expand the query editor (in addition to dragging)
November 2025

Databricks Support for Datashare (Enterprise)

Datashare now supports Databricks, expanding our data warehouse integrations beyond Snowflake and BigQuery. Stream Dune’s complete blockchain dataset directly into your Databricks environment. See the Databricks documentation and read the announcement blog post.

dbt Connector (Enterprise)

Enterprise customers can now use dbt for in-platform data transformations with incremental runs. Build production data pipelines, version control your models, and run transformations directly on Dune. See the dbt Connector documentation and read the announcement blog post.

New Chain Support

Added support for Initia, Kalshi, Story, Mezo, and Monad. Explore raw, decoded, and curated data for these new chains in the Data Catalog.

New API Landing Page

A new API landing page provides a unified view of all endpoints with quick curl/preview actions and documentation links.

New API Endpoints

New endpoints for executing arbitrary SQL, pipeline executions, usage data, and dataset metadata. See the API documentation for details.

Improvements

  • Improved usage overview — Charts and copyable API keys for better visibility
  • Increased max query result size — From 8GB to 32GB
  • Restructured API documentation — Scannable for newcomers while keeping advanced details discoverable
  • Updated SDKs — All new endpoints included
  • Deprecated /v1/tables endpoints — Moved to /v1/uploads. See the Tables API documentation for migration details