Skip to content

Commit 5883857

Browse files
update changelog (#55)
Signed-off-by: Andre Furlan <[email protected]>
1 parent fbb57d0 commit 5883857

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## 0.1.x (Unreleased)
44

5+
## 0.2.0 (2022-11-18)
6+
7+
- Support for DirectResults
8+
- Support for context cancellation and timeout
9+
- Session parameters (e.g.: timezone)
10+
- Thrift Protocol update
11+
- Several logging improvements
12+
- Added better examples. See [workflow](https://github.com/databricks/databricks-sql-go/blob/main/examples/workflow/main.go)
13+
- Added dbsql.NewConnector() function to help initialize DB
14+
- Many other small improvements and bug fixes
15+
- Removed support for client-side query parameterization
16+
- Removed need to start DSN with "databricks://"
17+
518
## 0.1.4 (2022-07-30)
619

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

0 commit comments

Comments
 (0)