Skip to content

Commit e494e74

Browse files
Prepare release 1.6.0 (#194)
* 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]>
1 parent 959d320 commit e494e74

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Release History
22

3-
## 1.x (unreleased)
3+
## 1.6.0
44

55
### Highlights
66

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

911
### Proxy support
1012

@@ -26,6 +28,8 @@ client.connect({
2628
})
2729
```
2830

31+
**Note**: using proxy settings from environment variables is currently not supported
32+
2933
## 1.5.0
3034

3135
### Highlights

package-lock.json

+8-8
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.5.0",
3+
"version": "1.6.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)