Skip to content

Commit eb11e53

Browse files
Prepare release v1.2.0 (#125)
* Increment library version Signed-off-by: Levko Kravets <[email protected]> * Upgrade mocha due to vulnerability in 10.0.0 (Regular Expression Denial of Service) Signed-off-by: Levko Kravets <[email protected]> * Fix spelling Signed-off-by: Levko Kravets <[email protected]> --------- Signed-off-by: Levko Kravets <[email protected]>
1 parent cd71e56 commit eb11e53

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 1.x (Unreleased)
44

5+
## 1.2.0
6+
7+
- Added Apache Arrow support (databricks/databricks-sql-nodejs#94)
8+
- Auth provider is now configurable (databricks/databricks-sql-nodejs#120)
9+
510
## 1.1.1
611

712
- Fix: patch needed for improved error handling wasn't applied when installing 1.1.0

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Driver for connection to Databricks SQL via Thrift API.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -63,7 +63,7 @@
6363
"eslint-plugin-jsx-a11y": "^6.6.1",
6464
"eslint-plugin-react": "^7.30.1",
6565
"eslint-plugin-react-hooks": "^4.6.0",
66-
"mocha": "^10.0.0",
66+
"mocha": "^10.2.0",
6767
"nyc": "^15.1.0",
6868
"prettier": "^2.8.4",
6969
"sinon": "^14.0.0",

0 commit comments

Comments
 (0)