Skip to content

Commit c3602e5

Browse files
committed
Merge remote-tracking branch 'origin' into ensure-schema-bytes
2 parents 27e84fe + d125096 commit c3602e5

49 files changed

Lines changed: 7693 additions & 175 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode
22
.idea
3+
.claude
34

45
# Binaries for programs and plugins
56
*.exe

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ linters:
5353
# - wsl
5454

5555
linters-settings:
56+
depguard:
57+
rules:
58+
main:
59+
allow:
60+
- $gostd
61+
- github.com/databricks/databricks-sql-go
5662
gosec:
5763
exclude-generated: true
5864
severity: "low"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
## v1.10.0 (2026-02-19)
4+
- Add token federation / token provider support for OAuth (databricks/databricks-sql-go#290, #291, #292)
5+
- Internal: add foundational telemetry infrastructure, disabled by default (databricks/databricks-sql-go#297, #304, #305, #311, #319)
6+
- Fix type inference for int64/uint64 (BIGINT) and float64 (DOUBLE) (databricks/databricks-sql-go#316)
7+
- Fix context loss in polling and connection close operations (databricks/databricks-sql-go#295)
8+
- CloudFetch: allow configuration of HTTP client (databricks/databricks-sql-go#308)
9+
- Add metric view metadata support (databricks/databricks-sql-go#286)
10+
311
## v1.9.0 (2025-09-17)
412
- Added support for query tags
513
- Passing session params in open session request instead of SET commands (databricks/databricks-sql-go#283)

0 commit comments

Comments
 (0)