Skip to content

Commit 1e4b730

Browse files
Prepare release 1.8.4 (#253)
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
1 parent 1fd9e1e commit 1e4b730

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

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

514
- Improved retry behavior (databricks/databricks-sql-nodejs#230)

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.8.3",
3+
"version": "1.8.4",
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)