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.5.4 (2024-04-10)
4+
5+ - Added OAuth support for GCP (databricks/databricks-sql-go #189 by @rcypher-databricks )
6+ - Staging operations: stream files instead of loading into memory (databricks/databricks-sql-go #197 by @mdibaiee )
7+ - Staging operations: don't panic on REMOVE (databricks/databricks-sql-go #205 by @candiduslynx )
8+ - Fix formatting of Date/Time query parameters (databricks/databricks-sql-go #207 by @candiduslynx )
9+
310## v1.5.3 (2024-01-17)
411- Bug fix for ArrowBatchIterator.HasNext(). Incorrectly returned true for result sets with zero rows.
512
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.5.3 " // update version before each release
16+ var DriverVersion = "1.5.4 " // update version before each release
1717
1818type databricksDriver struct {}
1919
You can’t perform that action at this time.
0 commit comments