Skip to content

chore(deps): bump com.databricks:databricks-jdbc from 3.0.7 to 3.1.1#2736

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.databricks-databricks-jdbc-3.1.1
Open

chore(deps): bump com.databricks:databricks-jdbc from 3.0.7 to 3.1.1#2736
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.databricks-databricks-jdbc-3.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 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 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 [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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments