Skip to content

Commit

Permalink
Prepare release 1.6.0 (#194)
Browse files Browse the repository at this point in the history
* Prepare release v1.6.0

Signed-off-by: Levko Kravets <[email protected]>

* Fix audit warnings

Signed-off-by: Levko Kravets <[email protected]>

* Update changelog

Signed-off-by: Levko Kravets <[email protected]>

---------

Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko authored Oct 5, 2023
1 parent 959d320 commit e494e74
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Release History

## 1.x (unreleased)
## 1.6.0

### Highlights

- Proxy support added
- Added proxy support (databricks/databricks-sql-nodejs#193)
- Added support for inferring NULL values passed as query parameters (databricks/databricks-sql-nodejs#189)
- Fixed bug with NULL handling for Arrow results (databricks/databricks-sql-nodejs#195)

### Proxy support

Expand All @@ -26,6 +28,8 @@ client.connect({
})
```

**Note**: using proxy settings from environment variables is currently not supported

## 1.5.0

### Highlights
Expand Down
16 changes: 8 additions & 8 deletions 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.5.0",
"version": "1.6.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 e494e74

Please sign in to comment.