Skip to content

Commit ba9cf57

Browse files
committed
release v1.11.0
1 parent 6739115 commit ba9cf57

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

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.11.0
4+
5+
- Enable cloud fetch by default (databricks/databricks-sql-nodejs#287)
6+
- Added `useLZ4Compression` in `ExecuteStatementOptions` making compression configurable (databricks/databricks-sql-nodejs#288)
7+
- Improve URL handling. Fix #284 (databricks/databricks-sql-nodejs#290)
8+
- Add thrift protocol version handling for driver features (databricks/databricks-sql-nodejs#292)
9+
- Cleanup deprecated/removed fields in thrift files (databricks/databricks-sql-nodejs#295)
10+
- Add lenient LZ4 check to handle dependecy errors gracefully. Fixes #289 #275 #266 #270 (databricks/databricks-sql-nodejs#298)
11+
312
## 1.10.0
413

514
- Rename `clientId` parameter to `userAgentEntry` in connect call to standardize across sql drivers (databricks/databricks-sql-nodejs#281)

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