Skip to content

Prepare release 1.6.0 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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