Skip to content

Releases: databricks/databricks-sql-go

v1.13.0

04 Jun 15:20
a8c291d

Choose a tag to compare

  • Add SPOG (unified) host support: extract the org-id from the cluster HTTP path for non-Thrift requests, and fix U2M/M2M OAuth on unified AWS hosts (#367, #374)
  • Cap CloudFetch Arrow batches to the server-declared row count to avoid over-reading (#372)
  • Detach result streaming from QueryContext cancellation so in-flight results aren't dropped when the query context is cancelled (#373)

v1.12.0

25 May 18:14
c3be94a

Choose a tag to compare

  • Retry transient S3 errors in CloudFetch downloads and staging PUT/GET/REMOVE operations (#355, #361)
  • Telemetry: normalize host key for per-host client + breaker registries; stop retrying into 429s, honour Retry-After, fix userAgent (#354, #364)
  • Bump dependencies to clear Go-1.20-compatible CVEs: golang-jwt, x/net, protobuf, go-jose v3.0.5 (CVE-2026-34986) (#360, #363)

v1.11.1

20 May 06:47
dd8a79f

Choose a tag to compare

  • Fix CloudFetch goroutine leak that retained Arrow buffers after Close (#357)

v1.11.0

21 Apr 16:45
f4d9992

Choose a tag to compare

  • Enable telemetry by default with DSN-controlled priority (#320, #321, #322, #349)
  • Add SPOG (Custom URL) routing support via x-databricks-org-id header (#347)
  • Add statement-level query tag support (#341)
  • Add AI coding agent detection to User-Agent header (#326)
  • Fix CloudFetch returning stale column names from cached results (#351)
  • Fix resource leak: close staging Rows in execStagingOperation (#325)

v1.10.0

19 Feb 16:34
98148d9

Choose a tag to compare

  • Add token federation / token provider support for OAuth (#290, #291, #292)
  • Internal: add foundational telemetry infrastructure, disabled by default (#297, #304, #305, #311, #319)
  • Fix type inference for int64/uint64 (BIGINT) and float64 (DOUBLE) (#316)
  • Fix context loss in polling and connection close operations (#295)
  • CloudFetch: allow configuration of HTTP client (#308)
  • Add metric view metadata support (#286)

v1.9.0

18 Sep 10:47
9cef5b7

Choose a tag to compare

What's Changed

  • Added support for query tags
  • Passing session params in open session request instead of SET commands (#283)

Full Changelog: v1.8.0...v1.9.0

v1.8.0

25 Jul 00:10
529d69c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

30 May 04:03
12d2ced

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Apr 05:35
dc6f3fe

Choose a tag to compare

What's Changed

  • Enable cloud fetch mode by default (#260 by @shivam2680)
  • Handle thrift protocol version for conditional feature support (cloud fetch, LZ4 compression, Arrow support) (#261 by @shivam2680)

New Contributors

Full Changelog: v1.6.2...v1.7.0

v1.6.2: Prepare for 1.6.2 (#259)

18 Mar 17:13
6d53e55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2