Skip to content

Commit abb0d73

Browse files
authored
Updated version (#80)
* Updated version Signed-off-by: nithinkdb <nithin.krishnamurthi@databricks.com> * Changed version number updated changelog Signed-off-by: nithinkdb <nithin.krishnamurthi@databricks.com> * Updated README Signed-off-by: nithinkdb <nithin.krishnamurthi@databricks.com> Signed-off-by: nithinkdb <nithin.krishnamurthi@databricks.com>
1 parent 821e7f8 commit abb0d73

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.x (Unreleased)
3+
## 1.0.0 (Unreleased)
44

55
- `DBSQLClient.openSession` now takes a limited set of options (`OpenSessionRequest` instead of Thrift's `TOpenSessionReq`)
66
- `DBSQLClient.openSession` now uses the latest protocol version by default
@@ -14,6 +14,9 @@
1414
- `DBSQLOperation.getSchema` will wait for operation completion, like `DBSQLOperation.fetchChunk`/`DBSQLOperation.fetchAll`.
1515
It also supports the same progress reporting options
1616
- `runAsync` option is now available for all operations that support it
17+
- Added logging functionality for logging on client side and added new optional logger param for DBSQLClient constructor
18+
- Turned on Direct results feature by default
19+
- Removed legacy Kerberos auth APIs
1720

1821
## 0.1.8-beta.2 (2022-09-08)
1922

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Databricks SQL Driver for NodeJS (Beta)
1+
# Databricks SQL Driver for NodeJS
22

33
![http://www.apache.org/licenses/LICENSE-2.0.txt](http://img.shields.io/:license-Apache%202-brightgreen.svg)
44
[![npm](https://img.shields.io/npm/v/@databricks/sql?color=blue&style=flat)](https://www.npmjs.com/package/@databricks/sql)
@@ -9,8 +9,6 @@
99

1010
The Databricks SQL Driver for NodeJS is a Javascript driver for applications that connect to Databricks clusters and SQL warehouses. This project is a fork of [Hive Driver](https://github.com/lenchv/hive-driver) which connects via Thrift API.
1111

12-
**NOTE: This Driver is Beta.**
13-
1412
## Documentation
1513

1614
For detailed documentation and usage examples, read the [Getting Started](docs/readme.md) guide.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "0.1.8-beta.2",
3+
"version": "1.0.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)