Skip to content

Commit 149e1ad

Browse files
Prepare for v1.7.1
Signed-off-by: Vikrant Puppala <[email protected]>
1 parent c291992 commit 149e1ad

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)