Skip to content

build(deps): Bump github.com/databricks/databricks-sdk-go from 0.136.0 to 0.141.0#563

Merged
chlins merged 1 commit into
mainfrom
dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.141.0
Jun 8, 2026
Merged

build(deps): Bump github.com/databricks/databricks-sdk-go from 0.136.0 to 0.141.0#563
chlins merged 1 commit into
mainfrom
dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.141.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/databricks/databricks-sdk-go from 0.136.0 to 0.141.0.

Release notes

Sourced from github.com/databricks/databricks-sdk-go's releases.

v0.141.0

API Changes

v0.140.0

New Features and Improvements

  • Add u2m.WithDiscoveryAccountTarget() option that sets target=ACCOUNT on the login.databricks.com authorize URL, so the discovery flow lands the user on the account selector instead of the workspace selector.

Internal Changes

  • Switch workspace addressing header on workspace-scoped API calls from X-Databricks-Org-Id to X-Databricks-Workspace-Id. The value continues to come from Config.WorkspaceID (DATABRICKS_WORKSPACE_ID), and now accepts either a classic numeric workspace ID or a CPDR connection ID (server disambiguates). Part of the DECO + Unified Workspace Addressing initiative.

API Changes

v0.139.0

API Changes

v0.138.0

Bug Fixes

  • config: The config-file loader now sets cfg.Profile to "DEFAULT" on the legacy fallback (no profile requested, no [__settings__].default_profile set, [DEFAULT] section loaded). Previously the loader silently used [DEFAULT]'s values but left cfg.Profile empty. Consumers that derive a per-profile identifier from cfg.Profile (e.g. the Databricks CLI's U2M OAuth cache key) need the resolved name to match across the login and read flows; without this fix a write under "DEFAULT" could not be found by a no-flag read.

v0.137.0

New Features and Improvements

  • Honor the Vercel AI_AGENT=<name> env var as a secondary fallback for AI agent detection in the User-Agent header (after the agents.md AGENT=<name> standard). Unrecognized fallback values now pass through the User-Agent sanitized and length-capped at 64 chars instead of being coerced to agent/unknown, so versioned variants such as claude-code_2-1-141_agent surface as-is.

... (truncated)

Changelog

Sourced from github.com/databricks/databricks-sdk-go's changelog.

Release v0.141.0 (2026-06-02)

API Changes

Release v0.140.0 (2026-06-01)

New Features and Improvements

  • Add u2m.WithDiscoveryAccountTarget() option that sets target=ACCOUNT on the login.databricks.com authorize URL, so the discovery flow lands the user on the account selector instead of the workspace selector.

Internal Changes

  • Switch workspace addressing header on workspace-scoped API calls from X-Databricks-Org-Id to X-Databricks-Workspace-Id. The value continues to come from Config.WorkspaceID (DATABRICKS_WORKSPACE_ID), and now accepts either a classic numeric workspace ID or a CPDR connection ID (server disambiguates). Part of the DECO + Unified Workspace Addressing initiative.

API Changes

Release v0.139.0 (2026-05-28)

API Changes

Release v0.138.0 (2026-05-27)

Bug Fixes

  • config: The config-file loader now sets cfg.Profile to "DEFAULT" on the legacy fallback (no profile requested, no [__settings__].default_profile set, [DEFAULT] section loaded). Previously the loader silently used [DEFAULT]'s values but left cfg.Profile empty. Consumers that derive a per-profile identifier from cfg.Profile (e.g. the Databricks CLI's U2M OAuth cache key) need the resolved name to match across the login and read flows; without this fix a write under "DEFAULT" could not be found by a no-flag read.

Release v0.137.0 (2026-05-25)

... (truncated)

Commits
  • 9be376d [Release] Release v0.141.0
  • ec7f1dc Update SDK API to c68a27fa9c9d838e839c584be8018eb3b68377d5 (#1708)
  • 28e4090 [Release] Release v0.140.0
  • 4e367dc Update SDK API to 9718484d914270778e25e06040a5b3a17e19a7f7 (#1707)
  • 533fff5 Update SDK API to 4d4aa9d257a7e72a77521e7a9e249f526ab77f16 (#1706)
  • a0405e9 Update SDK API to e3586ea1d9b0c6df1b28f95888a425958b13b582 (#1705)
  • c2087e1 credentials/u2m: add WithDiscoveryAccountTarget option (#1701)
  • b084eb4 Auth validation update (#1700)
  • 6da9c9a config: also extract ?w= from Host URL (#1704)
  • 59ad59e config: extract ?o=/?a= from Host URL (#1699)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.136.0 to 0.141.0.
- [Release notes](https://github.com/databricks/databricks-sdk-go/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-go@v0.136.0...v0.141.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-version: 0.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2026

@chlins chlins left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@chlins chlins merged commit 42e7529 into main Jun 8, 2026
5 checks passed
@chlins chlins deleted the dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.141.0 branch June 8, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant