Skip to content

Commit b755e62

Browse files
authored
Prepare release 1.9.0 (#272)
Signed-off-by: Jacky Hu <[email protected]>
1 parent af23aa0 commit b755e62

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History
22

3+
## 1.9.0
4+
5+
- Support iterable interface for IOperation (databricks/databricks-sql-nodejs#252)
6+
- Allow any number type (number, bigint, Int64) for `maxRows` and `queryTimeout` (databricks/databricks-sql-nodejs#255)
7+
- Support streaming query results via Node.js streams (databricks/databricks-sql-nodejs#262)
8+
- Add custom auth headers into cloud fetch request (databricks/databricks-sql-nodejs#267)
9+
- Support OAuth on databricks.azure.cn (databricks/databricks-sql-nodejs#271)
10+
- Fix: Fix the type check in polyfills.ts (databricks/databricks-sql-nodejs#254)
11+
312
## 1.8.4
413

514
- Fix: proxy agent unintentionally overwrites protocol in URL (databricks/databricks-sql-nodejs#241)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "1.8.4",
3+
"version": "1.9.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)