Skip to content

build(deps): Bump github.com/databricks/databricks-sdk-go from 0.147.0 to 0.152.0#586

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

build(deps): Bump github.com/databricks/databricks-sdk-go from 0.147.0 to 0.152.0#586
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.152.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/databricks/databricks-sdk-go from 0.147.0 to 0.152.0.

Release notes

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

v0.152.0

Breaking Changes

  • Query parameters listed in ForceSendFields are now sent on the wire when they hold a zero value. Previously ForceSendFields had no effect on query parameters (only JSON body fields were honored), so such a parameter was silently omitted; it is now serialized with its explicit value (for example cascade=false). Callers that unknowingly relied on the previous no-op behavior will now send the parameter.

Bug Fixes

  • Honor ForceSendFields for query parameters, including fields nested inside request sub-structs. A zero-valued scalar field (for example a false bool such as cascade on the pipelines Delete request) listed in ForceSendFields is now sent on the wire instead of being dropped by the url tag's omitempty, matching the existing behavior for JSON request bodies.

API Changes

v0.151.0

API Changes

v0.150.0

Bug Fixes

  • Deduplicate identical key/value pairs in the user agent builder (useragent), so repeatedly injecting the same dimension onto a reused context.Context no longer grows the User-Agent header without bound. Distinct values for the same key are still preserved.

API Changes

v0.149.0

API Changes

... (truncated)

Changelog

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

Release v0.152.0 (2026-06-29)

Breaking Changes

  • Query parameters listed in ForceSendFields are now sent on the wire when they hold a zero value. Previously ForceSendFields had no effect on query parameters (only JSON body fields were honored), so such a parameter was silently omitted; it is now serialized with its explicit value (for example cascade=false). Callers that unknowingly relied on the previous no-op behavior will now send the parameter.

Bug Fixes

  • Honor ForceSendFields for query parameters, including fields nested inside request sub-structs. A zero-valued scalar field (for example a false bool such as cascade on the pipelines Delete request) listed in ForceSendFields is now sent on the wire instead of being dropped by the url tag's omitempty, matching the existing behavior for JSON request bodies.

API Changes

Release v0.151.0 (2026-06-25)

API Changes

Release v0.150.0 (2026-06-24)

Bug Fixes

  • Deduplicate identical key/value pairs in the user agent builder (useragent), so repeatedly injecting the same dimension onto a reused context.Context no longer grows the User-Agent header without bound. Distinct values for the same key are still preserved.

API Changes

Release v0.149.0 (2026-06-23)

... (truncated)

Commits
  • a3ce44f [Release] Release v0.152.0
  • 1ac4e7c Update SDK API to b6adc4629926d38da0869938d0217b9c824b48f9 (#1736)
  • 02ab226 Update SDK API to b6a1c30cc3858325b43ac3626ffd108215a952ee (#1735)
  • cdb2a66 Update SDK API to cf46b69ab676b4f33b5238b8dfa4caade94e32ea (#1734)
  • a00222d Honor ForceSendFields for query parameters (#1728)
  • b3086eb [Release] Release v0.151.0
  • 74f4eac Update SDK API to 6f6ea259c551860255fe6b841f292cd0f9b48622 (#1733)
  • 106174b [Release] Release v0.150.0
  • 275c8aa Update SDK API to a8955e6d54db89f2c2f5602295188ce3ec83f9c5 (#1732)
  • 3900b84 Deduplicate identical key/value pairs in user agent builder (#1718)
  • 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.147.0 to 0.152.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.147.0...v0.152.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-version: 0.152.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 Jul 6, 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