Skip to content

Commit

Permalink
Prepare release 1.9.0 (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacky Hu <[email protected]>
  • Loading branch information
jackyhu-db authored Dec 16, 2024
1 parent af23aa0 commit b755e62
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.9.0

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

## 1.8.4

- Fix: proxy agent unintentionally overwrites protocol in URL (databricks/databricks-sql-nodejs#241)
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.4",
"version": "1.9.0",
"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 b755e62

Please sign in to comment.