Skip to content

Commit

Permalink
update changelog (databricks#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Furlan <[email protected]>
  • Loading branch information
andrefurlan-db authored Nov 19, 2022
1 parent fbb57d0 commit 5883857
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## 0.1.x (Unreleased)

## 0.2.0 (2022-11-18)

- Support for DirectResults
- Support for context cancellation and timeout
- Session parameters (e.g.: timezone)
- Thrift Protocol update
- Several logging improvements
- Added better examples. See [workflow](https://github.com/databricks/databricks-sql-go/blob/main/examples/workflow/main.go)
- Added dbsql.NewConnector() function to help initialize DB
- Many other small improvements and bug fixes
- Removed support for client-side query parameterization
- Removed need to start DSN with "databricks://"

## 0.1.4 (2022-07-30)

- Fix: Could not fetch rowsets greater than the value of `maxRows` (#18)
Expand Down

0 comments on commit 5883857

Please sign in to comment.