Skip to content

Commit

Permalink
Prepare release v1.5.4 (databricks#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Signed-off-by: Esdras Beleza <esdras@esdrasbeleza.com>
  • Loading branch information
kravets-levko authored and esdrasbeleza committed Apr 15, 2024
1 parent fd855ac commit afd9fbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

- Bug fix for issue 193: convertNamedValuesToSparkParams was incorrectly creating a Spark parameter value as "%!s(<nil>)" when a named param was nil.

## v1.5.4 (2024-04-10)

- Added OAuth support for GCP (databricks/databricks-sql-go#189 by @rcypher-databricks)
- Staging operations: stream files instead of loading into memory (databricks/databricks-sql-go#197 by @mdibaiee)
- Staging operations: don't panic on REMOVE (databricks/databricks-sql-go#205 by @candiduslynx)
- Fix formatting of Date/Time query parameters (databricks/databricks-sql-go#207 by @candiduslynx)

## v1.5.3 (2024-01-17)
- Bug fix for ArrowBatchIterator.HasNext(). Incorrectly returned true for result sets with zero rows.

Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func init() {
sql.Register("databricks", &databricksDriver{})
}

var DriverVersion = "1.5.3" // update version before each release
var DriverVersion = "1.5.4" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit afd9fbe

Please sign in to comment.