Skip to content

Commit 045bb28

Browse files
Prepare release v1.1.0 (#111)
* Update library version and changelog Signed-off-by: Levko Kravets <[email protected]> * Update CHANGELOG.md Co-authored-by: Jesse <[email protected]> Signed-off-by: Levko Kravets <[email protected]> Signed-off-by: Levko Kravets <[email protected]>
1 parent 72dc2fd commit 045bb28

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## 1.x (Unreleased)
44

5-
- Fix(databricks/databricks-sql-nodejs#84): now library will not attempt to parse column names and
6-
will use ones provided by server
5+
## 1.1.0
6+
7+
- Fix: now library will not attempt to parse column names and will use ones provided by server
8+
(databricks/databricks-sql-nodejs#84)
9+
- Better error handling: more errors can now be handled in specific `.catch()` handlers instead of being
10+
emitted as a generic `error` event (databricks/databricks-sql-nodejs#99)
11+
- Fixed error logging bug (attempt to serialize circular structures) (databricks/databricks-sql-nodejs#89)
12+
- Fixed some minor bugs and regressions
713

814
## 1.0.0
915

package-lock.json

+1-1
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.0.0",
3+
"version": "1.1.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)