Skip to content

Commit

Permalink
Prepare release v1.1.0 (#111)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kravets-levko authored Jan 25, 2023
1 parent 72dc2fd commit 045bb28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## 1.x (Unreleased)

- Fix(databricks/databricks-sql-nodejs#84): now library will not attempt to parse column names and
will use ones provided by server
## 1.1.0

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

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/sql",
"version": "1.0.0",
"version": "1.1.0",
"description": "Driver for connection to Databricks SQL via Thrift API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 045bb28

Please sign in to comment.