Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.databricks:databricks-jdbc from 3.0.7 to 3.1.1.

Release notes

Sourced from com.databricks:databricks-jdbc's releases.

v3.1.1

Added

  • Added token caching for all authentication providers to reduce token endpoint calls.
  • We will be rolling out the use of Databricks SQL Execution API by default for queries submitted on DBSQL. To continue using Databricks Thrift Server backend for execution, set UseThriftClient to 1.

Updated

  • Changed default value of IgnoreTransactions from 0 to 1 to disable multi-statement transactions by default. Preview participants can opt-in by setting IgnoreTransactions=0. Also updated supportsTransactions() to respect this flag.

Fixed

  • [PECOBLR-1131] Fix incorrect refetching of expired CloudFetch links when using Thrift protocol.
  • Fixed logging to respect params when the driver is shaded.
  • Fixed isWildcard to return true only when the value is *
Changelog

Sourced from com.databricks:databricks-jdbc's changelog.

[v3.1.1] - 2026-01-07

Added

  • Added token caching for all authentication providers to reduce token endpoint calls.
  • We will be rolling out the use of Databricks SQL Execution API by default for queries submitted on DBSQL. To continue using Databricks Thrift Server backend for execution, set UseThriftClient to 1.

Updated

  • Changed default value of IgnoreTransactions from 0 to 1 to disable multi-statement transactions by default. Preview participants can opt-in by setting IgnoreTransactions=0. Also updated supportsTransactions() to respect this flag.

Fixed

  • [PECOBLR-1131] Fix incorrect refetching of expired CloudFetch links when using Thrift protocol.
  • Fixed logging to respect params when the driver is shaded.
  • Fixed isWildcard to return true only when the value is *
Commits
  • 0e8b1ad Bump version to 3.1.1 (#1172)
  • 6f15fd1 Flip IgnoreTransactions default from 0 to 1 for multi-statement transaction p...
  • 21e07bd Add UserAgent for connector service calls (#1175)
  • ec8a6e8 [PECOBLR-1168] query tags telemetry (#1166)
  • 9ad5004 Fixed logic for isWildcard function (#1171)
  • 1890da0 Fix deadlock by completing futures for upfront-fetched chunk links (#1101)
  • 1debc9e Skip redundant server call in setAutoCommit when value unchanged (#1169)
  • ddd76e1 Deprecate v3.0.4 and update changelog details (#1170)
  • 6e84664 Fix logging not being suppressed when LogLevel.OFF is configured (#1167)
  • 56f872b Add explicit statement tests for MST (#1152)
  • 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 20, 2026
@cla-bot cla-bot bot added the cla-signed label Jan 20, 2026
Bumps [com.databricks:databricks-jdbc](https://github.com/databricks/databricks-jdbc) from 3.0.7 to 3.1.1.
- [Release notes](https://github.com/databricks/databricks-jdbc/releases)
- [Changelog](https://github.com/databricks/databricks-jdbc/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-jdbc@v3.0.7...v3.1.1)

---
updated-dependencies:
- dependency-name: com.databricks:databricks-jdbc
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ebyhr ebyhr force-pushed the dependabot/maven/com.databricks-databricks-jdbc-3.1.1 branch from aa5e1b2 to cfec0a4 Compare January 20, 2026 13:14
@wendigo wendigo merged commit 29a2889 into master Jan 20, 2026
55 checks passed
@wendigo wendigo deleted the dependabot/maven/com.databricks-databricks-jdbc-3.1.1 branch January 20, 2026 15:31
@github-actions github-actions bot added this to the 480 milestone Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

3 participants