Skip to content

Databricks releases, every cloud

132 releases of 1321

Last updated

  1. Lakebase Search is generally available

    Adds scalable vector and keyword search to Lakebase projects via Postgres extensions.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  2. Lakebase snapshots API (Beta)

    Manages point-in-time snapshots of project branches, allowing create, get, list, delete, and restore operations.

  3. The counter_diff SQL window function is now available

    Calculates differences between consecutive cumulative counter values, available in Databricks Runtime 19 and above.

  4. Window measures on a numeric index column in metric views

    Supports unitless offset and ranges on consecutive integer columns, useful for non-calendar periods like fiscal weeks.

  5. Lakebase now supports PCI-DSS and HITRUST in all AWS regions

    Requires compliance security profile enabled. Previously limited to us-east-1 region.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(unknown)
  6. See which chunks support each ai_search answer (Beta)

    Added generate_citations option to show supporting chunks.

  7. Run the change, do not just read it. Hands-on labs in your own Databricks workspace, graded when you submit. Browse labs
  8. time_bucket SQL function aligns timestamps to fixed-width time buckets

    Replaces date_trunc for non-calendar units, requires origin and width parameters.

  9. Genie Code for AI Runtime (Public Preview)

    Generates distributed training code and resolves environment issues. Requires AI Runtime.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  10. LTAP Direct Writes accelerates synced table loads (Beta)

    Requires Postgres 17, enabled from Previews page. Writes directly to storage layer.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(unknown)
  11. Genie Code is now available in the Lakebase project UI

    Lets you run multi-step data and AI tasks with natural language input. Available for all Lakebase projects.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  12. Postgres minor version updates

    Updates to 16.15, 17.11, and 18.6, applied on compute restart.

  13. Lakebase Postgres APIs are now generally available

    Supports operations for projects, branches, and databases through REST API, CLI, and SDKs.

  14. REPLACE USING flows for standalone streaming tables (Beta)

    Replaces rows matching specified key columns, requires SEQUENCE BY column.

  15. Alert system tables are in Public Preview

    Contains alerts and alert_evaluation_history tables for auditing and monitoring.

  16. Lakebase now supports PCI-DSS and HITRUST

    Requires compliance security profile, limited to us-east-1 on AWS.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  17. Change data feed on materialized views (Beta)

    Requires Databricks Runtime 18 LTS or above. Enables replication to external destinations.

  18. Lakebase is enabled by default in compliance security profile workspaces

    Replaces manual Lakebase enablement in HIPAA, C5, or TISAX workspaces.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  19. Automatic cost attribution for materialized views and streaming tables in Databricks SQL

    Inherits custom tags from enclosing SQL warehouse environment for billing.

  20. Get this table by email. One Monday mail covering the week, filtered to the clouds and products you run. Weekly digest
  21. Web terminal on serverless GPU compute (AI Runtime) is in Public Preview

    Runs shell commands, monitors GPU usage, and manages files on serverless GPU compute. Requires environment version 5 or above.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(unknown)
  22. Diagnose and fix Lakebase issues with Genie, using telemetry in Unity Catalog (Beta)

    Uses Unity Catalog database telemetry and conversation with Genie for troubleshooting.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  23. Warehouse-level statement timeouts (Beta)

    Set via statement_timeout field in Create or Update warehouse APIs.

  24. Agentic code converter is in Beta

    Converts T-SQL, Snowflake, and other dialects to ANSI SQL. Requires workspace admin enablement.

  25. Lakebase now provides a service level agreement (SLA)

    Commits to monthly uptime percentage for zone-redundant and single-compute endpoints.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  26. Lakebase is now SOC 2 Type 2 compliant

    SOC 2 Type 2 compliance covers security and availability controls. Reports are available through account teams.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  27. Lakebase update notifications now post 3 days in advance

    Replaces 7-day notice, check project settings for upcoming updates.

  28. Databricks SQL alerts are now available by default for workspaces with the compliance security profile enabled

    Supports all compliance security profile standards, monitors data and KPIs via scheduled queries.

  29. Protobuf tensor input for custom model serving endpoints (Public Preview)

    Replaces JSON with serialized KServe v2 ModelInferRequest. Requires endpoints deployed after July 9, 2026.

  30. Lakebase now available in AWS Tokyo region (ap-northeast-1)

    Available in ap-northeast-1, supports Postgres database.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(not on this cloud)
  31. Lakehouse Real-Time (Beta)

    Delivers sub-second SQL read queries against Unity Catalog tables. Built for low-latency workloads.

  32. MATCH_RECOGNIZE is now in Beta

    Requires enabling Match Recognize preview in workspace settings.

  33. Custom Docker images for AI Runtime CLI workloads (Beta)

    Allows custom system library versions and complex dependencies, requires setup via Use custom Docker images.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  34. Databricks SQL version 2026.20 is now available in Preview

    Adds IP address functions, NEAREST BY join type, and QUALIFY clause, with fixes for MERGE WITH SCHEMA EVOLUTION.

  35. Metric view parameters are now in Public Preview

    binds values at query time, replacing separate views per variant.

  36. Lakebase now supports Postgres 18

    Postgres 17 remains the default, select Postgres 18 when creating a project.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  37. Lakebase Search adds vector, keyword, and hybrid search to Postgres (Beta)

    Adds vector and keyword search to Postgres with lakebase_vector and lakebase_text extensions, replacing separate search stacks.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  38. AUTO CDC flows for streaming tables in Databricks SQL are generally available

    Automatically handles out-of-order records as SCD type 1 or 2, replacing complex MERGE INTO logic.

  39. Lakebase Postgres is now in Beta

    Available in us-east4, us-central1, and europe-west3 regions.

    AWS(not on this cloud)Azure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  40. AI Runtime CLI (Beta)

    Submits and manages distributed training workloads on serverless GPU compute from a local machine.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  41. Lakehouse Replay (Beta)

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

  42. 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.

Headlines, dates and product areas are Databricks' own, from the release notes published for each cloud, and every item links to the note it came from. The one-line summaries are ours. Not a Databricks product and not affiliated with Databricks, Inc.