We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c49b2 commit 2e22c8fCopy full SHA for 2e22c8f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 1.x (Unreleased)
4
5
+## 1.1.1
6
+
7
+- Fix: patch needed for improved error handling wasn't applied when installing 1.1.0
8
9
## 1.1.0
10
11
- Fix: now library will not attempt to parse column names and will use ones provided by server
package.json
@@ -1,6 +1,6 @@
1
{
"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",
@@ -76,5 +76,8 @@
76
"thrift": "^0.16.0",
77
"uuid": "^9.0.0",
78
"winston": "^3.8.2"
79
- }
+ },
80
+ "bundledDependencies": [
81
+ "thrift"
82
+ ]
83
}
0 commit comments