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 11# Release History
22
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+
310## v1.7.0 (2025-04-09)
411
512- 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() {
1313 sql .Register ("databricks" , & databricksDriver {})
1414}
1515
16- var DriverVersion = "1.7.0 " // update version before each release
16+ var DriverVersion = "1.7.1 " // update version before each release
1717
1818type databricksDriver struct {}
1919
You can’t perform that action at this time.
0 commit comments