Skip to content

Commit

Permalink
Updated driver version and change log for 1.5.3 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcypher-databricks authored Jan 17, 2024
2 parents ad8bb37 + 1f54319 commit 09f043c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History

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

## v1.5.2 (2023-11-17)
- Added .us domain to inference list for AWS OAuth
- Bug fix for OAuth m2m scopes, updated m2m authenticator to use "all-apis" scope.

## v1.5.1 (2023-10-17)
- Logging improvements
- Added handling for staging remove

## v1.5.0 (2023-10-02)
- Named parameter support
- Better handling of bad connection errors and specifying server protocol
- OAuth implementation
- Expose Arrow batches to users
- Add support for staging operations

## v1.4.0 (2023-08-09)
- Improve error information when query terminates in unexpected state
- Do not override global logger time format
- Enable Transport configuration for http client
- fix: update arrow to v12
- Updated doc.go for retrieving query id and connection id
- Bug fix issue 147: BUG with reading table that contains copied map
- Allow WithServerHostname to specify protocol

## v1.3.1 (2023-06-23)

- bug fix for panic when executing non record producing statements using DB.Query()/DB.QueryExec()
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.3.1" // update version before each release
var DriverVersion = "1.5.3" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit 09f043c

Please sign in to comment.