Skip to content

Commit

Permalink
Updated version (#80)
Browse files Browse the repository at this point in the history
* Updated version

Signed-off-by: nithinkdb <[email protected]>

* Changed version number updated changelog

Signed-off-by: nithinkdb <[email protected]>

* Updated README

Signed-off-by: nithinkdb <[email protected]>

Signed-off-by: nithinkdb <[email protected]>
  • Loading branch information
nithinkdb authored Oct 26, 2022
1 parent 821e7f8 commit abb0d73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 0.1.x (Unreleased)
## 1.0.0 (Unreleased)

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

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

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Databricks SQL Driver for NodeJS (Beta)
# Databricks SQL Driver for NodeJS

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

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.

**NOTE: This Driver is Beta.**

## Documentation

For detailed documentation and usage examples, read the [Getting Started](docs/readme.md) guide.
Expand Down
4 changes: 2 additions & 2 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": "0.1.8-beta.2",
"version": "1.0.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 abb0d73

Please sign in to comment.