Skip to content

Commit c8bfc90

Browse files
Bump version to 1.3.0 (#132)
version 1.3.0: Updated the retry behaviour to retry on a wider range of errors and results if the server operation is idempotent. Bug fix for issue where complex types with a null property were not being handled correctly. Allow for user provided authenticator.
2 parents 2056202 + be2a02b commit c8bfc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.0" // update version before each release
16+
var DriverVersion = "1.3.0" // update version before each release
1717

1818
type databricksDriver struct{}
1919

0 commit comments

Comments
 (0)