Skip to content

chore(go): bump github.com/databricks/databricks-sql-go from 1.9.0 to 1.14.0 in /go - #589

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/github.com/databricks/databricks-sql-go-1.14.0
Open

chore(go): bump github.com/databricks/databricks-sql-go from 1.9.0 to 1.14.0 in /go#589
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/github.com/databricks/databricks-sql-go-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

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

Release notes

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

v1.14.0

  • Minimum Go version is now 1.25.0 (previously 1.20): the godatabricks/databricks-sql-go#368
  • Fix panic in InitThriftClient when the endpoint URL is malformed: the thrift transport was type-asserted to *thrift.THttpClient before the error from NewTHttpClientWithOptions was checked, so a URL that fails to parse (nil transport) caused interface conversion: thrift.TTransport is nil, not *thrift.THttpClientdatabricks/databricks-sql-go#394
  • Stop using html/template in the U2M OAuth callback page. Reachable use of html/templatedatabricks/databricks-sql-go#343
  • Fix DECIMAL precision loss inside complex types: DECIMAL values nested in STRUCT, ARRAY, and MAP columns are now rendered losslessly with their exact scale (e.g. 19.99 instead of 19.990000000000002databricks/databricks-sql-go#253

v1.13.1

  • Expose native Arrow decimal handling: add the WithArrowNativeDecimal connector option and the useArrowNativeDecimal DSN parameter so DECIMAL columns can be returned as native Arrow decimal128 (via GetArrowBatches) instead of strings. When scanned through database/sqldatabricks/databricks-sql-go#274

v1.13.0

  • databricks/databricks-sql-go#367#374)
  • databricks/databricks-sql-go#372
  • Detach result streaming from QueryContextdatabricks/databricks-sql-go#373

v1.12.0

  • databricks/databricks-sql-go#355#361)
  • databricks/databricks-sql-go#354#364)
  • databricks/databricks-sql-go#360#363)

v1.11.1

  • databricks/databricks-sql-go#357

v1.11.0

  • databricks/databricks-sql-go#320#321, #322, #349)
  • Add SPOG (Custom URL) routing support via x-databricks-org-iddatabricks/databricks-sql-go#347
  • databricks/databricks-sql-go#341
  • databricks/databricks-sql-go#326
  • databricks/databricks-sql-go#351
  • databricks/databricks-sql-go#325

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.14.0 (2026-07-13)

  • Minimum Go version is now 1.25.0 (previously 1.20): the godatabricks/databricks-sql-go#368
  • Fix panic in InitThriftClient when the endpoint URL is malformed: the thrift transport was type-asserted to *thrift.THttpClient before the error from NewTHttpClientWithOptions was checked, so a URL that fails to parse (nil transport) caused interface conversion: thrift.TTransport is nil, not *thrift.THttpClientdatabricks/databricks-sql-go#394
  • Stop using html/template in the U2M OAuth callback page. Reachable use of html/templatedatabricks/databricks-sql-go#343
  • Fix DECIMAL precision loss inside complex types: DECIMAL values nested in STRUCT, ARRAY, and MAP columns are now rendered losslessly with their exact scale (e.g. 19.99 instead of 19.990000000000002databricks/databricks-sql-go#253

v1.13.1 (2026-07-07)

  • Expose native Arrow decimal handling: add the WithArrowNativeDecimal connector option and the useArrowNativeDecimal DSN parameter so DECIMAL columns can be returned as native Arrow decimal128 (via GetArrowBatches) instead of strings. When scanned through database/sqldatabricks/databricks-sql-go#274

v1.13.0 (2026-06-04)

  • databricks/databricks-sql-go#367#374)
  • databricks/databricks-sql-go#372
  • Detach result streaming from QueryContextdatabricks/databricks-sql-go#373

v1.12.0 (2026-05-25)

  • databricks/databricks-sql-go#355#361)
  • databricks/databricks-sql-go#354#364)
  • databricks/databricks-sql-go#360#363)

v1.11.1 (2026-05-20)

  • databricks/databricks-sql-go#357

v1.11.0 (2026-04-16)

  • databricks/databricks-sql-go#320#321, #322, #349)
  • Add SPOG (Custom URL) routing support via x-databricks-org-iddatabricks/databricks-sql-go#347
  • databricks/databricks-sql-go#341
  • databricks/databricks-sql-go#326
  • databricks/databricks-sql-go#351
  • databricks/databricks-sql-go#325

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
  • c882e89 Prepare for v1.14.0 release (#398)
  • f43ee9c Fix panic in InitThriftClient when endpoint URL is malformed (#394)
  • 40282fb Add OSV-Scanner-based security workflow (#362)
  • 8f4711b Bump actions/github-script from 8.0.0 to 9.0.0 (#391)
  • e99b808 Bump actions/create-github-app-token from 3.0.0 to 3.2.0 (#392)
  • 15e81e9 Clear OSV-Scanner findings: bump go directive to 1.25.0 + remaining deps (#368)
  • b28aa49 refactor: extract Backend/Operation seam for SEA integration (#382)
  • d091714 Bump actions/checkout from 6.0.2 to 7.0.0 (#377)
  • dfc859e Bump actions/setup-go from 6.4.0 to 6.5.0 (#379)
  • 06cb398 Bump actions/cache from 5.0.5 to 6.1.0 (#380)
  • 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.14.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.14.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.14.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 go Pull requests that update go code labels Jul 17, 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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants