Skip to content

Commit 6d6dd8b

Browse files
authored
prepare release 1.10.0 (#283)
Signed-off-by: Shivam Raj <[email protected]>
1 parent cd43bcf commit 6d6dd8b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.10.0
4+
5+
- Rename `clientId` parameter to `userAgentEntry` in connect call to standardize across sql drivers (databricks/databricks-sql-nodejs#281)
6+
37
## 1.9.0
48

59
- Support iterable interface for IOperation (databricks/databricks-sql-nodejs#252)

package-lock.json

+2-2
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.9.0",
3+
"version": "1.10.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)