Skip to content

Databricks releases, every cloud

239 releases of 1321

Last updated

  1. Lakehouse Replay (Beta)

    Automatically replays serverless workloads against upcoming runtime releases. Requires no setup.

  2. Identity federation enabled by default for all new workspaces

    Does not affect existing workspaces.

  3. Reorganized Spark Declarative Pipelines on Lakeflow documentation

    Conceptual topics are now under Concepts.

  4. Databricks Runtime 18: June 8, 2026

    Adds NEAREST BY SQL join type and DESCRIBE TABLE PARTITION for v2 catalog tables.

  5. Inbound Private Link for performance-intensive services is now generally available

    Supports Lakebase Autoscaling and Zerobus Ingest.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP, read it on their docs
  6. Upcoming behavior change: Choose entitlements when adding principals to workspaces Coming soon

    Grants entitlements explicitly when adding principals, replacing inheritance from users system group.

  7. Run the change, do not just read it. Hands-on labs in your own Databricks workspace, graded when you submit. Browse labs
  8. AWS Graviton instances are now supported with the compliance security profile

    Supports all compliance standards in AWS commercial regions and GovCloud.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(not on this cloud)
  9. UNIQUE constraint support is now in Public Preview

    Enables join elimination and DISTINCT simplification on Photon-enabled compute. Applies to Unity Catalog Delta Lake tables.

  10. Databricks Runtime 18: June 4, 2026

    NATURAL JOIN now matches columns case-insensitively by default. Set spark.sql.legacy.naturalJoinCaseSensitiveColumnMatching to true to restore previous behavior.

  11. Intra-VNet NSG rule hardening for Azure Databricks is now in Public Preview

    Restricts workspace traffic to host and worker subnet CIDRs. Applies to classic compute plane workspaces.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  12. Compliance security profile required for HIPAA, HITRUST, and IRAP Coming soon

    Required starting September 1, 2026, for HIPAA, HITRUST, and IRAP data.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  13. Databricks Runtime 18: May 29, 2026

    Treats NaN values as duplicates, preserves Unity Catalog foreign table permissions during metadata refresh.

  14. Refresh policies and EXPLAIN CREATE MATERIALIZED VIEW for materialized views are now generally available

    Requires Databricks Runtime 17.3 and above. Available in Databricks SQL.

  15. Automatic identity management with Microsoft Entra ID is now GA

    Replaces SCIM provisioning, syncs users and groups from Microsoft Entra ID.

  16. Databricks Runtime maintenance updates (05/26)

    Includes bug fixes, security patches, and performance improvements for versions 13.3 to 18.2.

  17. Databricks SQL version 2026.15 is now available in Preview

    XPath no longer fetches external DTDs, fixing failures from malformed URLs.

  18. Databricks Runtime 18 and Databricks Runtime 18 for Machine Learning are in Beta

    Powered by Apache Spark 4.1.0, replacing separate release notes for feature versions.

  19. Postgres password authentication is now disabled by default for new Lakebase projects

    Existing projects are unaffected, enable in project settings to allow.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  20. Get this table by email. One Monday mail covering the week, filtered to the clouds and products you run. Weekly digest
  21. Configure Microsoft Entra ID SSO for Power BI (Public Preview)

    Uses account-level federation policy, replacing manual config.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(not on this cloud)
  22. Customer-managed keys for Lakebase available in all AWS and Azure regions

    Encrypts project data at rest using a custom cloud KMS key. Available for new projects.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  23. Fixed LOD expression syntax update for metric views

    Uses SQL window functions, replacing two-step pre-computation approach.

  24. Azure Databricks Add-in for Excel support for all compliance security profile standards

    Supports all Azure Databricks compliance security profiles.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  25. Customer-managed keys now support MLflow managed evaluation features

    Supports MLflow 3 scorers and requires non-CMK encrypted catalog.

  26. Databricks Add-in for Excel support for all compliance security profile standards

    Supports all Databricks compliance security profiles. Requires Public Preview.

    AWS, read it on their docsAzure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  27. Databricks Runtime 18: May 18, 2026

    Preserves table comments by default, auto-casts compatible column types in DataFrame writes.

  28. Databricks SQL alerts are now generally available

    Monitors data and KPIs by running scheduled queries, notifying recipients when conditions are met.

  29. Databricks Runtime maintenance updates (05/13)

    Includes bug fixes, security patches, and performance improvements for versions 13.3 to 18.2.

  30. HIPAA support for the Azure Databricks Add-in for Excel

    Available for workspaces with HIPAA compliance across all supported regions. Requires a workspace with HIPAA compliance enabled.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  31. HIPAA support for the Databricks Add-in for Excel

    Available for workspaces with HIPAA compliance across all supported regions.

    AWS, read it on their docsAzure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  32. Graviton instance types are available for the compliance security profile

    Graviton instances improve price-performance for many workloads on AWS Commercial workspaces with FedRAMP Moderate, IRAP, or CCCS Medium compliance standards.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(not on this cloud)
  33. Block identities from your Azure Databricks account with the account access denylist

    Prevents access when automatic identity management is enabled, blocking specific users, groups, or service principals.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  34. Automatic identity management

    Syncs users and groups from identity providers like Microsoft Entra ID and Okta.

  35. Databricks Runtime 18: May 4, 2026

    Clusters using XPath no longer load external DTDs, and NULL structs are stored as NULL.

  36. Databricks Runtime 18.2 is now GA

    Replaces 7.3 and 7.3 ML.

  37. Azure UK South now has a dedicated regional control plane

    New workspaces require firewall allowlist entries for SCC relay tunnel and other IPs. Existing workspaces use UK West control plane unless migrated.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP, read it on their docs
  38. Native data profiling for results tables in the SQL editor

    Select column headers and click Open selection details to view statistics.

  39. agg SQL function as a synonym for measure

    Replaces measure, used as agg(measure_column) in metric views.

  40. Configure private endpoints for serverless compute in Azure China

    Requires China North 3 region and network connectivity configuration.

    AWS(not on this cloud)Azure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  41. Databricks Runtime maintenance updates (04/29)

    Includes bug fixes, security patches, and performance improvements for LTS versions 13.3 to 16.4.

  42. 5X-Large SQL warehouse size (Public Preview)

    Provides 512 workers, available in all regions, controlled from Previews page.

Headlines, dates and product areas are Databricks' own, and every item links to the note it came from. The one-line summaries are ours.

We measure how the site is used. PostHog and Google Analytics, set to measurement only with advertising features off. We do not sell your data or share it for advertising, and you can turn this off. What this stores.