Skip to content

chore(go/adbc): Bump github.com/databricks/databricks-sql-go from 1.9.0 to 1.10.0 in /go/adbc - #4015

Merged
zeroshade merged 1 commit into
mainfrom
dependabot/go_modules/go/adbc/github.com/databricks/databricks-sql-go-1.10.0
Mar 4, 2026
Merged

chore(go/adbc): Bump github.com/databricks/databricks-sql-go from 1.9.0 to 1.10.0 in /go/adbc#4015
zeroshade merged 1 commit into
mainfrom
dependabot/go_modules/go/adbc/github.com/databricks/databricks-sql-go-1.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 24, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/databricks/databricks-sql-go from 1.9.0 to 1.10.0.

Release notes

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

v1.10.0

  • databricks/databricks-sql-go#290#291, #292)
  • databricks/databricks-sql-go#297#304, #305, #311, #319)
  • databricks/databricks-sql-go#316
  • databricks/databricks-sql-go#295
  • databricks/databricks-sql-go#308
  • databricks/databricks-sql-go#286
Changelog

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

v1.10.0 (2026-02-19)

  • databricks/databricks-sql-go#290#291, #292)
  • databricks/databricks-sql-go#297#304, #305, #311, #319)
  • databricks/databricks-sql-go#316
  • databricks/databricks-sql-go#295
  • databricks/databricks-sql-go#308
  • databricks/databricks-sql-go#286
Commits
  • 98148d9 Prepare for release (#324)
  • cd6dc19 Token Federation for Go Driver (3/3) (#292)
  • 73f2a36 [PECOBLR-1143] Implement telemetry Phase 4-5: Export infrastructure and opt-i...
  • abbe173 Fix context loss in polling and connection close operations (#295)
  • 6d6ef5b Fix type inference for int64/uint64 (BIGINT) and float64 (DOUBLE) (#316)
  • a0d5e75 Token federation for Go driver (2/3) (#291)
  • 66608b7 Add circuit breaker for telemetry + amend design plan to be similar to includ...
  • c4af6fa Cloudfetch: Allow configuration of httpclient for cloudfetch (#308)
  • 29c881a [PECOBLR-1147] Implement Client Manager for Per-Host Clients (#305)
  • 5dbccff [PECOBLR-1146] Implement Feature Flag Cache with Reference Counting (#304)
  • 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 [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/databricks/databricks-sql-go/releases)
- [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-go@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependabot-only go Pull requests that update Go code labels Feb 24, 2026
@dependabot
dependabot Bot requested a review from zeroshade as a code owner February 24, 2026 20:44
@dependabot dependabot Bot added dependencies Dependabot-only go Pull requests that update Go code labels Feb 24, 2026
@zeroshade
zeroshade merged commit 4b46b64 into main Mar 4, 2026
38 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go/adbc/github.com/databricks/databricks-sql-go-1.10.0 branch March 4, 2026 20:59
@lidavidm lidavidm added this to the ADBC Libraries 23 milestone Apr 3, 2026
tokoko pushed a commit to tokoko/arrow-adbc that referenced this pull request May 29, 2026
….0 to 1.10.0 in /go/adbc (apache#4015)

Bumps
[github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go)
from 1.9.0 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sql-go/releases">github.com/databricks/databricks-sql-go's
releases</a>.</em></p>
<blockquote>
<h2>v1.10.0</h2>
<ul>
<li><code>databricks/databricks-sql-go#290</code><a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/291">#291</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/292">#292</a>)</li>
<li><code>databricks/databricks-sql-go#297</code><a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/304">#304</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/305">#305</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/311">#311</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/319">#319</a>)</li>
<li><code>databricks/databricks-sql-go#316</code></li>
<li><code>databricks/databricks-sql-go#295</code></li>
<li><code>databricks/databricks-sql-go#308</code></li>
<li><code>databricks/databricks-sql-go#286</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md">github.com/databricks/databricks-sql-go's
changelog</a>.</em></p>
<blockquote>
<h2>v1.10.0 (2026-02-19)</h2>
<ul>
<li><code>databricks/databricks-sql-go#290</code><a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/291">#291</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/292">#292</a>)</li>
<li><code>databricks/databricks-sql-go#297</code><a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/304">#304</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/305">#305</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/311">#311</a>,
<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/319">#319</a>)</li>
<li><code>databricks/databricks-sql-go#316</code></li>
<li><code>databricks/databricks-sql-go#295</code></li>
<li><code>databricks/databricks-sql-go#308</code></li>
<li><code>databricks/databricks-sql-go#286</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/98148d9275f6b975ddaf256062135d028b81a79e"><code>98148d9</code></a>
Prepare for release (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/324">#324</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/cd6dc1906418e0bdbdaf0e47c6d5e0737e08a728"><code>cd6dc19</code></a>
Token Federation for Go Driver (3/3) (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/292">#292</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/73f2a36a0723f64fcd423cbb540c8a5abee248aa"><code>73f2a36</code></a>
[PECOBLR-1143] Implement telemetry Phase 4-5: Export infrastructure and
opt-i...</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/abbe1738c011db1c911f3b15a8d761e5769a73ec"><code>abbe173</code></a>
Fix context loss in polling and connection close operations (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/295">#295</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/6d6ef5b7baff3e9f2aab964f52ae23c9df7d70b1"><code>6d6ef5b</code></a>
Fix type inference for int64/uint64 (BIGINT) and float64 (DOUBLE) (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/316">#316</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/a0d5e7533e38370956adc24b30221383c70fc231"><code>a0d5e75</code></a>
Token federation for Go driver (2/3) (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/291">#291</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/66608b7afc9bd32683d108439ebbaa7632004bc5"><code>66608b7</code></a>
Add circuit breaker for telemetry + amend design plan to be similar to
includ...</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/c4af6facac8ecbc5519b76b5bd655f1b20a4e5a1"><code>c4af6fa</code></a>
Cloudfetch: Allow configuration of httpclient for cloudfetch (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/308">#308</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/29c881a4dc8229e184aa0ba01c83eb600dff020e"><code>29c881a</code></a>
[PECOBLR-1147] Implement Client Manager for Per-Host Clients (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/305">#305</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sql-go/commit/5dbccff7a187b2695bde5d5a8b25c969e25ca2ae"><code>5dbccff</code></a>
[PECOBLR-1146] Implement Feature Flag Cache with Reference Counting (<a
href="https://redirect.github.com/databricks/databricks-sql-go/issues/304">#304</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/databricks/databricks-sql-go/compare/v1.9.0...v1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/databricks/databricks-sql-go&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot-only go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants