Skip to content

Commit

Permalink
Prepare release 1.7.0 (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko authored Dec 20, 2023
1 parent 5030d0f commit a86f828
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.0

- Fixed behavior of `maxRows` option of `IOperation.fetchChunk()`. Now it will return chunks
of requested size (databricks/databricks-sql-nodejs#200)
- Improved CloudFetch memory usage and overall performance (databricks/databricks-sql-nodejs#204,
databricks/databricks-sql-nodejs#207, databricks/databricks-sql-nodejs#209)
- Remove protocol version check when using query parameters (databricks/databricks-sql-nodejs#213)
- Fix `IOperation.hasMoreRows()` behavior to avoid fetching data beyond the end of dataset.
Also, now it will work properly prior to fetching first chunk (databricks/databricks-sql-nodejs#205)

## 1.6.1

- Make default logger singleton (databricks/databricks-sql-nodejs#199)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/sql",
"version": "1.6.1",
"version": "1.7.0",
"description": "Driver for connection to Databricks SQL via Thrift API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a86f828

Please sign in to comment.