Skip to content

Commit a86f828

Browse files
Prepare release 1.7.0 (#215)
Signed-off-by: Levko Kravets <[email protected]>
1 parent 5030d0f commit a86f828

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

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

515
- Make default logger singleton (databricks/databricks-sql-nodejs#199)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Driver for connection to Databricks SQL via Thrift API.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)