File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## v1.7.1 (2025-05-20)
4
+
5
+ - Add schema to ArrowBatchIterator (databricks/databricks-sql-go #267 )
6
+ - Update thrift client library after cleaning up unused fields and structs (databricks/databricks-sql-go #268 )
7
+ - Add nil handling for isStagingOperation to handle older DBR versions (databricks/databricks-sql-go #266 )
8
+ - Security: Fix CVE-2024 -45337 - Update golang.org/x/crypto (databricks/databricks-sql-go #264 )
9
+
3
10
## v1.7.0 (2025-04-09)
4
11
5
12
- Enable cloud fetch mode by default (databricks/databricks-sql-go #260 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func init() {
13
13
sql .Register ("databricks" , & databricksDriver {})
14
14
}
15
15
16
- var DriverVersion = "1.7.0 " // update version before each release
16
+ var DriverVersion = "1.7.1 " // update version before each release
17
17
18
18
type databricksDriver struct {}
19
19
You can’t perform that action at this time.
0 commit comments