Skip to content

Commit

Permalink
Prepare release 1.8.4 (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
  • Loading branch information
kravets-levko committed Apr 19, 2024
1 parent 1fd9e1e commit 1e4b730
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 1.8.4

- Fix: proxy agent unintentionally overwrites protocol in URL (databricks/databricks-sql-nodejs#241)
- Improve `Array.at`/`TypedArray.at` polyfill (databricks/databricks-sql-nodejs#242 by @barelyhuman)
- UC Volume ingestion: stream files instead of loading them into memory (databricks/databricks-sql-nodejs#247)
- UC Volume ingestion: improve behavior on SQL `REMOVE` (databricks/databricks-sql-nodejs#249)
- Expose session and query ID (databricks/databricks-sql-nodejs#250)
- Make `lz4` module optional so package manager can skip it when cannot install (databricks/databricks-sql-nodejs#246)

## 1.8.3

- Improved retry behavior (databricks/databricks-sql-nodejs#230)
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.8.3",
"version": "1.8.4",
"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 1e4b730

Please sign in to comment.