Skip to content

Databricks releases, every cloud

300 releases of 1340

Last updated

  1. 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)
  2. 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)
  3. Fixed LOD expression syntax update for metric views

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

  4. Lakebase now supports compute sizes up to 64 CU (128 GB)

    Replaces 32 CU (64 GB RAM) limit, enables dynamic scaling for larger workloads.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  5. Agent Bricks Supervisor Agent now supports nesting supervisor agents as subagent tools

    Enables nested multi-agent orchestration by adding Supervisor Agents as subagent tools.

  6. Google Gemini 3.5 Flash now available as a Databricks-hosted model

    Accessible via Foundation Model APIs, requires compliance with applicable terms.

    AWS, read it on their docsAzure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  7. Run the change, do not just read it. Hands-on labs in your own Databricks workspace, graded when you submit. Browse labs
  8. Agent Bricks Supervisor Agent now supports Unity Catalog tables as subagent tools

    Adds Unity Catalog tables as subagent tools, usable in coordinated multi-agent systems.

  9. Agent Bricks Supervisor Agent now supports vector search indexes as subagent tools

    Adds support for vector search indexes as subagent tools, usable in coordinated multi-agent systems.

  10. Recover a deleted Lakebase project within 7 days

    Restores all branches, databases, and settings. Requires action within 7 days.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  11. Share Genie Code chat threads

    Recipients get read-only access, can be users, groups, or service principals.

  12. Databricks SQL alerts are now generally available

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

  13. ai_parse_document is now available by default for workspaces with the compliance security profile enabled

    Requires compliance security profile and specific controls like HIPAA and PCI-DSS. Parses structured content from unstructured documents.

  14. New Lakebase instances now scale to zero by default

    New instances scale to zero after 24 hours of inactivity, reducing compute costs. Existing projects are unaffected.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  15. Version 18.2

    Adds CREATE OR REPLACE TEMP TABLE syntax and upgrades Snowflake JDBC driver to 3.28.0.

  16. Lakebase Change Data Feed (CDF) is now in Public Preview

    Captures row-level changes from Postgres tables as Delta tables, requiring no external CDC stack.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  17. Faster package installs with %uv pip in serverless notebooks

    Requires environment version 5 or above. Replaces %pip for faster installs.

  18. Alibaba Cloud Qwen3.5 122B A10B now available as a Databricks-hosted model in Public Preview

    Accessible via Foundation Model APIs, available in Public Preview.

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

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

  20. Get this table by email. One Monday mail covering the week, filtered to the clouds and products you run. Weekly digest
  21. Upcoming change: Upgrade to Lakebase Autoscaling Coming soon

    Upgrades start in June 2026, replacing Provisioned instances with autoscaling, requiring updated connection strings for some Private Link setups.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  22. Agent Bricks Supervisor Agent now supports custom MCP servers and custom agents on Databricks Apps

    Adds support for custom MCP servers and custom agents hosted in Databricks Apps as subagents.

  23. agg SQL function as a synonym for measure

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

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

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

  25. Manage Supervisor Agent programmatically with the Databricks SDK (Beta)

    Creates and manages Supervisor Agent and tools via Python SDK. Requires Databricks SDK for Python.

  26. OpenAI GPT-5.5 and GPT-5.5 Pro now available as Databricks-hosted models

    Access via Foundation Model APIs on a pay-per-token basis, requiring compliance with applicable terms.

    AWS, read it on their docsAzure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  27. Workspace base environments are now generally available

    Lets workspace admins create pre-built environments for serverless notebooks, enabled by default in compliance security profile workspaces.

  28. Databricks SQL version 2026.10 is rolling out in Current

    Replaces version 2026.09, requires no configuration changes.

  29. CPU_MEDIUM and CPU_LARGE workload types for Model Serving (Beta)

    Trade concurrency for more memory per worker on same CPU hardware, for models needing more memory than standard CPU workload.

  30. Lakebase OpenTelemetry export (Beta)

    Exports Lakebase metrics and logs to OTLP-compatible backends like Grafana Cloud or Datadog. Configured from the Lakebase App.

    AWS, read it on their docsAzure(not on this cloud)GCP(not on this cloud)SAP(not on this cloud)
  31. Supervisor API for building agents (Beta)

    Replaces multiple API calls with a single call to build agents.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  32. Version 18.1

    Supports DATETIMEOFFSET for Azure Synapse and adds schema evolution with INSERT statements.

  33. ai_parse_document is now generally available

    Parses structured content from unstructured documents, limited to 500 pages and 100 MB.

  34. Anthropic Claude Opus 4.7 now available as a Databricks-hosted model

    Accessible via Foundation Model APIs, supports pay-per-token queries.

  35. AI Gateway now governs MCP servers (Beta)

    Enforces access control and monitors usage across MCP interactions, replacing prior governance methods.

  36. Lakebase: Customer-managed keys

    Uses a cloud KMS customer-managed key for encryption.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  37. Upcoming breaking change: default behavior when deleting a Unity Catalog pipeline Coming soon

    Deletes now retain associated tables by default, set cascade=true to remove them.

  38. ai_prep_search (Beta)

    Transforms ai_parse_document output into search-ready chunks for vector search and RAG pipelines.

  39. Agent Bricks Knowledge Assistant and Supervisor Agent are now available in additional regions

    Available in ap-south-1 region, requires cross-geo processing.

    AWS, read it on their docsAzure, read it on their docsGCP(not on this cloud)SAP(not on this cloud)
  40. Agent Bricks Knowledge Assistant and Supervisor Agent are now available on GCP

    Available in 6 GCP regions, requiring cross-geo processing in europe-west3 and asia-southeast1.

    AWS(not on this cloud)Azure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  41. Databricks Documentation site table of contents tabs

    Replaces static sidebar with tabbed navigation, includes 6 context tabs.

    AWS, read it on their docsAzure(not on this cloud)GCP, read it on their docsSAP(not on this cloud)
  42. New SQL editor default enablement and legacy SQL editor retirement Coming soon

    New SQL editor becomes default in May, legacy editor retires in July.

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.