Skip to content

Commit

Permalink
Prepare release v1.5.5 (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
  • Loading branch information
kravets-levko committed Apr 30, 2024
1 parent 700d02f commit 697ea4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release History

- Bug fix for issue 193: convertNamedValuesToSparkParams was incorrectly creating a Spark parameter value as "%!s(<nil>)" when a named param was nil (databricks/databricks-sql-go#199 by @esdrasbeleza)
## v1.5.5 (2024-04-16)

- Fix: handle `nil` values passed as query parameter (databricks/databricks-sql-go#199 by @esdrasbeleza)
- Fix: provide content length on staging file put (databricks/databricks-sql-go#217 by @candiduslynx)
- Fix formatting of *float64 parameters (databricks/databricks-sql-go#215 by @esdrasbeleza)
- Fix: use correct tenant ID for different Azure domains (databricks/databricks-sql-go#210 by @tubiskasaroos)

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

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.4" // update version before each release
var DriverVersion = "1.5.5" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit 697ea4f

Please sign in to comment.