Skip to content

build(deps): bump github.com/databricks/databricks-sdk-go from 0.96.0 to 0.100.0#4

Merged
isubasinghe merged 2 commits intomainfrom
dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.100.0
Jan 23, 2026
Merged

build(deps): bump github.com/databricks/databricks-sdk-go from 0.96.0 to 0.100.0#4
isubasinghe merged 2 commits intomainfrom
dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.100.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps github.com/databricks/databricks-sdk-go from 0.96.0 to 0.100.0.

Release notes

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

v0.100.0

Release v0.100.0

API Changes

v0.99.0

Release v0.99.0

Breaking Changes

  • [workspace] Updated Git Credentials List methods to require ListCredentialsRequest parameter. The following methods now require a workspace.ListCredentialsRequest parameter instead of no parameters:

    • GitCredentialsAPI.List(ctx, request)
    • GitCredentialsAPI.ListAll(ctx, request)
    • GitCredentialsAPI.CredentialInfoGitProviderToCredentialIdMap(ctx, request)

    Migration Guide:

    // Before
    credentials, err := w.GitCredentials.ListAll(ctx)
    // After
    credentials, err := w.GitCredentials.ListAll(ctx, workspace.ListCredentialsRequest{})

API Changes

v0.98.0

Release v0.98.0

API Changes

... (truncated)

Changelog

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

Release v0.100.0 (2026-01-22)

API Changes

Release v0.99.0 (2026-01-20)

Breaking Changes

  • [workspace] Updated Git Credentials List methods to require ListCredentialsRequest parameter. The following methods now require a workspace.ListCredentialsRequest parameter instead of no parameters:

    • GitCredentialsAPI.List(ctx, request)
    • GitCredentialsAPI.ListAll(ctx, request)
    • GitCredentialsAPI.CredentialInfoGitProviderToCredentialIdMap(ctx, request)

    Migration Guide:

    // Before
    credentials, err := w.GitCredentials.ListAll(ctx)
    // After
    credentials, err := w.GitCredentials.ListAll(ctx, workspace.ListCredentialsRequest{})

API Changes

Release v0.98.0 (2026-01-20)

API Changes

... (truncated)

Commits
  • fdea226 [Release] Release v0.100.0
  • 3cf2597 Update SDK API to 2ea07a797146cab9b579355bb39c58296a27d44f (#1435)
  • 2285733 Update SDK API to ed8b5e7ec1f143395503eebae9fbc74cf8c309bc (#1432)
  • 09752b7 [Release] Release v0.99.0
  • 6557ae2 [Internal] Update SDK to latest Spec (#1430)
  • 21101a8 [Release] Release v0.98.0
  • 04b4d8b Update SDK API to dc3fd0bcbbe1ab3e17b634432d301cc0ee796f05 (#1425)
  • 2525f38 Update SDK API to af49d5a35f4e1e1345166dc8299780e4c35e4f17 (#1424)
  • 69bcd42 Update SDK API to 6ee837f7c048388030c57718875c126999649e23 (#1422)
  • a019dd5 Custom formatting for slice type config attributes (#1415)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.96.0 to 0.100.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.96.0...v0.100.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-version: 0.100.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 Jan 23, 2026
@isubasinghe isubasinghe merged commit 20450b8 into main Jan 23, 2026
1 check passed
@isubasinghe isubasinghe deleted the dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.100.0 branch January 23, 2026 05:46
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