Skip to content

Commit

Permalink
Prepare release 1.8.3 (#240)
Browse files Browse the repository at this point in the history
* Prepare release 1.8.3

Signed-off-by: Levko Kravets <levko.ne@gmail.com>

* Fix `npm audit` warnings

Signed-off-by: Levko Kravets <levko.ne@gmail.com>

---------

Signed-off-by: Levko Kravets <levko.ne@gmail.com>
  • Loading branch information
kravets-levko committed Mar 27, 2024
1 parent 1dc16ac commit 4592c40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 1.8.3

- Improved retry behavior (databricks/databricks-sql-nodejs#230)
- Fix: in some cases library returned too many results (databricks/databricks-sql-nodejs#239)

## 1.8.2

Improved results handling when running queries against older DBR versions (databricks/databricks-sql-nodejs#232)
Expand Down
16 changes: 8 additions & 8 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.8.2",
"version": "1.8.3",
"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 4592c40

Please sign in to comment.