Skip to content

chore(deps): bump com.databricks:databricks-sdk-java from 0.14.0 to 0.100.0 in /app/server#41619

Open
dependabot[bot] wants to merge 1 commit intoreleasefrom
dependabot/maven/app/server/com.databricks-databricks-sdk-java-0.100.0
Open

chore(deps): bump com.databricks:databricks-sdk-java from 0.14.0 to 0.100.0 in /app/server#41619
dependabot[bot] wants to merge 1 commit intoreleasefrom
dependabot/maven/app/server/com.databricks-databricks-sdk-java-0.100.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps com.databricks:databricks-sdk-java from 0.14.0 to 0.100.0.

Release notes

Sourced from com.databricks:databricks-sdk-java's releases.

v0.100.0

Release v0.100.0

Internal Changes

  • Add retry with backoff to CachedTokenSource async refresh so that a failed background refresh no longer disables async until a blocking call succeeds.

API Changes

  • Add connectorType and dataStagingOptions fields for com.databricks.sdk.service.pipelines.IngestionPipelineDefinition.
  • Add ingestionSourceCatalogName, ingestionSourceConnectionName, ingestionSourceSchemaName, ingestionSourceTableName and ingestionSourceTableVersion fields for com.databricks.sdk.service.pipelines.Origin.
  • Add subDomain field for com.databricks.sdk.service.serving.ExternalFunctionRequest.

v0.99.0

Release v0.99.0

API Changes

  • Add updateRole() method for workspaceClient.postgres() service.
  • Add entities and timeseriesColumn fields for com.databricks.sdk.service.ml.Feature.
  • Add aggregationFunction field for com.databricks.sdk.service.ml.Function.
  • Add filterCondition field for com.databricks.sdk.service.ml.KafkaSource.
  • Add attributes field for com.databricks.sdk.service.postgres.RoleRoleStatus.
  • Change entityColumns and timeseriesColumn fields for com.databricks.sdk.service.ml.DeltaTableSource to no longer be required.
  • [Breaking] Change entityColumns and timeseriesColumn fields for com.databricks.sdk.service.ml.DeltaTableSource to no longer be required.
  • Change inputs field for com.databricks.sdk.service.ml.Feature to no longer be required.
  • [Breaking] Change inputs field for com.databricks.sdk.service.ml.Feature to no longer be required.
  • [Breaking] Change functionType field for com.databricks.sdk.service.ml.Function to no longer be required.
  • Change functionType field for com.databricks.sdk.service.ml.Function to no longer be required.
  • Change entityColumnIdentifiers and timeseriesColumnIdentifier fields for com.databricks.sdk.service.ml.KafkaSource to no longer be required.
  • [Breaking] Change entityColumnIdentifiers and timeseriesColumnIdentifier fields for com.databricks.sdk.service.ml.KafkaSource to no longer be required.

v0.98.0

Release v0.98.0

API Changes

  • Add com.databricks.sdk.service.dataclassification and com.databricks.sdk.service.knowledgeassistants packages.
  • Add workspaceClient.dataClassification() service.
  • Add workspaceClient.knowledgeAssistants() service.
  • Add genieCreateEvalRun(), genieGetEvalResultDetails(), genieGetEvalRun(), genieListEvalResults() and genieListEvalRuns() methods for workspaceClient.genie() service.
  • Add telemetryExportDestinations field for com.databricks.sdk.service.apps.App.

v0.97.0

Release v0.97.0

