Skip to content

Commit 6de01cb

Browse files
Prepare release 1.3.0 (#157)
* Prepare release 1.3.0 Signed-off-by: Levko Kravets <[email protected]> * Fix npm audit warnings Signed-off-by: Levko Kravets <[email protected]> --------- Signed-off-by: Levko Kravets <[email protected]>
1 parent 3572889 commit 6de01cb

File tree

3 files changed

+69
-64
lines changed

3 files changed

+69
-64
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Release History
22

3-
## 1.x (Unreleased)
3+
## 1.3.0
4+
5+
- Implemented automatic retry for some HTTP errors (429, 503) (databricks/databricks-sql-nodejs#127)
6+
- Implemented request timeout + added option to configure it (databricks/databricks-sql-nodejs#148)
7+
- Added OAuth (U2M) support for AWS and Azure (databricks/databricks-sql-nodejs#147 and databricks/databricks-sql-nodejs#154)
8+
- Fixed bug: for Arrow results, `null` values were ignored (@ivan-parada databricks/databricks-sql-nodejs#151)
49

510
## 1.2.1
611

package-lock.json

+62-62
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.2.1",
3+
"version": "1.3.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)