ReleaseBytes
Log in Sign up

Databricks

Databricks blog and Terraform provider releases.

  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.140.0: Account discovery, workspace ID header change, API updates

    Databricks SDK Go v0.140.0 introduces an option for account-level discovery, streamlining the user login flow. It also switches workspace API calls to use `X-Databricks-Workspace-Id` for improved addressing. Several new fields and methods have been added across job, pipeline, and token management services, affecting developers building integrations and managing Databricks resources programmatically.

    feature patch
  • Terraform Databricks Provider Releases terraforminfragcpdatabrickspreviewengineer ·

    Databricks Terraform Provider v1.116.0: Git credential, Agent Bricks, and Metastore updates

    Databricks Terraform Provider v1.116.0 adds the `principal_id` argument to manage Git credentials for service principals and supports permissions for Agent Bricks resources. It also includes bug fixes for metastore updates, UC object destruction, and library handling, alongside improvements to vector search index timeouts and child group collection.

    feature patch
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.137.0: AI agent header, SCIM optimization, new API fields

    Databricks SDK Go v0.137.0 enhances AI agent detection in User-Agent headers and optimizes SCIM requests by excluding entitlements, preventing performance issues on large workspaces. The release also introduces new fields and methods across various services including Lakeview dashboards, apps, materialized features, and PostgreSQL sync.

    feature patch
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.136.0: New features and breaking changes

    Databricks SDK Go v0.136.0 introduces new methods for branch management and updates to IAM and job requests. Several breaking changes affect bundle operations, versioning, marketplace listings, and cluster event pagination. These updates require developers using the SDK to review and potentially adjust their code to maintain compatibility.

    feature breaking
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK for Go v0.135.0 adds bundle support

    The Databricks SDK for Go v0.135.0 introduces new functionality with the addition of the bundle package and a workspace-level bundle service. It also enhances authentication capabilities for ML services by adding an MtlsConfig field. These changes provide developers with new tools for managing Databricks resources.

    feature
  • Terraform Databricks Provider Releases terraforminfradatabricksdeprecationengineer ·

    Databricks Terraform Provider v1.115.0 fixes state decoding and account-level data source issues

    Databricks Terraform Provider v1.115.0 resolves several bugs affecting state decoding and account-level operations for various data sources and resources, including `databricks_library` and `databricks_service_principal`. These fixes enhance stability and correct regressions introduced in previous versions, benefiting users managing Databricks resources via Terraform, particularly at the account level.

    patch
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.132.0 Release Notes

    Databricks SDK Go version 0.132.0 introduces several new features and API changes, including enhanced connector options for pipelines, new enum values for connection types, and updates to supervisor agent and vector search endpoint configurations. These changes allow for more flexible integration and management of Databricks resources.

    feature breaking
  • Terraform Databricks Provider Releases terraforminfradatabricksengineer ·

    Databricks Terraform Provider v1.114.2: Adopt Existing Postgres Resources

    Databricks Terraform provider v1.114.2 introduces the ability to adopt pre-existing PostgreSQL branch and endpoint resources using `replace_existing = true`. This simplifies migration by allowing Terraform to manage existing resources. Additionally, internal changes address potential drift issues with external locations by marking a field as computed with diff suppression.

    patch
  • Terraform Databricks Provider Releases terraforminfradatabricks ·

    Databricks Terraform Provider v1.114.1 rolls back to v1.113.0

    Release v1.114.1 of the Databricks Terraform provider has been rolled back to version v1.113.0 due to issues. This patch update primarily addresses stability concerns.

    patch
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.131.0: New PostgreSQL, Disaster Recovery, and Knowledge Assistants APIs

    Databricks SDK Go v0.131.0 introduces several new features and API changes. Notably, it adds support for PostgreSQL project undeletion and new Knowledge Assistants APIs, alongside a new disaster recovery package. This release includes breaking changes to the supervisor agents' connection field, requiring users to review and update their configurations.

    breaking feature patch
  • Databricks Go SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK Go v0.130.0: Unified Host Support and API Enhancements

    Databricks SDK Go v0.130.0 introduces unified host support, allowing single configuration profiles for account and workspace operations. It also removes the experimental unified host field, defaulting to automatic detection. Several new workspace-level API services and fields have been added, alongside bug fixes for CLI token fallback. This update is primarily for engineers and architects working with the Databricks Go SDK, impacting how they configure and interact with Databricks environments.

    breaking feature patch
  • Databricks Go SDK Releases sdkinfradatabricksdeprecationengineer ·

    Databricks SDK Go v0.129.0 adds new API features and makes breaking changes

    Databricks SDK Go version 0.129.0 introduces new API packages for supervisor agents and workspace-level secrets, along with numerous field additions to existing services. This release also includes several breaking changes impacting methods for catalog configuration, environment updates, knowledge assistants, Postgres services, and warehouse overrides, potentially requiring consumer action.

    feature breaking patch
  • Databricks Go SDK Releases sdkinfradatabrickspreviewengineer ·

    Databricks SDK Go v0.128.0: Host Metadata Resolver and SPOG Compatibility

    Databricks SDK Go v0.128.0 introduces a new experimental `config.DefaultHostMetadataResolverFactory` for shared resolvers and enhances SPOG host compatibility by adding the `X-Databricks-Org-Id` header to specific API calls. It also optimizes `WorkspaceClient.CurrentWorkspaceID()` to use the configured Workspace ID directly, reducing API round trips and fixing potential authentication failures.

    feature patch
  • Databricks Python SDK Releases sdkinfradatabricksengineer ·

    Databricks SDK for Python v0.103.0: Drops Python 3.8/3.9, adds unified hosts

    Databricks SDK for Python version 0.103.0 introduces support for unified hosts, simplifying configuration for account and workspace operations. This release also drops support for Python 3.8 and 3.9, requiring users to upgrade to Python 3.10 or higher, aligning with Databricks Runtime LTS. Several new API methods and fields have been added for various services including Postgres, Apps, and Vector Search.

    breaking feature patch
  • Terraform Databricks Provider Releases terraforminfraawsazuregcpdatabricksengineer ·

    Databricks Terraform Provider v1.113.0 Adds Postgres Catalog and Synced Table Resources

    Databricks Terraform Provider v1.113.0 introduces new resources for managing Postgres catalogs and synced tables, along with workspace base environments. It also enhances configuration flexibility by allowing explicit cloud type specification and API level control for account/workspace resources, impacting engineers and architects managing Databricks infrastructure via Terraform.

    feature patch
  • Databricks Go SDK Releases sdkinfraazuregcpdatabricksdeprecationengineer ·

    Databricks SDK Go v0.127.0: Go 1.24+, HostMetadataResolver, LimitIterator

    This release of the Databricks SDK for Go updates the minimum Go version to 1.24 and introduces a new HostMetadataResolver hook for custom host metadata resolution. It also adds a LimitIterator for controlled lazy iteration and includes numerous bug fixes related to token acquisition and caching, impacting developers working with Databricks authentication across various cloud providers.

    breaking feature patch
© 2026 ReleaseBytes Aggregated release notes & tech news. We link to the original source.