New Features and Improvements

  • Add withRequestConfig(RequestConfig) to CommonsHttpClient.Builder for fine-grained timeout control (#691).

v0.96.0

Release v0.96.0

Internal Changes

  • Implement dynamic auth token stale period based on initial token lifetime. Increased up to 20 mins for standard OAuth with proportionally shorter periods for short-lived tokens. Manually setting the stale period using the CachedTokeSource builder reverts the behaviour to the legacy fixed stale duration.

... (truncated)

Changelog

Sourced from com.databricks:databricks-sdk-java's changelog.

Release v0.100.0 (2026-03-12)

Internal Changes

  • Add retry with backoff to CachedTokenSource async refresh so that a failed background refresh no longer disables async until a blocking call succeeds.

API Changes

  • Add connectorType and dataStagingOptions fields for com.databricks.sdk.service.pipelines.IngestionPipelineDefinition.
  • Add ingestionSourceCatalogName, ingestionSourceConnectionName, ingestionSourceSchemaName, ingestionSourceTableName and ingestionSourceTableVersion fields for com.databricks.sdk.service.pipelines.Origin.
  • Add subDomain field for com.databricks.sdk.service.serving.ExternalFunctionRequest.

Release v0.99.0 (2026-03-11)

API Changes

  • Add updateRole() method for workspaceClient.postgres() service.
  • Add entities and timeseriesColumn fields for com.databricks.sdk.service.ml.Feature.
  • Add aggregationFunction field for com.databricks.sdk.service.ml.Function.
  • Add filterCondition field for com.databricks.sdk.service.ml.KafkaSource.
  • Add attributes field for com.databricks.sdk.service.postgres.RoleRoleStatus.
  • Change entityColumns and timeseriesColumn fields for com.databricks.sdk.service.ml.DeltaTableSource to no longer be required.
  • [Breaking] Change entityColumns and timeseriesColumn fields for com.databricks.sdk.service.ml.DeltaTableSource to no longer be required.
  • Change inputs field for com.databricks.sdk.service.ml.Feature to no longer be required.
  • [Breaking] Change inputs field for com.databricks.sdk.service.ml.Feature to no longer be required.
  • [Breaking] Change functionType field for com.databricks.sdk.service.ml.Function to no longer be required.
  • Change functionType field for com.databricks.sdk.service.ml.Function to no longer be required.
  • Change entityColumnIdentifiers and timeseriesColumnIdentifier fields for com.databricks.sdk.service.ml.KafkaSource to no longer be required.
  • [Breaking] Change entityColumnIdentifiers and timeseriesColumnIdentifier fields for com.databricks.sdk.service.ml.KafkaSource to no longer be required.

Release v0.98.0 (2026-03-10)

API Changes

  • Add com.databricks.sdk.service.dataclassification and com.databricks.sdk.service.knowledgeassistants packages.
  • Add workspaceClient.dataClassification() service.
  • Add workspaceClient.knowledgeAssistants() service.
  • Add genieCreateEvalRun(), genieGetEvalResultDetails(), genieGetEvalRun(), genieListEvalResults() and genieListEvalRuns() methods for workspaceClient.genie() service.
  • Add telemetryExportDestinations field for com.databricks.sdk.service.apps.App.

Release v0.97.0 (2026-03-09)

New Features and Improvements

  • Add withRequestConfig(RequestConfig) to CommonsHttpClient.Builder for fine-grained timeout control (#691).

Release v0.96.0 (2026-03-03)

Internal Changes

  • Implement dynamic auth token stale period based on initial token lifetime. Increased up to 20 mins for standard OAuth with proportionally shorter periods for short-lived tokens. Manually setting the stale period using the CachedTokeSource builder reverts the behaviour to the legacy fixed stale duration.

... (truncated)

Commits
  • dbe60c6 [Release] Release v0.100.0
  • 8ca9a05 Update SDK API to a194dd8a4fc0bf0a409db5fd7fbd591f96956cb2 (#697)
  • 214c90b Replace async-disabling mechanism with retry backoff on refresh failure (#696)
  • f518c27 [Release] Release v0.99.0
  • 04ed1b9 Update SDK API to 803daa7abba0b78423769fbdce29ba4c66854776 (#695)
  • 447e9b1 [Release] Release v0.98.0
  • 8a28c24 Update SDK API to 125e8a088be77ed7aae64f07daf977c2c4fa8153 (#694)
  • 11744ee [Release] Release v0.97.0
  • 848a952 Add withRequestConfig to CommonsHttpClient.Builder (#691)
  • a6044f4 [Release] Release v0.96.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)

Warning

Tests have not run on the HEAD b5b8cc4 yet


Fri, 13 Mar 2026 18:14:16 UTC

Bumps [com.databricks:databricks-sdk-java](https://github.com/databricks/databricks-sdk-java) from 0.14.0 to 0.100.0.
- [Release notes](https://github.com/databricks/databricks-sdk-java/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-java/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-java@v0.14.0...v0.100.0)

---
updated-dependencies:
- dependency-name: com.databricks:databricks-sdk-java
  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 java Pull requests that update Java code labels Mar 13, 2026
@dependabot dependabot bot requested a review from sharat87 as a code owner March 13, 2026 18:13
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2026
@github-actions
Copy link
Copy Markdown

This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected.

@github-actions github-actions bot added the Stale label Mar 21, 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 java Pull requests that update Java code Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants