Skip to content

Commit

Permalink
Make sure that patch needed for improved error handling is applied wh…
Browse files Browse the repository at this point in the history
…en installing package (#114)

Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko authored Feb 13, 2023
1 parent 91c49b2 commit 2e22c8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.x (Unreleased)

## 1.1.1

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

## 1.1.0

- Fix: now library will not attempt to parse column names and will use ones provided by server
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/sql",
"version": "1.1.0",
"version": "1.1.1",
"description": "Driver for connection to Databricks SQL via Thrift API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -76,5 +76,8 @@
"thrift": "^0.16.0",
"uuid": "^9.0.0",
"winston": "^3.8.2"
}
},
"bundledDependencies": [
"thrift"
]
}

0 comments on commit 2e22c8f

Please sign in to comment.