dependabot[bot] opened a new pull request, #2736:
URL: https://github.com/apache/camel-kamelets/pull/2736

   Bumps 
[com.databricks:databricks-jdbc](https://github.com/databricks/databricks-jdbc) 
from 3.0.7 to 3.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/databricks/databricks-jdbc/releases";>com.databricks:databricks-jdbc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.1</h2>
   <h3>Added</h3>
   <ul>
   <li>Added token caching for all authentication providers to reduce token 
endpoint calls.</li>
   <li>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 <code>UseThriftClient</code> to 
<code>1</code>.</li>
   </ul>
   <h3>Updated</h3>
   <ul>
   <li>Changed default value of <code>IgnoreTransactions</code> from 
<code>0</code> to <code>1</code> to disable multi-statement transactions by 
default. Preview participants can opt-in by setting 
<code>IgnoreTransactions=0</code>. Also updated 
<code>supportsTransactions()</code> to respect this flag.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[PECOBLR-1131] Fix incorrect refetching of expired CloudFetch links when 
using Thrift protocol.</li>
   <li>Fixed logging to respect params when the driver is shaded.</li>
   <li>Fixed <code>isWildcard</code> to return true only when the value is 
<code>*</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/databricks/databricks-jdbc/blob/main/CHANGELOG.md";>com.databricks:databricks-jdbc's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[v3.1.1] - 2026-01-07</h2>
   <h3>Added</h3>
   <ul>
   <li>Added token caching for all authentication providers to reduce token 
endpoint calls.</li>
   <li>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 <code>UseThriftClient</code> to 
<code>1</code>.</li>
   </ul>
   <h3>Updated</h3>
   <ul>
   <li>Changed default value of <code>IgnoreTransactions</code> from 
<code>0</code> to <code>1</code> to disable multi-statement transactions by 
default. Preview participants can opt-in by setting 
<code>IgnoreTransactions=0</code>. Also updated 
<code>supportsTransactions()</code> to respect this flag.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[PECOBLR-1131] Fix incorrect refetching of expired CloudFetch links when 
using Thrift protocol.</li>
   <li>Fixed logging to respect params when the driver is shaded.</li>
   <li>Fixed <code>isWildcard</code> to return true only when the value is 
<code>*</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/0e8b1ad56df53234c84c126a1bb3fe8c1ab79f57";><code>0e8b1ad</code></a>
 Bump version to 3.1.1 (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1172";>#1172</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/6f15fd1f62d3fc1b07ed6ff598758b09c2a74e46";><code>6f15fd1</code></a>
 Flip IgnoreTransactions default from 0 to 1 for multi-statement transaction 
p...</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/21e07bdebcf3be4d4a852a690e70f00d0d4d2bed";><code>21e07bd</code></a>
 Add UserAgent for connector service calls (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1175";>#1175</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/ec8a6e82832988f01e899c2a174340252060ddde";><code>ec8a6e8</code></a>
 [PECOBLR-1168] query tags telemetry (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1166";>#1166</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/9ad5004d9455c27ad22878db29fdbc8942385d91";><code>9ad5004</code></a>
 Fixed logic for isWildcard function (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1171";>#1171</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/1890da035ddf05ef7cce0cc76848bfc871acb007";><code>1890da0</code></a>
 Fix deadlock by completing futures for upfront-fetched chunk links (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1101";>#1101</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/1debc9e673cf746e00362f234bf4d001f97d84df";><code>1debc9e</code></a>
 Skip redundant server call in setAutoCommit when value unchanged (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1169";>#1169</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/ddd76e1212e9ddc5717d12b0f637e058e82afe1e";><code>ddd76e1</code></a>
 Deprecate v3.0.4 and update changelog details (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1170";>#1170</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/6e8466490a7562eec1d376e2eaca34285a7fcd2a";><code>6e84664</code></a>
 Fix logging not being suppressed when LogLevel.OFF is configured (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1167";>#1167</a>)</li>
   <li><a 
href="https://github.com/databricks/databricks-jdbc/commit/56f872bba8e6771836606ad986c790a4791898c1";><code>56f872b</code></a>
 Add explicit statement tests for MST (<a 
href="https://redirect.github.com/databricks/databricks-jdbc/issues/1152";>#1152</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/databricks/databricks-jdbc/compare/v3.0.7...v3.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.databricks:databricks-jdbc&package-manager=maven&previous-version=3.0.7&new-version=3.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to