Databricks releases
Databricks blog and Terraform provider releases. New features, breaking changes, security advisories and deprecations - each summarised in plain English and updated continuously.
Tracking 63 Databricks releases · Updated
- Terraform Databricks Provider Releases terraformaiinfragcpdatabricksengineer ·
Databricks Terraform Provider v1.118.0: New AI Search resources, bug fixes
Databricks Terraform provider version 1.118.0 introduces new resources for AI Search endpoints and indexes, enhancing AI capabilities. This release also addresses several bugs, including issues with instance pools, entitlements, and workspace configurations on GCP, improving stability and reliability for users managing Databricks resources via Terraform. The update also includes documentation improvements for job tasks and rewrites exporter logging.
patch - Databricks Python SDK Releases sdkaidatabricksengineer ·
Databricks SDK for Python v0.116.0: New APIs and Breaking Changes
Databricks SDK for Python v0.116.0 introduces new packages for AI Search and Bundle Deployments, along with numerous field additions across services like Catalog, ML, and Vector Search. This release also includes breaking changes with the removal of the `databricks.sdk.service.bundle` package and the associated workspace-level service. These updates primarily affect developers using the Python SDK to interact with Databricks services, offering expanded capabilities while requiring adjustments for bundled application deployments.
breaking patch - Databricks Java SDK Releases sdkaidatabricksdeprecationengineer ·
Databricks SDK Java v0.117.0: Enhanced AI agent detection and pagination
Databricks SDK Java version 0.117.0 enhances AI agent detection by recognizing the AI_AGENT environment variable, improving user agent reporting for recognized AI tools. It also introduces explicit factory methods for pagination strategies, deprecating the direct constructor. Bug fixes address issues with paginators silently dropping results on empty pages. These updates benefit developers using the SDK for interacting with Databricks AI features and data listing operations.
patch - Databricks Python SDK Releases sdkaidatabricksengineer ·
Databricks SDK Python v0.115.0: Improved AI Agent Detection
The Databricks SDK for Python version 0.115.0 now respects the Vercel AI_AGENT environment variable for User-Agent detection. This change ensures that custom AI agent identifiers are passed through more accurately, allowing for better visibility into agent usage. The update benefits users employing custom AI agents with specific versioning.
feature