Skip to content

Bump github.com/databricks/databricks-sdk-go from 0.135.0 to 0.138.0 in /acceptance#792

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/acceptance/github.com/databricks/databricks-sdk-go-0.138.0
Open

Bump github.com/databricks/databricks-sdk-go from 0.135.0 to 0.138.0 in /acceptance#792
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/acceptance/github.com/databricks/databricks-sdk-go-0.138.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps github.com/databricks/databricks-sdk-go from 0.135.0 to 0.138.0.

Release notes

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

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.

Internal Changes

  • Pass excludedAttributes=entitlements on the SCIM /Me request made by WorkspaceClient.CurrentWorkspaceID (#1681).

    CurrentWorkspaceID only reads the X-Databricks-Org-Id response header and discards the body, so it has no use for the User.Entitlements field. Skipping that attribute avoids an expensive getEffectivePermissions scan on the SCIM backend, which has caused incidents on workspaces with large grant counts.

API Changes

v0.136.0

API Changes

Changelog

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

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)

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.

Internal Changes

  • Pass excludedAttributes=entitlements on the SCIM /Me request made by WorkspaceClient.CurrentWorkspaceID (#1681).

    CurrentWorkspaceID only reads the X-Databricks-Org-Id response header and discards the body, so it has no use for the User.Entitlements field. Skipping that attribute avoids an expensive getEffectivePermissions scan on the SCIM backend, which has caused incidents on workspaces with large grant counts.

API Changes

Release v0.136.0 (2026-05-21)

API Changes

Commits
  • 85511e2 [Release] Release v0.138.0
  • b9ef81a config: pin cfg.Profile on the legacy [DEFAULT] fallback (#1690)
  • 28f222e Update SDK API to 87b666fa172b01444d306112309b6109c096f98b (#1696)
  • f0dad2d [Release] Release v0.137.0
  • 9dece74 Update SDK API to 581ed6f3148344f453000224ada95e0646bb6d16 (#1695)
  • ca0827d Update SDK API to 0503dcda908dd1bdf9626152bcf3576996138c58 (#1694)
  • 32f89a4 Honor AI_AGENT and pass raw values through. (#1683)
  • fb01984 Exclude entitlements from CurrentWorkspaceID Me probe (#1681)
  • fbb184c Update SDK API to 993160f9786ab5532bba61a5b56c2c47c2e2b745 (#1692)
  • 14fc450 [Release] Release v0.136.0
  • 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.135.0 to 0.138.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.135.0...v0.138.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-version: 0.138.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 May 27, 2026
@dependabot dependabot Bot requested a review from alexott as a code owner May 27, 2026 17:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 27, 2026
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.

0 participants