Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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.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
  • ebb02d1 Prepare for v1.13.1 release (#385)
  • 732b92a ci: restore pull-requests: write for the PR-comment steps in trigger-integrat...
  • 4a05736 Expose native Arrow decimal handling (fixes #274) (#383)
  • b5e5f01 ci: trigger Go integration tests in databricks-driver-test (#381)
  • a8c291d Prepare for v1.13.0 release (#376)
  • 9261ac6 Extract SPOG org-id from cluster httpPath for non-Thrift requests (#367)
  • 9d711e7 Fix U2M/M2M OAuth for SPOG (unified) AWS hosts (#374)
  • 4782948 Cap CloudFetch Arrow batches to server-declared RowCount (#372)
  • 425c700 [ES-1934053] Detach result streaming from QueryContext cancellation (#373)
  • 94154ac Fix flaky TestConn_ExecContext: don't cancel a finished operation (#369)
  • 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.13.1.
- [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.13.1)

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

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #589.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go/github.com/databricks/databricks-sql-go-1.13.1 branch July 17, 2026 23:43
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