Skip to content

Commit 12d2ced

Browse files
Prepare for v1.7.1 (#271)
- Add schema to ArrowBatchIterator (#267) - Update thrift client library after cleaning up unused fields and structs (#268) - Add nil handling for isStagingOperation to handle older DBR versions (#266) - Security: Fix CVE-2024-45337 - Update golang.org/x/crypto (#264)
2 parents 01cd3d1 + 149e1ad commit 12d2ced

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
type databricksDriver struct{}
1919

0 commit comments

Comments
 (0)