sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

Bump github.com/databricks/databricks-sdk-go from 0.38.0 to 0.41.0 in /runtime-packages

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps github.com/databricks/databricks-sdk-go from 0.38.0 to 0.41.0.

Release notes

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

v0.40.1

  • Fixed codecov for repository (#909).
  • Add traceparent header to enable distributed tracing. (#914).
  • Log cancelled and failed requests (#919).

Dependency updates:

  • Bump golang.org/x/net from 0.22.0 to 0.24.0 (#884).
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog (#896).
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog (#897).

v0.40.0

0.40.0

  • Allow unlimited timeouts in retries (#904). By setting RETRY_TIMEOUT_SECONDS to a negative value, WorkspaceClient and AccountClient will retry retriable failures indefinitely. As a reminder, without setting this parameter, the default retry timeout is 5 minutes.

API Changes:

... (truncated)

Changelog

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

Release v0.41.0

Backward incompatible changes

  • Renamed CredentialsProvider to CredentialsStrategy.

Improvements and new features

  • Create a method to generate OAuth tokens (#886).
  • Better error message when private link enabled workspaces reject requests (#924).
  • Update OpenAPI spec (#926).

API Changes:

... (truncated)

Commits
  • 34e415c Release v0.41.0 (#927)
  • 3cfe856 Update OpenAPI spec (#926)
  • 21acc0b Better error message when private link enabled workspaces reject requests (#924)
  • 6106c39 Create a method to generate OAuth tokens (#886)
  • 72334ef Release v0.40.1 (#920)
  • 63343c8 Log cancelled and failed requests (#919)
  • 27d08a6 Add traceparent header to enable distributed tracing. (#914)
  • b5322db Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog (#897)
  • 5edb2df Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog (#896)
  • 0e8dba0 Bump golang.org/x/net from 0.22.0 to 0.24.0 (#884)
  • 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)

dependabot[bot] avatar May 21 '24 15:05 dependabot[bot]